diff options
author | Johan van Selst <johans@FreeBSD.org> | 2010-03-26 08:59:06 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2010-03-26 08:59:06 +0000 |
commit | ebdcf9ac49946ad28e9f90ffa7b690348e519763 (patch) | |
tree | c4f774d71aea016ada61e77268fea32e69bf9b07 /security | |
parent | 803a9f50496a0cd830b429d9643fcd74e68e9b33 (diff) | |
download | ports-ebdcf9ac49946ad28e9f90ffa7b690348e519763.tar.gz ports-ebdcf9ac49946ad28e9f90ffa7b690348e519763.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/gss/Makefile | 7 | ||||
-rw-r--r-- | security/gss/Makefile.man | 2 | ||||
-rw-r--r-- | security/gss/distinfo | 6 | ||||
-rw-r--r-- | security/gss/pkg-plist | 2 |
4 files changed, 12 insertions, 5 deletions
diff --git a/security/gss/Makefile b/security/gss/Makefile index dca75d597d15..f80535af9b80 100644 --- a/security/gss/Makefile +++ b/security/gss/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gss -PORTVERSION= 0.1.3 +PORTVERSION= 0.1.5 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -45,4 +45,9 @@ PLIST_SUB+= NLS="" pre-install: @${MKDIR} ${PREFIX}/${INFO_PATH} +post-patch: + # There is no need to re-run automake after configure + @${REINPLACE_CMD} '/^Makefile.gdoc/s,$$(top_builddir)/configure,,' \ + ${WRKSRC}/doc/Makefile.in + .include <bsd.port.post.mk> diff --git a/security/gss/Makefile.man b/security/gss/Makefile.man index c108aba4f14c..bdf1b37e9a40 100644 --- a/security/gss/Makefile.man +++ b/security/gss/Makefile.man @@ -25,7 +25,9 @@ MAN3+= gss_inquire_context.3 MAN3+= gss_inquire_cred.3 MAN3+= gss_inquire_cred_by_mech.3 MAN3+= gss_inquire_mechs_for_name.3 +MAN3+= gss_inquire_mech_for_saslname.3 MAN3+= gss_inquire_names_for_mech.3 +MAN3+= gss_inquire_saslname_for_mech.3 MAN3+= gss_oid_equal.3 MAN3+= gss_process_context_token.3 MAN3+= gss_release_buffer.3 diff --git a/security/gss/distinfo b/security/gss/distinfo index 7a6ed30222fd..78c1db765379 100644 --- a/security/gss/distinfo +++ b/security/gss/distinfo @@ -1,3 +1,3 @@ -MD5 (gss-0.1.3.tar.gz) = 146c01725d0abb3ae695643455fbe6f1 -SHA256 (gss-0.1.3.tar.gz) = 7c46659c36d0e4e4697ccc34fbd335ccf0dda7e2d51b0c91d17902df6e51d7cf -SIZE (gss-0.1.3.tar.gz) = 2029785 +MD5 (gss-0.1.5.tar.gz) = d65431dd4dd35cfb8f4433b41ff75fbc +SHA256 (gss-0.1.5.tar.gz) = 83aa5f4d59a9800a98fd2c8d84e7548926a48124cba52b572fb1589019b10260 +SIZE (gss-0.1.5.tar.gz) = 1917187 diff --git a/security/gss/pkg-plist b/security/gss/pkg-plist index 3ed8e292c31e..67fe1708b8cf 100644 --- a/security/gss/pkg-plist +++ b/security/gss/pkg-plist @@ -5,7 +5,7 @@ include/gss/ext.h lib/libgss.a lib/libgss.la lib/libgss.so -lib/libgss.so.1 +lib/libgss.so.2 libdata/pkgconfig/gss.pc share/locale/en@boldquot/LC_MESSAGES/gss.mo share/locale/en@quot/LC_MESSAGES/gss.mo |