diff options
author | rafan <rafan@FreeBSD.org> | 2007-03-19 11:46:17 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-03-19 11:46:17 +0800 |
commit | 0b138b6202a2b8b2552ae118eae72adaee8604c0 (patch) | |
tree | d711dfa429d213381c5a9ae55939213c3554cf64 /security/gss | |
parent | 3baba65139a2461bdb316a88a74e9910c03841a7 (diff) | |
download | freebsd-ports-graphics-0b138b6202a2b8b2552ae118eae72adaee8604c0.tar.gz freebsd-ports-graphics-0b138b6202a2b8b2552ae118eae72adaee8604c0.tar.zst freebsd-ports-graphics-0b138b6202a2b8b2552ae118eae72adaee8604c0.zip |
- Update to 0.0.19
- Pass maintainership to submitter
PR: ports/108135 (based on)
Submitted by: Marcelo Araujo <araujo at bsdmail.org>
Diffstat (limited to 'security/gss')
-rw-r--r-- | security/gss/Makefile | 10 | ||||
-rw-r--r-- | security/gss/distinfo | 6 |
2 files changed, 10 insertions, 6 deletions
diff --git a/security/gss/Makefile b/security/gss/Makefile index b59b37bb087..3578b263069 100644 --- a/security/gss/Makefile +++ b/security/gss/Makefile @@ -7,13 +7,13 @@ # PORTNAME= gss -PORTVERSION= 0.0.17 +PORTVERSION= 0.0.19 CATEGORIES= security MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \ ${MASTER_SITE_GNU_ALPHA} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= araujo@bsdmail.org COMMENT= GNU Generic Security Service Library LIB_DEPENDS= shishi.0:${PORTSDIR}/security/shishi @@ -25,7 +25,8 @@ USE_GNOME= gnomehack gnometarget pkgconfig USE_GETOPT_LONG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CONFIGURE_ARGS= --disable-kerberos5 +CONFIGURE_ARGS= --disable-kerberos5 \ + --infodir=${PREFIX}/${INFO_PATH} --mandir=${MANPREFIX}/man USE_LDCONFIG= yes INFO= gss @@ -44,4 +45,7 @@ USE_GETTEXT= yes PLIST_SUB+= NLS="" .endif +pre-install: + @${MKDIR} ${PREFIX}/${INFO_PATH} + .include <bsd.port.post.mk> diff --git a/security/gss/distinfo b/security/gss/distinfo index 08f49d141f3..6e7638a4264 100644 --- a/security/gss/distinfo +++ b/security/gss/distinfo @@ -1,3 +1,3 @@ -MD5 (gss-0.0.17.tar.gz) = 15eab0f3555547658a524c40367ebfbd -SHA256 (gss-0.0.17.tar.gz) = 9f2df969f306f4d6b9ba3cdd57dc33652ba6ed57e7b62efd32dd3f127af252d5 -SIZE (gss-0.0.17.tar.gz) = 1432938 +MD5 (gss-0.0.19.tar.gz) = dfbec44c80171ebef434b629cb549934 +SHA256 (gss-0.0.19.tar.gz) = 01b014c988ee849434b3b38f89e5a6e07a1b806736dbe04fa3993a5a4343fe31 +SIZE (gss-0.0.19.tar.gz) = 1464250 |