From mad@madpilot.net  Tue Jun 21 11:31:18 2011
Return-Path: <mad@madpilot.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id EB37E1065672
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 21 Jun 2011 11:31:18 +0000 (UTC)
	(envelope-from mad@madpilot.net)
Received: from megatron.madpilot.net (megatron.madpilot.net [88.149.173.206])
	by mx1.freebsd.org (Postfix) with ESMTP id 91AAD8FC17
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 21 Jun 2011 11:31:18 +0000 (UTC)
Received: from megatron.madpilot.net (localhost [127.0.0.1])
	by megatron.madpilot.net (Postfix) with ESMTP id 6E6C81DDB
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 21 Jun 2011 13:31:17 +0200 (CEST)
Received: from megatron.madpilot.net ([127.0.0.1])
	by megatron.madpilot.net (megatron.madpilot.net [127.0.0.1]) (amavisd-new, port 10026)
	with ESMTP id 6X0k5i3vKgRy for <FreeBSD-gnats-submit@freebsd.org>;
	Tue, 21 Jun 2011 13:31:10 +0200 (CEST)
Received: by megatron.madpilot.net (Postfix, from userid 1000)
	id 1901F1DD0; Tue, 21 Jun 2011 13:31:09 +0200 (CEST)
Message-Id: <20110621113110.1901F1DD0@megatron.madpilot.net>
Date: Tue, 21 Jun 2011 13:31:09 +0200 (CEST)
From: Guido Falsi <mad@madpilot.net>
Reply-To: Guido Falsi <mad@madpilot.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer-update] www/phprecipebook: update to 3.01
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         158104
>Category:       ports
>Synopsis:       [maintainer-update] www/phprecipebook: update to 3.01
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dhn
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 21 11:40:11 UTC 2011
>Closed-Date:    Tue Jun 21 15:12:23 UTC 2011
>Last-Modified:  Tue Jun 21 15:20:11 UTC 2011
>Originator:     Guido Falsi
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
none
>Environment:
System: FreeBSD megatron.madpilot.net 8.2-STABLE FreeBSD 8.2-STABLE #1: Mon Jun 6 20:10:31 CEST 2011 root@megatron.madpilot.net:/usr/obj/usr/src/sys/MEGATRON amd64

>Description:

Update to 3.01.

Add LICENSE.

Fix reinstall target.

>How-To-Repeat:
>Fix:

diff -ruN phprecipebook.old/Makefile phprecipebook/Makefile
--- phprecipebook.old/Makefile	2011-06-21 13:21:42.047139493 +0200
+++ phprecipebook/Makefile	2011-06-21 13:21:59.466050191 +0200
@@ -6,13 +6,17 @@
 #
 
 PORTNAME=	phprecipebook
-PORTVERSION=	2.41
+PORTVERSION=	3.01
 CATEGORIES=	www deskutils
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION}
+MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION:C/\..*//}
+EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	mad@madpilot.net
 COMMENT=	Small php webapp to manage your recipes
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/docs/LICENSE.TXT
+
 WRKSRC=		${WRKDIR}/${PORTNAME}
 NO_BUILD=	yes
 USE_PHP=	xml
@@ -36,7 +40,7 @@
 	@${CHMOD} -R u+w ${WRKSRC}
 
 do-install:
-	@${MV} ${WRKSRC}/custom_inc.php ${WRKSRC}/custom_inc.php.sample
+	@${CP} ${WRKSRC}/custom_inc.php ${WRKSRC}/custom_inc.php.sample
 	@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${PREFIX}/${RECIPEDIR}
 	@if [ ! -f ${PREFIX}/${RECIPEDIR}/custom_inc.php ]; then \
 		${CP} ${PREFIX}/${RECIPEDIR}/custom_inc.php.sample \
diff -ruN phprecipebook.old/distinfo phprecipebook/distinfo
--- phprecipebook.old/distinfo	2011-06-21 13:21:42.037141350 +0200
+++ phprecipebook/distinfo	2011-06-21 13:21:59.465044761 +0200
@@ -1,2 +1,2 @@
-SHA256 (phprecipebook-2.41.tar.gz) = d31db07b8f913892ca6c944185b05e107569d3fa8e2e0970b2e12c2f0c52b2cd
-SIZE (phprecipebook-2.41.tar.gz) = 573627
+SHA256 (phprecipebook-3.01.tgz) = 82f24cf1c013776d97120de0edac682d543c4a6a7e86069b2fc37c86b6d15255
+SIZE (phprecipebook-3.01.tgz) = 1373514
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->dhn 
Responsible-Changed-By: dhn 
Responsible-Changed-When: Tue Jun 21 12:57:00 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158104 
State-Changed-From-To: open->closed 
State-Changed-By: dhn 
State-Changed-When: Tue Jun 21 15:12:21 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158104 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/158104: commit references a PR
Date: Tue, 21 Jun 2011 15:12:10 +0000 (UTC)

 dhn         2011-06-21 15:12:01 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/phprecipebook    Makefile distinfo 
   Log:
   - Update to 3.01
   - Add LICENSE
   
   PR:             ports/158104
   Submitted by:   Guido Falsi <mad@madpilot.net> (maintainer)
   
   Revision  Changes    Path
   1.6       +7 -3      ports/www/phprecipebook/Makefile
   1.6       +2 -2      ports/www/phprecipebook/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
