diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-01-19 22:14:03 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-01-19 22:14:03 +0800 |
commit | 4124be99d64d35a089d146c95a6bb02254e182b1 (patch) | |
tree | d78adb90bb4e3b2335c518e9aef54d5f70584517 /security/krb4 | |
parent | 78c0afd6c79ca045f2fb3ab2d83a475f4ed7f971 (diff) | |
download | freebsd-ports-gnome-4124be99d64d35a089d146c95a6bb02254e182b1.tar.gz freebsd-ports-gnome-4124be99d64d35a089d146c95a6bb02254e182b1.tar.zst freebsd-ports-gnome-4124be99d64d35a089d146c95a6bb02254e182b1.zip |
- update to 1.2.2 [1]
- pass maintainership to submitter [1]
- use SUB_FILES for pkg-message instead of custom trick [2]
PR: ports/108108 [1]
Submitted by: Marcelo Araujo [1], me (itetcu) [2]
Diffstat (limited to 'security/krb4')
-rw-r--r-- | security/krb4/Makefile | 12 | ||||
-rw-r--r-- | security/krb4/distinfo | 6 | ||||
-rw-r--r-- | security/krb4/files/pkg-message.in (renamed from security/krb4/pkg-message) | 3 |
3 files changed, 10 insertions, 11 deletions
diff --git a/security/krb4/Makefile b/security/krb4/Makefile index d18469bbf86d..682f97fb953c 100644 --- a/security/krb4/Makefile +++ b/security/krb4/Makefile @@ -6,12 +6,12 @@ # PORTNAME= krb4 -PORTVERSION= 1.2.1 -PORTREVISION= 2 +PORTVERSION= 1.2.2 +PORTREVISION= 3 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.pdc.kth.se/pub/krb/src/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= araujo@bsdmail.org COMMENT= KTH Kerberos 4 CONFLICTS= krb5-[0-9]* heimdal-[0-9]* srp-[0-9]* @@ -22,7 +22,6 @@ USE_LDCONFIG= yes PREFIX?= ${LOCALBASE}/krb4 NO_MTREE= yes # Otherwise we end up with dozens of extra directories in ${PREFIX} -PKGMESSAGE= ${WRKDIR}/pkg-message GNU_CONFIGURE= yes CONFIGURE_ARGS+=\ --enable-shared \ @@ -36,10 +35,9 @@ CONFIGURE_ENV+= \ INFO= kth-krb +SUB_FILES+= pkg-message + post-install: - ${SED} -e "s~%%PREFIX%%~${PREFIX}~g" \ - < ${.CURDIR}/pkg-message > ${PKGMESSAGE} - @${ECHO_CMD} "*** ATTENTION ***" @${CAT} ${PKGMESSAGE} @${ECHO_CMD} "or simply \`make setuids'." diff --git a/security/krb4/distinfo b/security/krb4/distinfo index c7cd7a7a062f..0994992a0196 100644 --- a/security/krb4/distinfo +++ b/security/krb4/distinfo @@ -1,3 +1,3 @@ -MD5 (krb4-1.2.1.tar.gz) = 0a18ef26ec7ab67082d43797ebd23a62 -SHA256 (krb4-1.2.1.tar.gz) = 522d77890385db1d52589d6db611c5b352800a895e6ef54af4cb3014c6093dee -SIZE (krb4-1.2.1.tar.gz) = 1876149 +MD5 (krb4-1.2.2.tar.gz) = e91fae1622a30a4e033092ef39c2b6b9 +SHA256 (krb4-1.2.2.tar.gz) = 3b500fa13d2685512efa37fce510c3d55ba6ecb964ebb06bc9f1649d48aac155 +SIZE (krb4-1.2.2.tar.gz) = 1876603 diff --git a/security/krb4/pkg-message b/security/krb4/files/pkg-message.in index 7bc4d5c2042d..831391724980 100644 --- a/security/krb4/pkg-message +++ b/security/krb4/files/pkg-message.in @@ -1,3 +1,4 @@ +************************************************************ If you want to use the Kerberos 4 r-commands or su, you will need to run the following command as root: @@ -5,4 +6,4 @@ need to run the following command as root: # chmod u+s %%PREFIX%%/bin/rcp # chmod u+s %%PREFIX%%/bin/rlogin # chmod u+s %%PREFIX%%/bin/su - +************************************************************ |