aboutsummaryrefslogtreecommitdiff
path: root/devel/ucpp
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-08-19 11:44:39 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-08-19 11:44:39 +0000
commit25bb591ef1281e6b2f210c06a45fa04a9e563095 (patch)
tree05d06099f5f9b8b39d1fa6ff2342126131ad7382 /devel/ucpp
parentfced2d032ce39f4002e8ad0c0d5ad37e06c98e6f (diff)
downloadports-25bb591ef1281e6b2f210c06a45fa04a9e563095.tar.gz
ports-25bb591ef1281e6b2f210c06a45fa04a9e563095.zip
upgrade to 1.2
update WWW and master site drop maintainership
Notes
Notes: svn path=/head/; revision=64656
Diffstat (limited to 'devel/ucpp')
-rw-r--r--devel/ucpp/Makefile11
-rw-r--r--devel/ucpp/distinfo2
-rw-r--r--devel/ucpp/files/patch-Makefile14
-rw-r--r--devel/ucpp/pkg-descr2
4 files changed, 14 insertions, 15 deletions
diff --git a/devel/ucpp/Makefile b/devel/ucpp/Makefile
index 4f48d58ee24e..8b122c25b58c 100644
--- a/devel/ucpp/Makefile
+++ b/devel/ucpp/Makefile
@@ -7,16 +7,15 @@
#
PORTNAME= ucpp
-PORTVERSION= 1.1
+PORTVERSION= 1.2
CATEGORIES= devel
-MASTER_SITES= http://www.di.ens.fr/~pornin/ucpp/
+MASTER_SITES= http://pornin.nerim.net/ucpp/
-MAINTAINER= ijliao@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
-MAN1= ucpp.1
+MAKE_ENV= FLAGS="${CFLAGS}"
-post-patch:
- @${PERL} -pi -e "s|%%CFLAGS%%|${CFLAGS}|g" ${WRKSRC}/Makefile
+MAN1= ucpp.1
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
diff --git a/devel/ucpp/distinfo b/devel/ucpp/distinfo
index 3708d60fb11b..f1492a9525bb 100644
--- a/devel/ucpp/distinfo
+++ b/devel/ucpp/distinfo
@@ -1 +1 @@
-MD5 (ucpp-1.1.tar.gz) = 6e3f2a28e6d28c08bb26d35b5b08bf79
+MD5 (ucpp-1.2.tar.gz) = 2bc332b2158d5274b0154b5939afbca4
diff --git a/devel/ucpp/files/patch-Makefile b/devel/ucpp/files/patch-Makefile
index 036ac47650f8..aa54a34e4a2a 100644
--- a/devel/ucpp/files/patch-Makefile
+++ b/devel/ucpp/files/patch-Makefile
@@ -1,11 +1,11 @@
---- Makefile.orig Sat Dec 1 23:29:40 2001
-+++ Makefile Sat Dec 1 23:29:51 2001
-@@ -56,7 +56,7 @@
+--- Makefile.orig Mon Aug 19 19:40:18 2002
++++ Makefile Mon Aug 19 19:41:25 2002
+@@ -57,7 +57,7 @@
+
# for gcc
CC = gcc
- #FLAGS = -g -Wall -ansi -pedantic -DAUDIT
--FLAGS = -O3 -Wall -ansi -pedantic -DMEM_CHECK
-+FLAGS = %%CFLAGS%% -DMEM_CHECK
+-FLAGS = -g -Wall -ansi -pedantic -DAUDIT -DMEM_DEBUG
++FLAGS += -DAUDIT -DMEM_DEBUG
+ #FLAGS = -O3 -Wall -ansi -pedantic -DMEM_CHECK
# for the Compaq C compiler on Alpha/Linux
- #CC = ccc
diff --git a/devel/ucpp/pkg-descr b/devel/ucpp/pkg-descr
index 69afa5998fe6..86065002053e 100644
--- a/devel/ucpp/pkg-descr
+++ b/devel/ucpp/pkg-descr
@@ -6,4 +6,4 @@ ucpp is a C preprocessor and lexer. It has the following goals:
- Possibility to use the code as a lexer (that outputs tokens
directly)
-WWW: http://www.di.ens.fr/~pornin/ucpp/
+WWW: http://pornin.nerim.net/ucpp/