Update to: gcvs-1.0b3

PR:		37510
Submitted by:	Jan.Stocker@t-online.de
This commit is contained in:
Dirk Meyer 2002-05-02 05:01:08 +00:00
parent a1999e11a0
commit 112dad82a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58450
4 changed files with 2 additions and 35 deletions

View file

@ -6,7 +6,7 @@
# #
PORTNAME= gcvs PORTNAME= gcvs
PORTVERSION= 1.0b2 PORTVERSION= 1.0b3
CATEGORIES= devel CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= cvsgui MASTER_SITE_SUBDIR= cvsgui

View file

@ -1 +1 @@
MD5 (gcvs-1.0b2.tar.gz) = 78cac5ec6c3463ece10a9b362b3965f7 MD5 (gcvs-1.0b3.tar.gz) = 997af3526601b45c178134dff56f888a

View file

@ -1,24 +0,0 @@
--- cvsunix/contrib/Makefile.in.orig Tue Sep 26 15:18:40 2000
+++ cvsunix/contrib/Makefile.in Thu Mar 29 00:42:12 2001
@@ -37,7 +37,7 @@
# Use cp if you don't have install.
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
DISTFILES = \
ChangeLog README .cvsignore intro.doc \
@@ -83,10 +83,10 @@
$(INSTALL_DATA) $(srcdir)/$$f $(libdir)/cvs/contrib/$$f; \
done
for f in $(CONTRIB_PROGS) ; do\
- $(INSTALL_PROGRAM) $$f $(libdir)/cvs/contrib/$$f; \
+ $(INSTALL_SCRIPT) $$f $(libdir)/cvs/contrib/$$f; \
done
for f in $(PROGS) ; do\
- $(INSTALL_PROGRAM) $$f $(bindir)/$$f; \
+ $(INSTALL_SCRIPT) $$f $(bindir)/$$f; \
done
.PHONY: install

View file

@ -1,14 +1,5 @@
--- cvsunix/src/Makefile.in.orig Tue Mar 6 17:36:21 2001 --- cvsunix/src/Makefile.in.orig Tue Mar 6 17:36:21 2001
+++ cvsunix/src/Makefile.in Thu Mar 29 00:44:20 2001 +++ cvsunix/src/Makefile.in Thu Mar 29 00:44:20 2001
@@ -33,7 +33,7 @@
# Use cp if you don't have install.
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
LIBS = @LIBS@
@@ -88,7 +88,7 @@ @@ -88,7 +88,7 @@
install: installdirs install: installdirs
@for prog in $(PROGS); do \ @for prog in $(PROGS); do \