Bug 184712 - update of devel/quilt port
Summary: update of devel/quilt port
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: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-12 02:50 UTC by doj
Modified: 2013-12-19 11:20 UTC (History)
0 users

See Also:


Attachments
file.diff (842 bytes, patch)
2013-12-12 02:50 UTC, doj
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description doj 2013-12-12 02:50:00 UTC
	update the devel/quilt port to version 0.61

Fix: apply the following diff
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2013-12-19 10:51:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-19 11:11:42 UTC
Author: pawel
Date: Thu Dec 19 11:11:34 2013
New Revision: 336888
URL: http://svnweb.freebsd.org/changeset/ports/336888

Log:
  - Update to version 0.61 [1]
  - Remove leading article from COMMENT
  - Use option helpers
  
  PR:		ports/184712 [1]
  Submitted by:	maintainer

Modified:
  head/devel/quilt/Makefile
  head/devel/quilt/distinfo   (contents, props changed)

Modified: head/devel/quilt/Makefile
==============================================================================
--- head/devel/quilt/Makefile	Thu Dec 19 11:04:04 2013	(r336887)
+++ head/devel/quilt/Makefile	Thu Dec 19 11:11:34 2013	(r336888)
@@ -2,13 +2,13 @@
 # $FreeBSD$
 
 PORTNAME=	quilt
-PORTVERSION=	0.60
+PORTVERSION=	0.61
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SAVANNAH}
 MASTER_SITE_SUBDIR=	quilt
 
 MAINTAINER=	doj@cubic.org
-COMMENT=	A collection of bash scripts to ease working with patch files
+COMMENT=	Collection of bash scripts to ease working with patch files
 
 LICENSE=	GPLv2
 
@@ -24,6 +24,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS} \
 USES=		gmake perl5
 
 OPTIONS_DEFINE=	RPMBUILD DOCS NLS
+OPTIONS_SUB=	yes
 RPMBUILD_DESC=	rpmbuild support
 
 GNU_CONFIGURE=	yes
@@ -34,25 +35,15 @@ CONFIGURE_ARGS=	--with-sed=${LOCALBASE}/
 MAN1=		guards.1 quilt.1
 PORTDOCS=	README README.MAIL quilt.pdf
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
+RPMBUILD_BUILD_DEPENDS=	rpm:${PORTSDIR}/archivers/rpm
+RPMBUILD_RUN_DEPENDS=	rpm:${PORTSDIR}/archivers/rpm
+RPMBUILD_CONFIGURE_OFF=	--without-rpmbuild
 
-.if ${PORT_OPTIONS:MRPMBUILD}
-BUILD_DEPENDS+=	rpm:${PORTSDIR}/archivers/rpm
-RUN_DEPENDS+=	rpm:${PORTSDIR}/archivers/rpm
-PLIST_SUB+=	RPMBUILD=""
-.else
-CONFIGURE_ARGS+=--without-rpmbuild
-PLIST_SUB+=	RPMBUILD="@comment "
-.endif
+NLS_USES=		gettext
+NLS_CONFIGURE_OFF=	--disable-nls
 
-.if ${PORT_OPTIONS:MNLS}
-PLIST_SUB+=	NLS=""
-USES+=		gettext
-.else
-PLIST_SUB+=	NLS="@comment "
-CONFIGURE_ARGS+=	--disable-nls
-.endif
+NO_STAGE=	yes
+.include <bsd.port.options.mk>
 
 .if !exists(${LOCALBASE}/sbin/sendmail)
 PLIST_SUB+=	SENDMAIL=""

Modified: head/devel/quilt/distinfo
==============================================================================
--- head/devel/quilt/distinfo	Thu Dec 19 11:04:04 2013	(r336887)
+++ head/devel/quilt/distinfo	Thu Dec 19 11:11:34 2013	(r336888)
@@ -1,2 +1,2 @@
-SHA256 (quilt-0.60.tar.gz) = 3d72a292e432beb9a73f9d0acfe3a77c9b4d7e42209919bb244e9958c7cfe64b
-SIZE (quilt-0.60.tar.gz) = 442369
+SHA256 (quilt-0.61.tar.gz) = 1eec0a270ac4d41eea0fd5823603c9d2a35ab6b8ab73a90dd92ce1291b2a9fc3
+SIZE (quilt-0.61.tar.gz) = 450552
_______________________________________________
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 Pawel Pekala freebsd_committer freebsd_triage 2013-12-19 11:11:47 UTC
State Changed
From-To: open->closed

Committed. Thanks!