svn commit: r312112 - head/graphics/php5-swfed

TAKATSU Tomonari tota at FreeBSD.org
Tue Feb 12 13:13:12 UTC 2013


Author: tota
Date: Tue Feb 12 13:13:11 2013
New Revision: 312112
URL: http://svnweb.freebsd.org/changeset/ports/312112

Log:
  - Update to 0.60
  - Replace NOPORTDOCS with PORT_OPTIONS:MDOCS
  - Replace NOPORTEXAMPLES with PORT_OPTIONS:MEXAMPLES

Modified:
  head/graphics/php5-swfed/Makefile
  head/graphics/php5-swfed/distinfo

Modified: head/graphics/php5-swfed/Makefile
==============================================================================
--- head/graphics/php5-swfed/Makefile	Tue Feb 12 13:09:31 2013	(r312111)
+++ head/graphics/php5-swfed/Makefile	Tue Feb 12 13:13:11 2013	(r312112)
@@ -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 at 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

Modified: head/graphics/php5-swfed/distinfo
==============================================================================
--- head/graphics/php5-swfed/distinfo	Tue Feb 12 13:09:31 2013	(r312111)
+++ head/graphics/php5-swfed/distinfo	Tue Feb 12 13:13:11 2013	(r312112)
@@ -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


More information about the svn-ports-all mailing list