ports/176460: [patch] security/libgpg-error update to 1.11
Hirohisa Yamaguchi
umq at ueo.co.jp
Wed Feb 27 02:10:01 UTC 2013
>Number: 176460
>Category: ports
>Synopsis: [patch] security/libgpg-error update to 1.11
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Feb 27 02:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Hirohisa Yamaguchi
>Release: FreeBSD 8.3-RELEASE-p3 amd64
>Organization:
<organization of PR author (multiple lines)>
>Environment:
System: FreeBSD **** 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Tue Jun 12 00:39:29 UTC 2012 root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
The new version of security/libgpg-error 1.11 is available
Release-announcement: http://lists.gnupg.org/pipermail/gnupg-announce/2013q1/000321.html
>How-To-Repeat:
N/A
>Fix:
The patch follows:
+ pet portlint
Index: security/libgpg-error/Makefile
===================================================================
--- security/libgpg-error/Makefile (revision 313018)
+++ security/libgpg-error/Makefile (working copy)
@@ -1,12 +1,8 @@
-# New ports collection makefile for: libgpg-error
-# Date created: 2003-10-12
-# Whom: Sergei Kolobov <sergei at kolobov.com>
-#
+# Created by: Sergei Kolobov <sergei at 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 @@
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}
Index: security/libgpg-error/distinfo
===================================================================
--- security/libgpg-error/distinfo (revision 313018)
+++ security/libgpg-error/distinfo (working copy)
@@ -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
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list