diff options
author | johans <johans@FreeBSD.org> | 2011-12-01 05:00:31 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2011-12-01 05:00:31 +0800 |
commit | 3121105d70ee76d4ac5be7095a9dcc17c935e96e (patch) | |
tree | cb4426db5939a11d900b3400ace094b6d84706a2 /security/gss | |
parent | 4c53fea3d2d9f23546de0f0fc30d06520250d80e (diff) | |
download | freebsd-ports-graphics-3121105d70ee76d4ac5be7095a9dcc17c935e96e.tar.gz freebsd-ports-graphics-3121105d70ee76d4ac5be7095a9dcc17c935e96e.tar.zst freebsd-ports-graphics-3121105d70ee76d4ac5be7095a9dcc17c935e96e.zip |
- Update gss to 1.0.2
- Touch doc/Makefile* to prevent unnecessary automake run
Feature safe: yes
Diffstat (limited to 'security/gss')
-rw-r--r-- | security/gss/Makefile | 6 | ||||
-rw-r--r-- | security/gss/distinfo | 4 | ||||
-rw-r--r-- | security/gss/pkg-plist | 1 |
3 files changed, 7 insertions, 4 deletions
diff --git a/security/gss/Makefile b/security/gss/Makefile index ced24169bdc..788b6c1e049 100644 --- a/security/gss/Makefile +++ b/security/gss/Makefile @@ -7,8 +7,7 @@ # PORTNAME= gss -PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTVERSION= 1.0.2 CATEGORIES= security MASTER_SITES= GNU @@ -42,6 +41,9 @@ USE_GETTEXT= yes PLIST_SUB+= NLS="" .endif +post-configure: + @cd ${WRKSRC}/doc && ${TOUCH} Makefile* + pre-install: @${MKDIR} ${PREFIX}/${INFO_PATH} diff --git a/security/gss/distinfo b/security/gss/distinfo index 3150a7d02ec..f4d3adc0d33 100644 --- a/security/gss/distinfo +++ b/security/gss/distinfo @@ -1,2 +1,2 @@ -SHA256 (gss-1.0.1.tar.gz) = a0267f37ca2d0b44847082f01a0f21bd7110571ee1a5e0a91803b4fa0ab9e915 -SIZE (gss-1.0.1.tar.gz) = 2172908 +SHA256 (gss-1.0.2.tar.gz) = a9e97f3eb3451022939363b28c4ce4704366e57790d5d3df73349af8e7a248e1 +SIZE (gss-1.0.2.tar.gz) = 2220919 diff --git a/security/gss/pkg-plist b/security/gss/pkg-plist index fcfcbc06923..9492f977873 100644 --- a/security/gss/pkg-plist +++ b/security/gss/pkg-plist @@ -9,6 +9,7 @@ lib/libgss.so.3 libdata/pkgconfig/gss.pc share/locale/en@boldquot/LC_MESSAGES/gss.mo share/locale/en@quot/LC_MESSAGES/gss.mo +share/locale/eo/LC_MESSAGES/gss.mo share/locale/fi/LC_MESSAGES/gss.mo share/locale/fr/LC_MESSAGES/gss.mo share/locale/it/LC_MESSAGES/gss.mo |