Bug 182359 - [patch] misc/findutils update to 4.5.12
Summary: [patch] misc/findutils update to 4.5.12
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: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-24 23:10 UTC by Klaus Aehlig
Modified: 2013-09-25 14:00 UTC (History)
0 users

See Also:


Attachments
findutils.diff (6.23 KB, patch)
2013-09-24 23:10 UTC, Klaus Aehlig
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Klaus Aehlig 2013-09-24 23:10:00 UTC
	Update misc/findutils to version 4.5.12

	see http://lists.gnu.org/archive/html/bug-findutils/2013-09/msg00024.html for
	the release announcement.

Fix: Apply the following patch.

	Note: file/patch-locate__locate.c is removed, as the
	fix is included in upstream version 4.5.12
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-09-25 13:15:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-09-25 13:53:34 UTC
Author: wg
Date: Wed Sep 25 12:53:25 2013
New Revision: 328281
URL: http://svnweb.freebsd.org/changeset/ports/328281

Log:
  misc/findutils: update to 4.5.12
  
  - Update to 4.5.12 [1]
  - USES gmake
  - Allow staging
  - Use options helpers and drop include
  
  PR:		ports/182359 [1]
  Submitted by:	Klaus Aehlig <aehlig linta.de> (maintainer) [1]

Deleted:
  head/misc/findutils/files/patch-locate__locate.c
Modified:
  head/misc/findutils/Makefile
  head/misc/findutils/distinfo
  head/misc/findutils/pkg-plist

Modified: head/misc/findutils/Makefile
==============================================================================
--- head/misc/findutils/Makefile	Wed Sep 25 12:45:36 2013	(r328280)
+++ head/misc/findutils/Makefile	Wed Sep 25 12:53:25 2013	(r328281)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	findutils
-PORTVERSION=	4.5.11
+PORTVERSION=	4.5.12
 CATEGORIES=	misc
 MASTER_SITES=	${MASTER_SITE_GNU_ALPHA}
 MASTER_SITE_SUBDIR=	findutils
@@ -12,31 +12,18 @@ EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 MAINTAINER=	aehlig@linta.de
 COMMENT=	GNU find utilities
 
-USES+=		charsetfix
+USES+=		charsetfix gmake
 SIG_FILES=	${DISTNAME}${EXTRACT_SUFX}.sig
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-
-USE_GMAKE=	yes
-
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MNLS}
-USES+=		gettext
-PLIST_SUB+=	NLS=""
-.else
-CONFIGURE_ARGS+=	--disable-nls
-PLIST_SUB+=	NLS="@comment "
-.endif
-
 CONFIGURE_ARGS+=	--program-prefix=g --localstatedir=${LOCALSTATEDIR}
 MAKE_ARGS=	INSTALL_SCRIPT="${INSTALL_SCRIPT}"
 
-INFO=		find find-maint
-MAN1=		gfind.1 gxargs.1 glocate.1 gupdatedb.1 goldfind.1
-MAN5=		glocatedb.5
+OPTIONS_DEFINE=	NLS
+OPTIONS_SUB=	yes
+NLS_CONFIGURE_ENABLE=	nls
+NLS_USES=	gettext
 
 LOCALSTATEDIR?=	/var/db
 

Modified: head/misc/findutils/distinfo
==============================================================================
--- head/misc/findutils/distinfo	Wed Sep 25 12:45:36 2013	(r328280)
+++ head/misc/findutils/distinfo	Wed Sep 25 12:53:25 2013	(r328281)
@@ -1,4 +1,4 @@
-SHA256 (findutils-4.5.11.tar.gz) = 75e823592d917f1ac853a35cf46d6deeeb3b984240331ad1723f60da1a725d22
-SIZE (findutils-4.5.11.tar.gz) = 3116431
-SHA256 (findutils-4.5.11.tar.gz.sig) = 4fd79ba6ab6acd7e340ad8878ae82112a503ef1f708fd5ba02cb94fe4a66d27f
-SIZE (findutils-4.5.11.tar.gz.sig) = 152
+SHA256 (findutils-4.5.12.tar.gz) = df859eebad68c216204363f163c0e4200208ce7348f3658564a120e32e4f63de
+SIZE (findutils-4.5.12.tar.gz) = 3236073
+SHA256 (findutils-4.5.12.tar.gz.sig) = 987a5a35dc97ac8141319b4306f20d483f346ceb7e25c92fd0a244e727a764d3
+SIZE (findutils-4.5.12.tar.gz.sig) = 152

Modified: head/misc/findutils/pkg-plist
==============================================================================
--- head/misc/findutils/pkg-plist	Wed Sep 25 12:45:36 2013	(r328280)
+++ head/misc/findutils/pkg-plist	Wed Sep 25 12:53:25 2013	(r328281)
@@ -3,9 +3,19 @@ bin/goldfind
 bin/glocate
 bin/gupdatedb
 bin/gxargs
+info/find-maint.info
+info/find.info
+info/find.info-1
+info/find.info-2
 libexec/gbigram
 libexec/gcode
 libexec/gfrcode
+man/man1/gfind.1.gz
+man/man1/glocate.1.gz
+man/man1/goldfind.1.gz
+man/man1/gupdatedb.1.gz
+man/man1/gxargs.1.gz
+man/man5/glocatedb.5.gz
 %%NLS%%share/locale/be/LC_MESSAGES/findutils.mo
 %%NLS%%share/locale/bg/LC_MESSAGES/findutils.mo
 %%NLS%%share/locale/ca/LC_MESSAGES/findutils.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 William Grzybowski freebsd_committer freebsd_triage 2013-09-25 13:53:36 UTC
State Changed
From-To: open->closed

Committed. Thanks!