[148498] trunk/dports/security/calife/Portfile

khindenburg at macports.org khindenburg at macports.org
Tue May 10 18:07:49 PDT 2016


Revision: 148498
          https://trac.macports.org/changeset/148498
Author:   khindenburg at macports.org
Date:     2016-05-10 18:07:49 -0700 (Tue, 10 May 2016)
Log Message:
-----------
calife: update to 3.0.5 new maintainer #51351

Modified Paths:
--------------
    trunk/dports/security/calife/Portfile

Modified: trunk/dports/security/calife/Portfile
===================================================================
--- trunk/dports/security/calife/Portfile	2016-05-11 01:06:59 UTC (rev 148497)
+++ trunk/dports/security/calife/Portfile	2016-05-11 01:07:49 UTC (rev 148498)
@@ -3,19 +3,22 @@
 PortSystem		1.0
 
 name			calife
-version			3.0
+version			3.0.5
 categories		security
-maintainers		nomaintainer
+license         GPL-2
+maintainers		keltia.net:roberto openmaintainer
 description		Provides super user privileges to specific users
 long_description	Calife is a small utility close to sudo(8) but \
 			lightweight and it preserves the caller's environment \
 			(shell aliases, PATH and so on).
-homepage		http://dev.keltia.net/projects/calife
-master_sites		http://dev.keltia.net/attachments/download/4
+homepage		https://www.keltia.net/programs/calife
+master_sites	https://assets.keltia.net/calife
 platforms		darwin
 
-use_bzip2		yes
-checksums		md5 22cfd93b626cdf354483777e4e03d109
+use_xz		yes
+checksums \
+	rmd160 c5b68045102773c86e65b87c3a99879e4e360188 \
+	sha256 beda669de952875699ad99b27781eebd9393e6becd41961f87278f6682f3b903
 use_configure		yes
 
 configure.args-append	--with-etcdir=${prefix}/etc
@@ -38,14 +41,15 @@
 			${destroot}${prefix}/share/man/man5
 }
 
-post-destroot {
-  ui_msg "--------------------------------------------------------------------"
-  ui_msg "To use calife, you will have to MANUALLY :                          "
-  ui_msg " - copy ${prefix}/share/calife/pam.d-calife as /etc/pam.d/calife    "
-  ui_msg "   with this command :                                              "
-  ui_msg "     sudo cp ${prefix}/share/calife/pam.d-calife /etc/pam.d/calife  "
-  ui_msg " - edit ${prefix}/etc/calife-auth and give adequate permissions     "
-  ui_msg "   (see man calife-auth or ${prefix}/etc/calife-auth-dist for syntax"
-  ui_msg "--------------------------------------------------------------------"
-}
+notes "
+To use calife, you will have to MANUALLY :
+ - copy ${prefix}/share/calife/pam.d-calife as /etc/pam.d/calife
+   with this command :
+     sudo cp ${prefix}/share/calife/pam.d-calife /etc/pam.d/calife
+ - edit ${prefix}/etc/calife-auth and give adequate permissions
+   (see man calife.auth or ${prefix}/etc/calife-auth-dist for syntax
+"
 
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     Latest version is (\[\\d\.\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160510/31ded056/attachment-0001.html>


More information about the macports-changes mailing list