aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2004-10-14 02:24:35 +0800
committererwin <erwin@FreeBSD.org>2004-10-14 02:24:35 +0800
commit305031393f025d422e6a22d7d69d2127a1639648 (patch)
tree4e891fd4fe25010b82a0cbdfe7bab2710d7019e3 /www
parent35edf1cd710c6d270497f1526db2e3e0c71b2599 (diff)
downloadfreebsd-ports-graphics-305031393f025d422e6a22d7d69d2127a1639648.tar.gz
freebsd-ports-graphics-305031393f025d422e6a22d7d69d2127a1639648.tar.zst
freebsd-ports-graphics-305031393f025d422e6a22d7d69d2127a1639648.zip
- Update to 0.76.22
- Use PLIST PR: 71885 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'www')
-rw-r--r--www/asp2php/Makefile11
-rw-r--r--www/asp2php/distinfo4
-rw-r--r--www/asp2php/pkg-plist2
3 files changed, 7 insertions, 10 deletions
diff --git a/www/asp2php/Makefile b/www/asp2php/Makefile
index 285d3a9a455..13b28e39ea2 100644
--- a/www/asp2php/Makefile
+++ b/www/asp2php/Makefile
@@ -6,11 +6,9 @@
#
PORTNAME= asp2php
-PORTVERSION= 0.76.17
-PORTREVISION= 1
+PORTVERSION= 0.76.22
CATEGORIES= www
-MASTER_SITES= http://www.mikekohn.com/asp2php/ \
- http://dl.droso.net/ports/
+MASTER_SITES= http://downloads.mikekohn.net/asp2php/
MAINTAINER= erwin@FreeBSD.org
COMMENT= Converts ASP scripts to PHP
@@ -21,17 +19,18 @@ WANT_GNOME= yes
MAKE_ENV= FLAGS="${CFLAGS}"
USE_REINPLACE= yes
+PLIST_FILES= bin/asp2php
+
.include <bsd.port.pre.mk>
.if ${HAVE_GNOME:Mgtk12}!=""
USE_GNOME+= gtk12
PKGNAMESUFFIX= -gtk
ALL_TARGET= default gui
-PLIST_SUB+= WANT_GTK=""
+PLIST_FILES+= bin/gtkasp2php
HAVE_GTK= yes
.else
ALL_TARGET= default
-PLIST_SUB+= WANT_GTK="@comment "
.endif
post-patch:
diff --git a/www/asp2php/distinfo b/www/asp2php/distinfo
index 160005d8136..901251ebf29 100644
--- a/www/asp2php/distinfo
+++ b/www/asp2php/distinfo
@@ -1,2 +1,2 @@
-MD5 (asp2php-0.76.17.tar.gz) = c9ab4cf79d08605c1e0856ac81f414ef
-SIZE (asp2php-0.76.17.tar.gz) = 53793
+MD5 (asp2php-0.76.22.tar.gz) = 9f6b277ccec793e336415e1c6d45106e
+SIZE (asp2php-0.76.22.tar.gz) = 57784
diff --git a/www/asp2php/pkg-plist b/www/asp2php/pkg-plist
deleted file mode 100644
index 9341a8016d1..00000000000
--- a/www/asp2php/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/asp2php
-%%WANT_GTK%%bin/gtkasp2php