From c22cfc32b8446abf738c9afc93d7a8a26e3c7b08 Mon Sep 17 00:00:00 2001 From: tota Date: Tue, 12 Feb 2013 13:13:11 +0000 Subject: - Update to 0.60 - Replace NOPORTDOCS with PORT_OPTIONS:MDOCS - Replace NOPORTEXAMPLES with PORT_OPTIONS:MEXAMPLES --- graphics/php5-swfed/Makefile | 12 +++++++----- graphics/php5-swfed/distinfo | 4 ++-- 2 files changed, 9 insertions(+), 7 deletions(-) (limited to 'graphics') 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 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 -- cgit