diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-18 17:35:48 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-18 17:35:48 +0000 |
commit | ade77f173826fde6f746af8527bb4503a953b591 (patch) | |
tree | db858012e33ffc14ae1f28fa4020aab1317d194d /comms/scmxx | |
parent | Update to 0.4.3rc2 (diff) |
Update to 0.6.3.5
PR: 47164
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Notes
Notes:
svn path=/head/; revision=73408
Diffstat (limited to 'comms/scmxx')
-rw-r--r-- | comms/scmxx/Makefile | 5 | ||||
-rw-r--r-- | comms/scmxx/distinfo | 2 | ||||
-rw-r--r-- | comms/scmxx/files/patch-Makefile.in | 25 |
3 files changed, 4 insertions, 28 deletions
diff --git a/comms/scmxx/Makefile b/comms/scmxx/Makefile index b98c5b01a5d1..6690af70db6d 100644 --- a/comms/scmxx/Makefile +++ b/comms/scmxx/Makefile @@ -6,9 +6,10 @@ # PORTNAME= scmxx -PORTVERSION= 0.6.3.1 +PORTVERSION= 0.6.3.5 CATEGORIES= comms -MASTER_SITES= http://ma2geo.mathematik.uni-karlsruhe.de/~hendrik/scmxx/download/ +MASTER_SITES= http://ma2geo.mathematik.uni-karlsruhe.de/~hendrik/scmxx/download/ \ + http://ma2geo.mathematik.uni-karlsruhe.de/~hendrik/scmxx/download/old/ MAINTAINER= janos.mohacsi@bsd.hu diff --git a/comms/scmxx/distinfo b/comms/scmxx/distinfo index c7063b9d89ad..2e88836c5d2c 100644 --- a/comms/scmxx/distinfo +++ b/comms/scmxx/distinfo @@ -1 +1 @@ -MD5 (scmxx-0.6.3.1.tar.bz2) = bf6ee43e0bf5ed8c64784207d3d6a242 +MD5 (scmxx-0.6.3.5.tar.bz2) = 745d078702104f56e3bf6a218d3d2ce8 diff --git a/comms/scmxx/files/patch-Makefile.in b/comms/scmxx/files/patch-Makefile.in deleted file mode 100644 index 0614d261fa4f..000000000000 --- a/comms/scmxx/files/patch-Makefile.in +++ /dev/null @@ -1,25 +0,0 @@ ---- Makefile.in.orig Wed Nov 20 10:50:12 2002 -+++ Makefile.in Wed Nov 20 10:51:01 2002 -@@ -7,7 +7,7 @@ - BINARY=scmxx@EXEEXT@ - - all: -- make -C src all -+ $(MAKE) -C src all - - install: all - $(INSTALL) -d $(DESTDIR)$(bindir) -@@ -16,11 +16,11 @@ - $(INSTALL) docs/scmxx.1 $(DESTDIR)$(mandir)/man1/$(BINARY).1 - - clean: -- make -C src clean -+ $(MAKE) -C src clean - rm -rf $(BINARY) - - dist-clean: -- make -C src dist-clean -+ $(MAKE) -C src dist-clean - rm -rf $(BINARY) Makefile config.cache config.log config.status config.h - - maintainer-clean: dist-clean |