aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorDennis Herrmann <dhn@FreeBSD.org>2011-06-21 23:12:01 +0800
committerDennis Herrmann <dhn@FreeBSD.org>2011-06-21 23:12:01 +0800
commit63cbcc04ebb4aa4f7eedced1a7fe087e1249ab63 (patch)
treea8af8e5f9b9f81732608418a09b44ffc57344a21 /www
parent35d8a76c1cfa1f8abb2a22c12be33e0abc0e6351 (diff)
downloadfreebsd-ports-gnome-63cbcc04ebb4aa4f7eedced1a7fe087e1249ab63.tar.gz
freebsd-ports-gnome-63cbcc04ebb4aa4f7eedced1a7fe087e1249ab63.tar.zst
freebsd-ports-gnome-63cbcc04ebb4aa4f7eedced1a7fe087e1249ab63.zip
- Update to 3.01
- Add LICENSE PR: ports/158104 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
Diffstat (limited to 'www')
-rw-r--r--www/phprecipebook/Makefile10
-rw-r--r--www/phprecipebook/distinfo4
2 files changed, 9 insertions, 5 deletions
diff --git a/www/phprecipebook/Makefile b/www/phprecipebook/Makefile
index b92490f81057..275c15a1e3e4 100644
--- a/www/phprecipebook/Makefile
+++ b/www/phprecipebook/Makefile
@@ -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 @@ post-extract:
@${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 --git a/www/phprecipebook/distinfo b/www/phprecipebook/distinfo
index 93fc40c6f0df..d2251679e5f6 100644
--- a/www/phprecipebook/distinfo
+++ b/www/phprecipebook/distinfo
@@ -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