diff options
author | tota <tota@FreeBSD.org> | 2012-02-11 11:47:54 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-02-11 11:47:54 +0800 |
commit | 938ca2d930e8c10b9be792811c970dd505faf52e (patch) | |
tree | 1b9c4498bf06e9eaffc4fbc81fd236c85022737c /graphics | |
parent | bfd4190305794ca82eff38936a6fd111607fadc0 (diff) | |
download | freebsd-ports-gnome-938ca2d930e8c10b9be792811c970dd505faf52e.tar.gz freebsd-ports-gnome-938ca2d930e8c10b9be792811c970dd505faf52e.tar.zst freebsd-ports-gnome-938ca2d930e8c10b9be792811c970dd505faf52e.zip |
- Update to 0.52
- Add CONFIGURE_ARGS to fix configure issue when the value of LOCALBASE
is not /usr/local [1]
Supported by: redports.org with QATty buildgroup [1]
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/php5-swfed/Makefile | 5 | ||||
-rw-r--r-- | graphics/php5-swfed/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/graphics/php5-swfed/Makefile b/graphics/php5-swfed/Makefile index e2fa4d00af2b..2a610407b79d 100644 --- a/graphics/php5-swfed/Makefile +++ b/graphics/php5-swfed/Makefile @@ -6,10 +6,10 @@ # PORTNAME= swfed -PORTVERSION= 0.51 +PORTVERSION= 0.52 CATEGORIES= graphics www MASTER_SITES= SFJP -MASTER_SITE_SUBDIR= ${PORTNAME}/54007 +MASTER_SITE_SUBDIR= ${PORTNAME}/54857 PKGNAMEPREFIX= php5- MAINTAINER= yoya@awm.jp @@ -25,6 +25,7 @@ USE_PHP= zlib USE_PHPEXT= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src +CONFIGURE_ARGS= --with-png-dir=${LOCALBASE} --with-gif-dir=${LOCALBASE} PORTDOCS= readme.txt PORTEXAMPLES= * diff --git a/graphics/php5-swfed/distinfo b/graphics/php5-swfed/distinfo index 7c43ff736d28..39df9b482eaf 100644 --- a/graphics/php5-swfed/distinfo +++ b/graphics/php5-swfed/distinfo @@ -1,2 +1,2 @@ -SHA256 (swfed-0.51.tar.gz) = 9b8a2a2aecc613899b5d494bdbe555009c9e8246197ad668ba14e1ae79f5e4e0 -SIZE (swfed-0.51.tar.gz) = 372913 +SHA256 (swfed-0.52.tar.gz) = 5575425116666608adaff8e6c801e6758f522d8696f03177344356bd430ec0fa +SIZE (swfed-0.52.tar.gz) = 452183 |