Bug 177714 - maintainer update: ports-mgmt/genplist
Summary: maintainer update: ports-mgmt/genplist
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: Thomas Abthorpe
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-08 19:40 UTC by Jason W. Bacon
Modified: 2013-06-11 03:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.74 KB, patch)
2013-04-08 19:40 UTC, Jason W. Bacon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason W. Bacon freebsd_committer freebsd_triage 2013-04-08 19:40:00 UTC
Minor fixes, improvements to handle NOPORTDOCS and NOPORTEXAMPLES and use %%PORTVERSION%% where appropriate.

Fix: Patch attached with submission follows:
Comment 1 Thomas Abthorpe freebsd_committer freebsd_triage 2013-04-09 17:58:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tabthorpe

I'll take it.
Comment 2 Jason Helfman freebsd_committer freebsd_triage 2013-04-13 08:09:52 UTC
I've merged approved patch from ports/177799 to this pr. It is slightly
altered, as bsd.port.pre.mk is not necessary.

-jgh

Index: ports-mgmt/genplist/Makefile
===================================================================
--- ports-mgmt/genplist/Makefile	(revision 315789)
+++ ports-mgmt/genplist/Makefile	(working copy)
@@ -1,15 +1,11 @@
-# New ports collection makefile for:	genplist
-# Date created:		2007-04-19
-# Whom:			Jason Bacon <jwbacon@tds.net>
-#
+# Created by: Jason Bacon <jwbacon@tds.net>
  # $FreeBSD$
-#
  
  PORTNAME=	genplist
-PORTVERSION=	0.6
+PORTVERSION=	1.0
  CATEGORIES=	ports-mgmt
  MASTER_SITES=	http://personalpages.tds.net/~jwbacon/Ports/distfiles/ \
-		http://jbacon.dyndns.org/~bacon/Ports/distfiles/
+		http://acadix.biz/Ports/distfiles/
  
  MAINTAINER=	jwbacon@tds.net
  COMMENT=	Generates a static plist for a port
@@ -22,6 +18,9 @@
  
  do-install:
  	@${INSTALL_SCRIPT} ${WRKSRC}/genplist ${PREFIX}/bin
-	@${INSTALL_MAN} ${WRKSRC}/genplist.1 ${PREFIX}/man/man1
+	@${INSTALL_MAN} ${WRKSRC}/genplist.1 ${MAN1PREFIX}/man/man1
  
+post-patch:
+	${REINPLACE_CMD} 's|/etc/mtree|$${PORTSDIR=/usr/ports}/Templates|' ${WRKSRC}/genplist
+
  .include <bsd.port.mk>
Index: ports-mgmt/genplist/distinfo
===================================================================
--- ports-mgmt/genplist/distinfo	(revision 315789)
+++ ports-mgmt/genplist/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (genplist-0.6.tar.gz) = 0a3758c703b4c75715a57cb6f5a97df3ef2ed532333bd8c3e978ac1f9ff3346b
-SIZE (genplist-0.6.tar.gz) = 5712
+SHA256 (genplist-1.0.tar.gz) = 1b66fb531074f7fca5589537d66b3ddaf8727f7b975de24ae48e336cce8538aa
+SIZE (genplist-1.0.tar.gz) = 5730
Index: ports-mgmt/genplist/pkg-descr
===================================================================
--- ports-mgmt/genplist/pkg-descr	(revision 315789)
+++ ports-mgmt/genplist/pkg-descr	(working copy)
@@ -3,4 +3,4 @@
  process is based on the instructions for plist generation in the
  FreeBSD Porter's Handbook.
  
-WWW:	http://personalpages.tds.net/~jwbacon/Ports
+WWW: http://personalpages.tds.net/~jwbacon/Ports

-- 
Jason Helfman
FreeBSD Committer | http://people.freebsd.org/~jgh | The Power To Serve
Comment 3 Jason W. Bacon freebsd_committer freebsd_triage 2013-04-14 18:32:52 UTC
Looks fine.

You can also remove the port-patch section if you like.  That patch has 
already been applied upstream and I forgot to remove the reinplace from 
the port.  Otherwise, the upgrade to 1.1 will take care of it.

     -J

On 04/13/13 02:09, Jason Helfman wrote:
> I've merged approved patch from ports/177799 to this pr. It is slightly
> altered, as bsd.port.pre.mk is not necessary.
>
> -jgh
>
> Index: ports-mgmt/genplist/Makefile
> ===================================================================
> --- ports-mgmt/genplist/Makefile    (revision 315789)
> +++ ports-mgmt/genplist/Makefile    (working copy)
> @@ -1,15 +1,11 @@
> -# New ports collection makefile for:    genplist
> -# Date created:        2007-04-19
> -# Whom:            Jason Bacon <jwbacon@tds.net>
> -#
> +# Created by: Jason Bacon <jwbacon@tds.net>
>  # $FreeBSD$
> -#
>
>  PORTNAME=    genplist
> -PORTVERSION=    0.6
> +PORTVERSION=    1.0
>  CATEGORIES=    ports-mgmt
>  MASTER_SITES=    
> http://personalpages.tds.net/~jwbacon/Ports/distfiles/ \
> -        http://jbacon.dyndns.org/~bacon/Ports/distfiles/
> +        http://acadix.biz/Ports/distfiles/
>
>  MAINTAINER=    jwbacon@tds.net
>  COMMENT=    Generates a static plist for a port
> @@ -22,6 +18,9 @@
>
>  do-install:
>      @${INSTALL_SCRIPT} ${WRKSRC}/genplist ${PREFIX}/bin
> -    @${INSTALL_MAN} ${WRKSRC}/genplist.1 ${PREFIX}/man/man1
> +    @${INSTALL_MAN} ${WRKSRC}/genplist.1 ${MAN1PREFIX}/man/man1
>
> +post-patch:
> +    ${REINPLACE_CMD} 
> 's|/etc/mtree|$${PORTSDIR=/usr/ports}/Templates|' ${WRKSRC}/genplist
> +
>  .include <bsd.port.mk>
> Index: ports-mgmt/genplist/distinfo
> ===================================================================
> --- ports-mgmt/genplist/distinfo    (revision 315789)
> +++ ports-mgmt/genplist/distinfo    (working copy)
> @@ -1,2 +1,2 @@
> -SHA256 (genplist-0.6.tar.gz) = 
> 0a3758c703b4c75715a57cb6f5a97df3ef2ed532333bd8c3e978ac1f9ff3346b
> -SIZE (genplist-0.6.tar.gz) = 5712
> +SHA256 (genplist-1.0.tar.gz) = 
> 1b66fb531074f7fca5589537d66b3ddaf8727f7b975de24ae48e336cce8538aa
> +SIZE (genplist-1.0.tar.gz) = 5730
> Index: ports-mgmt/genplist/pkg-descr
> ===================================================================
> --- ports-mgmt/genplist/pkg-descr    (revision 315789)
> +++ ports-mgmt/genplist/pkg-descr    (working copy)
> @@ -3,4 +3,4 @@
>  process is based on the instructions for plist generation in the
>  FreeBSD Porter's Handbook.
>
> -WWW:    http://personalpages.tds.net/~jwbacon/Ports
> +WWW: http://personalpages.tds.net/~jwbacon/Ports
>


-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Jason W. Bacon
jwbacon@tds.net
http://personalpages.tds.net/~jwbacon
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-06-11 03:14:38 UTC
Author: tabthorpe
Date: Tue Jun 11 02:14:25 2013
New Revision: 320519
URL: http://svnweb.freebsd.org/changeset/ports/320519

Log:
  - Update to 1.0
  
  PR:		ports/177714
  Submitted by:	Jason Bacon <jwbacon tds.net> (maintainer)

Modified:
  head/ports-mgmt/genplist/Makefile   (contents, props changed)
  head/ports-mgmt/genplist/distinfo   (contents, props changed)
  head/ports-mgmt/genplist/pkg-descr   (contents, props changed)

Modified: head/ports-mgmt/genplist/Makefile
==============================================================================
--- head/ports-mgmt/genplist/Makefile	Tue Jun 11 01:24:17 2013	(r320518)
+++ head/ports-mgmt/genplist/Makefile	Tue Jun 11 02:14:25 2013	(r320519)
@@ -1,15 +1,11 @@
-# New ports collection makefile for:	genplist
-# Date created:		2007-04-19
-# Whom:			Jason Bacon <jwbacon@tds.net>
-#
+# Created by:	Jason Bacon
 # $FreeBSD$
-#
 
 PORTNAME=	genplist
-PORTVERSION=	0.6
+PORTVERSION=	1.0
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	http://personalpages.tds.net/~jwbacon/Ports/distfiles/ \
-		http://jbacon.dyndns.org/~bacon/Ports/distfiles/
+		http://acadix.biz/Ports/distfiles/
 
 MAINTAINER=	jwbacon@tds.net
 COMMENT=	Generates a static plist for a port
@@ -22,6 +18,9 @@ MAN1=		genplist.1
 
 do-install:
 	@${INSTALL_SCRIPT} ${WRKSRC}/genplist ${PREFIX}/bin
-	@${INSTALL_MAN} ${WRKSRC}/genplist.1 ${PREFIX}/man/man1
+	@${INSTALL_MAN} ${WRKSRC}/genplist.1 ${MAN1PREFIX}/man/man1
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+post-patch:
+		${REINPLACE_CMD} 's|/etc/mtree|$${PORTSDIR=/usr/ports}/Templates|' ${WRKSRC}/genplist
+.include <bsd.port.post.mk>

Modified: head/ports-mgmt/genplist/distinfo
==============================================================================
--- head/ports-mgmt/genplist/distinfo	Tue Jun 11 01:24:17 2013	(r320518)
+++ head/ports-mgmt/genplist/distinfo	Tue Jun 11 02:14:25 2013	(r320519)
@@ -1,2 +1,2 @@
-SHA256 (genplist-0.6.tar.gz) = 0a3758c703b4c75715a57cb6f5a97df3ef2ed532333bd8c3e978ac1f9ff3346b
-SIZE (genplist-0.6.tar.gz) = 5712
+SHA256 (genplist-1.0.tar.gz) = 1b66fb531074f7fca5589537d66b3ddaf8727f7b975de24ae48e336cce8538aa
+SIZE (genplist-1.0.tar.gz) = 5730

Modified: head/ports-mgmt/genplist/pkg-descr
==============================================================================
--- head/ports-mgmt/genplist/pkg-descr	Tue Jun 11 01:24:17 2013	(r320518)
+++ head/ports-mgmt/genplist/pkg-descr	Tue Jun 11 02:14:25 2013	(r320519)
@@ -3,4 +3,4 @@ into a temporary directory, and then exa
 process is based on the instructions for plist generation in the
 FreeBSD Porter's Handbook.
 
-WWW:	http://personalpages.tds.net/~jwbacon/Ports
+WWW: http://personalpages.tds.net/~jwbacon/Ports
_______________________________________________
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 5 Thomas Abthorpe freebsd_committer freebsd_triage 2013-06-11 03:15:14 UTC
State Changed
From-To: open->closed

Committed. Thanks!