summaryrefslogtreecommitdiffstats
path: root/devel/cvsps
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-07-03 13:57:03 +0000
committerijliao <ijliao@FreeBSD.org>2002-07-03 13:57:03 +0000
commitcbddc3df90847f0fe2733d719feb85542b500916 (patch)
treea461eb0a6207e16ecc9b8b9a91db1623233ea2e8 /devel/cvsps
parent381c854c7ca4f11b0af2ffe48b27e67835f6fc30 (diff)
downloadFreeBSD-ports-cbddc3df90847f0fe2733d719feb85542b500916.zip
FreeBSD-ports-cbddc3df90847f0fe2733d719feb85542b500916.tar.gz
upgrade to 1.3.2
Diffstat (limited to 'devel/cvsps')
-rw-r--r--devel/cvsps/Makefile2
-rw-r--r--devel/cvsps/distinfo2
-rw-r--r--devel/cvsps/files/patch-Makefile21
3 files changed, 2 insertions, 23 deletions
diff --git a/devel/cvsps/Makefile b/devel/cvsps/Makefile
index dca7749..7a3492e 100644
--- a/devel/cvsps/Makefile
+++ b/devel/cvsps/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= cvsps
-PORTVERSION= 1.3
+PORTVERSION= 1.3.2
CATEGORIES= devel
MASTER_SITES= http://www.cobite.com/cvsps/
diff --git a/devel/cvsps/distinfo b/devel/cvsps/distinfo
index 4be0457..02fe15d 100644
--- a/devel/cvsps/distinfo
+++ b/devel/cvsps/distinfo
@@ -1 +1 @@
-MD5 (cvsps-1.3.tar.gz) = 13fce3a3029bd340c77034f2b406a331
+MD5 (cvsps-1.3.2.tar.gz) = f147ddcd854b2d8a9351e7846cf87b26
diff --git a/devel/cvsps/files/patch-Makefile b/devel/cvsps/files/patch-Makefile
deleted file mode 100644
index f20a79b..0000000
--- a/devel/cvsps/files/patch-Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
---- Makefile.orig Sat Feb 9 17:35:42 2002
-+++ Makefile Sat Feb 9 17:35:54 2002
-@@ -1,7 +1,7 @@
- MAJOR=1
- MINOR=3
--CC=gcc
--CFLAGS=-g -O2 -Wall -I. -DVERSION=\"$(MAJOR).$(MINOR)\"
-+#CC=gcc
-+CFLAGS+=-I. -DVERSION=\"$(MAJOR).$(MINOR)\"
- OBJS=\
- cbtcommon/debug.o\
- cbtcommon/hash.o\
-@@ -9,7 +9,7 @@
- cvsps.o
-
- cvsps: $(OBJS)
-- gcc -o cvsps $(OBJS)
-+ ${CC} -o cvsps $(OBJS)
-
- install:
- [ -d /usr/local/bin ] || mkdir -p /usr/local/bin
OpenPOWER on IntegriCloud