summaryrefslogtreecommitdiff
path: root/devel/cvsps
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-03 13:57:03 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-03 13:57:03 +0000
commita817259756b7b2f7129d8e7d7a93325dab50279a (patch)
tree6e20ef27940ec81f8192c5c69c54c75a198ec02b /devel/cvsps
parentupgrade to 0.9 (diff)
upgrade to 1.3.2
Notes
Notes: svn path=/head/; revision=62377
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 dca7749ee3db..7a3492ea6abd 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 4be045717f01..02fe15d81ff4 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 f20a79b88809..000000000000
--- 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