diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-01-19 14:14:03 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-01-19 14:14:03 +0000 |
commit | ef5936ff1d997366e07481014afe57a7232b30a9 (patch) | |
tree | e0cb4bb41ccd1354f4e6a4a665db86d3e659ee4f /security | |
parent | 33acd5f85a6137008d4feaaf8e6451a176f2dcb1 (diff) |
Notes
Diffstat (limited to 'security')
-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 - +************************************************************ |