diff options
author | tota <tota@FreeBSD.org> | 2013-02-12 21:13:11 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2013-02-12 21:13:11 +0800 |
commit | c22cfc32b8446abf738c9afc93d7a8a26e3c7b08 (patch) | |
tree | 115d260984f3fd7c3f900789dfb9ed488e830e79 /graphics | |
parent | 729f798d39954ca614d6168cb125cbac44fd2689 (diff) | |
download | freebsd-ports-gnome-c22cfc32b8446abf738c9afc93d7a8a26e3c7b08.tar.gz freebsd-ports-gnome-c22cfc32b8446abf738c9afc93d7a8a26e3c7b08.tar.zst freebsd-ports-gnome-c22cfc32b8446abf738c9afc93d7a8a26e3c7b08.zip |
- Update to 0.60
- Replace NOPORTDOCS with PORT_OPTIONS:MDOCS
- Replace NOPORTEXAMPLES with PORT_OPTIONS:MEXAMPLES
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/php5-swfed/Makefile | 12 | ||||
-rw-r--r-- | graphics/php5-swfed/distinfo | 4 |
2 files changed, 9 insertions, 7 deletions
diff --git a/graphics/php5-swfed/Makefile b/graphics/php5-swfed/Makefile index 679c961db23e..761a6fc6df60 100644 --- a/graphics/php5-swfed/Makefile +++ b/graphics/php5-swfed/Makefile @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= swfed -PORTVERSION= 0.59 +PORTVERSION= 0.60 CATEGORIES= graphics www MASTER_SITES= SFJP -MASTER_SITE_SUBDIR= ${PORTNAME}/57469 +MASTER_SITE_SUBDIR= ${PORTNAME}/58104 PKGNAMEPREFIX= php5- MAINTAINER= yoya@awm.jp @@ -25,17 +25,19 @@ USE_PHPEXT= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src CONFIGURE_ARGS= --with-png-dir=${LOCALBASE} --with-gif-dir=${LOCALBASE} +PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} + PORTDOCS= readme.txt PORTEXAMPLES= * -PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} +.include <bsd.port.options.mk> post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/${PORTDOCS} ${DOCSDIR} .endif -.if !defined(NOPORTEXAMPLES) +.if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/sample/${PORTEXAMPLES} ${EXAMPLESDIR} .endif diff --git a/graphics/php5-swfed/distinfo b/graphics/php5-swfed/distinfo index 3ab951554493..3f1a2252372f 100644 --- a/graphics/php5-swfed/distinfo +++ b/graphics/php5-swfed/distinfo @@ -1,2 +1,2 @@ -SHA256 (swfed-0.59.tar.gz) = 90e7c9df3b0b65a5cc002001363884246a4c5eeb4ab003d608e67b92218fcd2a -SIZE (swfed-0.59.tar.gz) = 454745 +SHA256 (swfed-0.60.tar.gz) = d529e3706fa24efb3c71846f43be88fe99ad94f229e26c5a05710ce3c18477a8 +SIZE (swfed-0.60.tar.gz) = 454752 |