Bug 176460 - [patch] security/libgpg-error update to 1.11
Summary: [patch] security/libgpg-error update to 1.11
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Roman Bogorodskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-27 02:10 UTC by Hirohisa Yamaguchi
Modified: 2013-03-02 11:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.68 KB, patch)
2013-02-27 02:10 UTC, Hirohisa Yamaguchi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hirohisa Yamaguchi 2013-02-27 02:10:00 UTC
	The new version of security/libgpg-error 1.11 is available
	Release-announcement: http://lists.gnupg.org/pipermail/gnupg-announce/2013q1/000321.html

Fix: The patch follows:
	 + pet portlint
How-To-Repeat: 	N/A
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-27 02:10:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->novel

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-03-02 10:56:43 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Roman Bogorodskiy freebsd_committer freebsd_triage 2013-03-02 10:57:12 UTC
State Changed
From-To: open->closed

Committed, thanks!