diff options
author | culot <culot@FreeBSD.org> | 2014-12-04 22:52:08 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2014-12-04 22:52:08 +0800 |
commit | 271dc5ced006b0648db3c51432a7fa6fa60da12e (patch) | |
tree | 4e6b1e5460d976c92faf3ec6a847eccc6e3e7749 /security/p5-openxpki-i18n | |
parent | a08ff8723e56010c399dfa067864dd0b634b5367 (diff) | |
download | freebsd-ports-gnome-271dc5ced006b0648db3c51432a7fa6fa60da12e.tar.gz freebsd-ports-gnome-271dc5ced006b0648db3c51432a7fa6fa60da12e.tar.zst freebsd-ports-gnome-271dc5ced006b0648db3c51432a7fa6fa60da12e.zip |
- Update to 0.25.0.1
PR: ports/195593
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
Diffstat (limited to 'security/p5-openxpki-i18n')
-rw-r--r-- | security/p5-openxpki-i18n/Makefile | 6 | ||||
-rw-r--r-- | security/p5-openxpki-i18n/distinfo | 4 | ||||
-rw-r--r-- | security/p5-openxpki-i18n/pkg-plist | 6 |
3 files changed, 5 insertions, 11 deletions
diff --git a/security/p5-openxpki-i18n/Makefile b/security/p5-openxpki-i18n/Makefile index c9d55c9c03fe..25a992d1ab90 100644 --- a/security/p5-openxpki-i18n/Makefile +++ b/security/p5-openxpki-i18n/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openxpki-i18n -PORTVERSION= 0.21.0.1 +PORTVERSION= 0.25.0.1 CATEGORIES= security perl5 PKGNAMEPREFIX= p5- DISTNAME= openxpki-${PORTVERSION} @@ -17,11 +17,11 @@ USE_GITHUB= yes GH_ACCOUNT= openxpki GH_PROJECT= openxpki GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 908559d +GH_COMMIT= 2f83048 ### We can not go WITHOUT_NLS. Internationalization is needed ### even to use English language. -USES= gettext gmake perl5 +USES= gettext-runtime gettext-tools gmake perl5 ALL_TARGET= scan default WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT}/core/i18n diff --git a/security/p5-openxpki-i18n/distinfo b/security/p5-openxpki-i18n/distinfo index 11f47ff9d473..9e590bbc5c88 100644 --- a/security/p5-openxpki-i18n/distinfo +++ b/security/p5-openxpki-i18n/distinfo @@ -1,2 +1,2 @@ -SHA256 (openxpki/openxpki-0.21.0.1.tar.gz) = de31c09d26aeb59ea449be4fd3ec90827742dacd6d0bcbb2c53027d142d5fd31 -SIZE (openxpki/openxpki-0.21.0.1.tar.gz) = 2144764 +SHA256 (openxpki/openxpki-0.25.0.1.tar.gz) = 6ef66933457488488b6bccfed4d7cc835d445d0482aeb54de950eca5066df35a +SIZE (openxpki/openxpki-0.25.0.1.tar.gz) = 2038200 diff --git a/security/p5-openxpki-i18n/pkg-plist b/security/p5-openxpki-i18n/pkg-plist index 73582c37dd72..c8823eaee7e0 100644 --- a/security/p5-openxpki-i18n/pkg-plist +++ b/security/p5-openxpki-i18n/pkg-plist @@ -2,9 +2,3 @@ share/locale/de_DE/LC_MESSAGES/openxpki.mo share/locale/en_GB/LC_MESSAGES/openxpki.mo share/locale/en_US/LC_MESSAGES/openxpki.mo share/locale/ru_RU/LC_MESSAGES/openxpki.mo -@dirrmtry share/locale/de_DE/LC_MESSAGES -@dirrmtry share/locale/de_DE -@dirrmtry share/locale/en_US/LC_MESSAGES -@dirrmtry share/locale/en_US -@dirrmtry share/locale/ru_RU/LC_MESSAGES -@dirrmtry share/locale/ru_RU |