diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2013-03-02 10:56:34 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2013-03-02 10:56:34 +0000 |
commit | 55be57665b2224545d91aa4c9bbd46578d7ae389 (patch) | |
tree | 2153e414d31de4f3d04ccb172f28f89743f9fda4 /security | |
parent | 50b31f670f5f04724c43532f07be94bddbaf2f3e (diff) |
Update to 1.11.
PR: 176460
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
Notes
Notes:
svn path=/head/; revision=313222
Diffstat (limited to 'security')
-rw-r--r-- | security/libgpg-error/Makefile | 20 | ||||
-rw-r--r-- | security/libgpg-error/distinfo | 4 | ||||
-rw-r--r-- | security/libgpg-error/pkg-plist | 4 |
3 files changed, 15 insertions, 13 deletions
diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile index ae8564bb034f..884d1b6154c8 100644 --- a/security/libgpg-error/Makefile +++ b/security/libgpg-error/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: libgpg-error -# Date created: 2003-10-12 -# Whom: Sergei Kolobov <sergei@kolobov.com> -# +# Created by: Sergei Kolobov <sergei@kolobov.com> # $FreeBSD$ -# PORTNAME= libgpg-error -PORTVERSION= 1.10 +PORTVERSION= 1.11 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -21,20 +17,22 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes -.if defined(WITHOUT_NLS) -CONFIGURE_ARGS= --disable-nls -PLIST_SUB= NLS="@comment " -.else +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MNLS} USE_ICONV= yes USE_GETTEXT= yes CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ --with-libintl-prefix=${LOCALBASE} PLIST_SUB= NLS="" +.else +CONFIGURE_ARGS= --disable-nls +PLIST_SUB= NLS="@comment " .endif DOCS= AUTHORS ChangeLog NEWS README -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} post-install: @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} diff --git a/security/libgpg-error/distinfo b/security/libgpg-error/distinfo index 65c3f715d379..272275b33389 100644 --- a/security/libgpg-error/distinfo +++ b/security/libgpg-error/distinfo @@ -1,2 +1,2 @@ -SHA256 (libgpg-error-1.10.tar.bz2) = 520629b4568b5c29b1991c8ffc267c8bdee5f223c7333c42a651b56f9b1c5431 -SIZE (libgpg-error-1.10.tar.bz2) = 439213 +SHA256 (libgpg-error-1.11.tar.bz2) = ae3376480a073b120c7add08f1e6cfcc08500648ccf22461cd42db6224a218c0 +SIZE (libgpg-error-1.11.tar.bz2) = 489057 diff --git a/security/libgpg-error/pkg-plist b/security/libgpg-error/pkg-plist index ccebd50480c9..b546898f5e37 100644 --- a/security/libgpg-error/pkg-plist +++ b/security/libgpg-error/pkg-plist @@ -20,12 +20,16 @@ share/common-lisp/source/gpg-error/gpg-error-codes.lisp %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%@dirrm %%DOCSDIR%% %%NLS%%share/locale/cs/LC_MESSAGES/libgpg-error.mo +%%NLS%%share/locale/da/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/de/LC_MESSAGES/libgpg-error.mo +%%NLS%%share/locale/eo/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/fr/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/it/LC_MESSAGES/libgpg-error.mo +%%NLS%%share/locale/ja/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/nl/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/pl/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/ro/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/sv/LC_MESSAGES/libgpg-error.mo +%%NLS%%share/locale/uk/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/vi/LC_MESSAGES/libgpg-error.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/libgpg-error.mo |