diff options
author | arved <arved@FreeBSD.org> | 2003-01-18 17:35:48 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-01-18 17:35:48 +0000 |
commit | e99f48fa9a65a9c46743c5fd050885e12837af52 (patch) | |
tree | cc2e11e88472929a8d1ec803488ec6a89ca77842 /comms | |
parent | a77900ed2e13244ce721f9fce43daf45cd88f8a6 (diff) | |
download | FreeBSD-ports-e99f48fa9a65a9c46743c5fd050885e12837af52.zip FreeBSD-ports-e99f48fa9a65a9c46743c5fd050885e12837af52.tar.gz |
Update to 0.6.3.5
PR: 47164
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Diffstat (limited to 'comms')
-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 b98c5b0..6690af7 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 c7063b9..2e88836 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 0614d26..0000000 --- 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 |