[Midnightbsd-cvs] mports [23005] trunk/security/libgpg-error: 1.27

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Feb 17 13:06:21 EST 2018


Revision: 23005
          http://svnweb.midnightbsd.org/mports/?rev=23005
Author:   laffer1
Date:     2018-02-17 13:06:20 -0500 (Sat, 17 Feb 2018)
Log Message:
-----------
1.27

Modified Paths:
--------------
    trunk/security/libgpg-error/Makefile
    trunk/security/libgpg-error/distinfo
    trunk/security/libgpg-error/pkg-plist

Modified: trunk/security/libgpg-error/Makefile
===================================================================
--- trunk/security/libgpg-error/Makefile	2018-02-16 07:00:18 UTC (rev 23004)
+++ trunk/security/libgpg-error/Makefile	2018-02-17 18:06:20 UTC (rev 23005)
@@ -1,22 +1,27 @@
 # $MidnightBSD$
 
 PORTNAME=	libgpg-error
-PORTVERSION=	1.17
+PORTVERSION=	1.27
 CATEGORIES=	security devel
-MASTER_SITES=	${MASTER_SITE_GNUPG}
-MASTER_SITE_SUBDIR=	${PORTNAME}
+MASTER_SITES=	GNUPG
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Common error values for all GnuPG components
 
-LICENSE=	gpl2
+LICENSE=	gpl2 lgpl2.1
+LICENSE_COMB=	multi
+LICENSE_FILE_gpl2=	${WRKSRC}/COPYING
+LICENSE_FILE_lgpl2.1=	${WRKSRC}/COPYING.LIB
 
 OPTIONS_DEFINE=	DOCS NLS
+OPTIONS_SUB=	yes
 
 USES=		gmake libtool tar:bzip2
 USE_LDCONFIG=		yes
 GNU_CONFIGURE=		yes
 MAKE_JOBS_UNSAFE=	yes
+CPP+=			-P
+CONFIGURE_ARGS=		--enable-static=yes
 
 .include <bsd.mport.options.mk>
 
@@ -31,6 +36,7 @@
 .endif
 
 DOCS=		AUTHORS ChangeLog NEWS README
+INFO=		gpgrt
 
 post-install:
 	@${MKDIR} ${DOCSDIR}

Modified: trunk/security/libgpg-error/distinfo
===================================================================
--- trunk/security/libgpg-error/distinfo	2018-02-16 07:00:18 UTC (rev 23004)
+++ trunk/security/libgpg-error/distinfo	2018-02-17 18:06:20 UTC (rev 23005)
@@ -1,2 +1,3 @@
-SHA256 (libgpg-error-1.17.tar.bz2) = 3ff4e5a71116eb862cd14185fcd282850927b8608e3b4186834fd940fbef57b5
-SIZE (libgpg-error-1.17.tar.bz2) = 669914
+TIMESTAMP = 1488465929
+SHA256 (libgpg-error-1.27.tar.bz2) = 4f93aac6fecb7da2b92871bb9ee33032be6a87b174f54abf8ddf0911a22d29d2
+SIZE (libgpg-error-1.27.tar.bz2) = 813060

Modified: trunk/security/libgpg-error/pkg-plist
===================================================================
--- trunk/security/libgpg-error/pkg-plist	2018-02-16 07:00:18 UTC (rev 23004)
+++ trunk/security/libgpg-error/pkg-plist	2018-02-17 18:06:20 UTC (rev 23005)
@@ -1,10 +1,10 @@
 bin/gpg-error
 bin/gpg-error-config
 include/gpg-error.h
-info/gpgrt.info
+include/gpgrt.h
 lib/libgpg-error.so
 lib/libgpg-error.so.0
-lib/libgpg-error.so.0.13.0
+lib/libgpg-error.so.0.22.0
 man/man1/gpg-error-config.1.gz
 share/aclocal/gpg-error.m4
 share/common-lisp/source/gpg-error/gpg-error.asd
@@ -11,6 +11,7 @@
 share/common-lisp/source/gpg-error/gpg-error-package.lisp
 share/common-lisp/source/gpg-error/gpg-error.lisp
 share/common-lisp/source/gpg-error/gpg-error-codes.lisp
+%%DATADIR%%/errorref.txt
 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog
 %%PORTDOCS%%%%DOCSDIR%%/NEWS
@@ -20,12 +21,17 @@
 %%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/hu/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/pt/LC_MESSAGES/libgpg-error.mo
 %%NLS%%share/locale/ro/LC_MESSAGES/libgpg-error.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/libgpg-error.mo
+%%NLS%%share/locale/sr/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
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/libgpg-error.mo



More information about the Midnightbsd-cvs mailing list