Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 May 2002 13:33:18 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/37690: Update port: www/asp2php to 0.76.5
Message-ID:  <200205022033.g42KXIFC070665@nwww.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         37690
>Category:       ports
>Synopsis:       Update port: www/asp2php to 0.76.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 02 13:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.76.5

Remove file:
files/patch-Makefile

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/www/asp2php/Makefile www/asp2php/Makefile
--- /usr/ports/www/asp2php/Makefile	Mon Apr  1 04:44:01 2002
+++ www/asp2php/Makefile	Sat Apr 27 03:38:30 2002
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	asp2php
-PORTVERSION=	0.76.4a
+PORTVERSION=	0.76.5
 CATEGORIES=	www
-MASTER_SITES=	http://home.i1.net/~naken/asp2php/
+MASTER_SITES=	http://65.108.58.129/asp2php/
 
 MAINTAINER=	ports@FreeBSD.org
 
@@ -29,8 +29,10 @@
 .endif
 
 post-patch:
-	@${PERL} -pi -e 's|^CC=|#CC=|g ; \
-		 s|`gtk-config|`\$$\{GTK_CONFIG\}|g' ${WRKSRC}/Makefile
+	@${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${PERL} -pi -e \
+		's|^CC=|#CC=|g ; \
+		 s| make| \$$\{MAKE\}|g ; \
+		 s|`gtk-config|`\$$\{GTK_CONFIG\}|g'
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/asp2php ${PREFIX}/bin
diff -urN /usr/ports/www/asp2php/distinfo www/asp2php/distinfo
--- /usr/ports/www/asp2php/distinfo	Mon Apr  1 04:44:02 2002
+++ www/asp2php/distinfo	Sat Apr 27 03:08:00 2002
@@ -1 +1 @@
-MD5 (asp2php-0.76.4a.tar.gz) = 3fe1f334828f597e3875e2204c80c61d
+MD5 (asp2php-0.76.5.tar.gz) = 26c73f4d365dc159bbc6fa7a946056ab
diff -urN /usr/ports/www/asp2php/files/patch-Makefile www/asp2php/files/patch-Makefile
--- /usr/ports/www/asp2php/files/patch-Makefile	Mon Apr  1 03:09:56 2002
+++ www/asp2php/files/patch-Makefile	Thu Jan  1 09:00:00 1970
@@ -1,15 +0,0 @@
---- Makefile.orig	Sun Mar 31 13:05:47 2002
-+++ Makefile	Sun Mar 31 13:06:07 2002
-@@ -1,5 +1,4 @@
- 
--CC=gcc
- #FLAGS=-DDEBUG
- 
- default:
-@@ -38,5 +37,5 @@
- 	rm -f *.o
- 
- gui:
--	$(CC) -o gtkasp2php gtkasp2php.c `gtk-config --cflags` `gtk-config --libs`
-+	$(CC) -o gtkasp2php gtkasp2php.c `${GTK_CONFIG} --cflags` `${GTK_CONFIG} --libs`
- 

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205022033.g42KXIFC070665>