diff options
Diffstat (limited to 'devel/cvsps')
-rw-r--r-- | devel/cvsps/Makefile | 2 | ||||
-rw-r--r-- | devel/cvsps/distinfo | 2 | ||||
-rw-r--r-- | devel/cvsps/files/patch-Makefile | 21 |
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 |