View | Details | Raw Unified | Return to bug 71885
Collapse All | Expand All

(-)www/asp2php/Makefile (-6 / +5 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	asp2php
8
PORTNAME=	asp2php
9
PORTVERSION=	0.76.17
9
PORTVERSION=	0.76.22
10
PORTREVISION=	1
11
CATEGORIES=	www
10
CATEGORIES=	www
12
MASTER_SITES=	http://www.mikekohn.com/asp2php/ \
11
MASTER_SITES=	http://downloads.mikekohn.net/asp2php/
13
		http://dl.droso.net/ports/
14
12
15
MAINTAINER=	erwin@FreeBSD.org
13
MAINTAINER=	erwin@FreeBSD.org
16
COMMENT=	Converts ASP scripts to PHP
14
COMMENT=	Converts ASP scripts to PHP
Lines 21-37 Link Here
21
MAKE_ENV=	FLAGS="${CFLAGS}"
19
MAKE_ENV=	FLAGS="${CFLAGS}"
22
USE_REINPLACE=	yes
20
USE_REINPLACE=	yes
23
21
22
PLIST_FILES=	bin/asp2php
23
24
.include <bsd.port.pre.mk>
24
.include <bsd.port.pre.mk>
25
25
26
.if ${HAVE_GNOME:Mgtk12}!=""
26
.if ${HAVE_GNOME:Mgtk12}!=""
27
USE_GNOME+=	gtk12
27
USE_GNOME+=	gtk12
28
PKGNAMESUFFIX=	-gtk
28
PKGNAMESUFFIX=	-gtk
29
ALL_TARGET=	default gui
29
ALL_TARGET=	default gui
30
PLIST_SUB+=	WANT_GTK=""
30
PLIST_FILES+=	bin/gtkasp2php
31
HAVE_GTK=	yes
31
HAVE_GTK=	yes
32
.else
32
.else
33
ALL_TARGET=	default
33
ALL_TARGET=	default
34
PLIST_SUB+=	WANT_GTK="@comment "
35
.endif
34
.endif
36
35
37
post-patch:
36
post-patch:
(-)www/asp2php/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (asp2php-0.76.17.tar.gz) = c9ab4cf79d08605c1e0856ac81f414ef
1
MD5 (asp2php-0.76.22.tar.gz) = 9f6b277ccec793e336415e1c6d45106e
2
SIZE (asp2php-0.76.17.tar.gz) = 53793
2
SIZE (asp2php-0.76.22.tar.gz) = 57784
(-)www/asp2php/pkg-plist (-2 lines)
Lines 1-2 Link Here
1
bin/asp2php
2
%%WANT_GTK%%bin/gtkasp2php

Return to bug 71885