Update to 1.11.
PR: 176460 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
This commit is contained in:
parent
50b31f670f
commit
55be57665b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313222
3 changed files with 15 additions and 13 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue