Date: Sat, 2 Mar 2013 10:56:34 +0000 (UTC) From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313222 - head/security/libgpg-error Message-ID: <201303021056.r22AuYFL050953@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: novel Date: Sat Mar 2 10:56:34 2013 New Revision: 313222 URL: http://svnweb.freebsd.org/changeset/ports/313222 Log: Update to 1.11. PR: 176460 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Modified: head/security/libgpg-error/Makefile head/security/libgpg-error/distinfo head/security/libgpg-error/pkg-plist Modified: head/security/libgpg-error/Makefile ============================================================================== --- head/security/libgpg-error/Makefile Sat Mar 2 10:20:34 2013 (r313221) +++ head/security/libgpg-error/Makefile Sat Mar 2 10:56:34 2013 (r313222) @@ -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} Modified: head/security/libgpg-error/distinfo ============================================================================== --- head/security/libgpg-error/distinfo Sat Mar 2 10:20:34 2013 (r313221) +++ head/security/libgpg-error/distinfo Sat Mar 2 10:56:34 2013 (r313222) @@ -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 Modified: head/security/libgpg-error/pkg-plist ============================================================================== --- head/security/libgpg-error/pkg-plist Sat Mar 2 10:20:34 2013 (r313221) +++ head/security/libgpg-error/pkg-plist Sat Mar 2 10:56:34 2013 (r313222) @@ -20,12 +20,16 @@ share/common-lisp/source/gpg-error/gpg-e %%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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303021056.r22AuYFL050953>