diff options
author | krion <krion@FreeBSD.org> | 2004-12-20 17:19:27 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-12-20 17:19:27 +0800 |
commit | 8018c46f33168b47a2c5166c4844adab29e1c8f4 (patch) | |
tree | 6c64161349d6cca8c25fcdfa54d678418e354880 /security/shishi | |
parent | c3948a9db911ec7cd061a4d8347810d4b7a01e8a (diff) | |
download | freebsd-ports-gnome-8018c46f33168b47a2c5166c4844adab29e1c8f4.tar.gz freebsd-ports-gnome-8018c46f33168b47a2c5166c4844adab29e1c8f4.tar.zst freebsd-ports-gnome-8018c46f33168b47a2c5166c4844adab29e1c8f4.zip |
Update to version 0.0.21
PR: ports/75269
Submitted by: Ports Fury
Diffstat (limited to 'security/shishi')
-rw-r--r-- | security/shishi/Makefile | 10 | ||||
-rw-r--r-- | security/shishi/distinfo | 4 |
2 files changed, 5 insertions, 9 deletions
diff --git a/security/shishi/Makefile b/security/shishi/Makefile index 69a0b1bd0c23..dc05ba6f803b 100644 --- a/security/shishi/Makefile +++ b/security/shishi/Makefile @@ -7,7 +7,7 @@ # PORTNAME= shishi -PORTVERSION= 0.0.20 +PORTVERSION= 0.0.21 CATEGORIES= security MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \ ${MASTER_SITE_GNU_ALPHA} @@ -18,8 +18,6 @@ COMMENT= A free implementation of the Kerberos 5 network security system LIB_DEPENDS= idn.16:${PORTSDIR}/devel/libidn \ tasn1.2:${PORTSDIR}/security/libtasn1 -PKGMESSAGE= ${WRKDIR}/pkg-message - USE_PERL5_BUILD= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_ICONV= yes @@ -33,6 +31,8 @@ INSTALLS_SHLIB= yes INFO= shishi +SUB_FILES= pkg-message + CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib @@ -50,10 +50,6 @@ PLIST_SUB+= NLS="" post-extract: @${RM} -f ${WRKSRC}/doc/shishi.info* -post-patch: - @${SED} -e 's,%%PREFIX%%,${PREFIX},g' \ - ${FILESDIR}/pkg-message.in > ${PKGMESSAGE} - post-install: @${CAT} ${PKGMESSAGE} diff --git a/security/shishi/distinfo b/security/shishi/distinfo index 1f26433ca556..ef9ea7943c72 100644 --- a/security/shishi/distinfo +++ b/security/shishi/distinfo @@ -1,2 +1,2 @@ -MD5 (shishi-0.0.20.tar.gz) = 30ca81f6978c6f8a451fd9c232b474d0 -SIZE (shishi-0.0.20.tar.gz) = 3229771 +MD5 (shishi-0.0.21.tar.gz) = 8b4905cb0ece7a892c5457fb61968232 +SIZE (shishi-0.0.21.tar.gz) = 3237038 |