ports/158104: [maintainer-update] www/phprecipebook: update to 3.01

Guido Falsi mad at madpilot.net
Tue Jun 21 11:40:12 UTC 2011


>Number:         158104
>Category:       ports
>Synopsis:       [maintainer-update] www/phprecipebook: update to 3.01
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 21 11:40:11 UTC 2011
>Closed-Date:
>Last-Modified:
>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 at 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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list