aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2010-05-24 18:49:13 +0800
committerjohans <johans@FreeBSD.org>2010-05-24 18:49:13 +0800
commit7a66c8361cabf3e43f3aca61ef8ef017f1949874 (patch)
tree45006b40b4972417c9317281c0d3f5704ce343fa /security
parent086b04277abc28a1237b7b8289065eb6197a2ab0 (diff)
downloadfreebsd-ports-gnome-7a66c8361cabf3e43f3aca61ef8ef017f1949874.tar.gz
freebsd-ports-gnome-7a66c8361cabf3e43f3aca61ef8ef017f1949874.tar.zst
freebsd-ports-gnome-7a66c8361cabf3e43f3aca61ef8ef017f1949874.zip
- Update gss to 1.0.1
- Update MASTER_SITE (GNU) - Note: shlib version bumped
Diffstat (limited to 'security')
-rw-r--r--security/gss/Makefile19
-rw-r--r--security/gss/Makefile.man6
-rw-r--r--security/gss/distinfo6
-rw-r--r--security/gss/pkg-plist2
4 files changed, 17 insertions, 16 deletions
diff --git a/security/gss/Makefile b/security/gss/Makefile
index f80535af9b80..ccaf8ea549c2 100644
--- a/security/gss/Makefile
+++ b/security/gss/Makefile
@@ -7,15 +7,14 @@
#
PORTNAME= gss
-PORTVERSION= 0.1.5
+PORTVERSION= 1.0.1
CATEGORIES= security
-MASTER_SITES= ${MASTER_SITE_GNU_ALPHA}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= GNU
MAINTAINER= johans@FreeBSD.org
COMMENT= GNU Generic Security Service Library
-LIB_DEPENDS= shishi.0:${PORTSDIR}/security/shishi
+LIB_DEPENDS= shishi.1:${PORTSDIR}/security/shishi
CONFLICTS= heimdal-[0-9]*
@@ -27,6 +26,7 @@ CONFIGURE_ARGS= --disable-kerberos5
USE_LDCONFIG= yes
INFO= gss
+PORTDOCS= gss.html gss.ps gss.pdf
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
@@ -34,7 +34,7 @@ LDFLAGS= -L${LOCALBASE}/lib
.include "Makefile.man"
.include <bsd.port.pre.mk>
-.if defined(WITHOUT_NLS)
+.ifdef WITHOUT_NLS
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.else
@@ -45,9 +45,10 @@ 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
+post-install:
+.ifndef NOPORTDOCS
+ ${MKDIR} ${DOCSDIR}
+ cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
+.endif
.include <bsd.port.post.mk>
diff --git a/security/gss/Makefile.man b/security/gss/Makefile.man
index bdf1b37e9a40..10e81fa2ec01 100644
--- a/security/gss/Makefile.man
+++ b/security/gss/Makefile.man
@@ -7,13 +7,13 @@ MAN3+= gss_canonicalize_name.3
MAN3+= gss_check_version.3
MAN3+= gss_compare_name.3
MAN3+= gss_context_time.3
-MAN3+= gss_copy_oid.3
MAN3+= gss_create_empty_oid_set.3
+MAN3+= gss_decapsulate_token.3
MAN3+= gss_delete_sec_context.3
MAN3+= gss_display_name.3
MAN3+= gss_display_status.3
MAN3+= gss_duplicate_name.3
-MAN3+= gss_duplicate_oid.3
+MAN3+= gss_encapsulate_token.3
MAN3+= gss_export_name.3
MAN3+= gss_export_sec_context.3
MAN3+= gss_get_mic.3
@@ -24,8 +24,8 @@ MAN3+= gss_init_sec_context.3
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_mechs_for_name.3
MAN3+= gss_inquire_names_for_mech.3
MAN3+= gss_inquire_saslname_for_mech.3
MAN3+= gss_oid_equal.3
diff --git a/security/gss/distinfo b/security/gss/distinfo
index 78c1db765379..7559b4499bc9 100644
--- a/security/gss/distinfo
+++ b/security/gss/distinfo
@@ -1,3 +1,3 @@
-MD5 (gss-0.1.5.tar.gz) = d65431dd4dd35cfb8f4433b41ff75fbc
-SHA256 (gss-0.1.5.tar.gz) = 83aa5f4d59a9800a98fd2c8d84e7548926a48124cba52b572fb1589019b10260
-SIZE (gss-0.1.5.tar.gz) = 1917187
+MD5 (gss-1.0.1.tar.gz) = b044abfe64ad94e509f316c06d9b7422
+SHA256 (gss-1.0.1.tar.gz) = a0267f37ca2d0b44847082f01a0f21bd7110571ee1a5e0a91803b4fa0ab9e915
+SIZE (gss-1.0.1.tar.gz) = 2172908
diff --git a/security/gss/pkg-plist b/security/gss/pkg-plist
index 67fe1708b8cf..fcfcbc06923b 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.2
+lib/libgss.so.3
libdata/pkgconfig/gss.pc
share/locale/en@boldquot/LC_MESSAGES/gss.mo
share/locale/en@quot/LC_MESSAGES/gss.mo