[30852] trunk/dports/textproc/colordiff

source_changes at macosforge.org source_changes at macosforge.org
Thu Nov 8 05:39:12 PST 2007


Revision: 30852
          http://trac.macosforge.org/projects/macports/changeset/30852
Author:   nox at macports.org
Date:     2007-11-08 05:39:12 -0800 (Thu, 08 Nov 2007)

Log Message:
-----------
colordiff:
 * Updated to 1.0.7.
 * Disabled universal variant (arch-agnostic port).

Modified Paths:
--------------
    trunk/dports/textproc/colordiff/Portfile
    trunk/dports/textproc/colordiff/files/patch-Makefile

Modified: trunk/dports/textproc/colordiff/Portfile
===================================================================
--- trunk/dports/textproc/colordiff/Portfile	2007-11-08 13:32:29 UTC (rev 30851)
+++ trunk/dports/textproc/colordiff/Portfile	2007-11-08 13:39:12 UTC (rev 30852)
@@ -3,7 +3,7 @@
 PortSystem      1.0
 
 name            colordiff
-version         1.0.6a
+version         1.0.7
 epoch           20070425
 categories      textproc
 maintainers     nox
@@ -18,9 +18,9 @@
 platforms       darwin
 master_sites    ${homepage}
 
-checksums       md5 db49d0779a453c96f0859cd20b7b1aa9 \
-                sha1 8504307169399526fdc9ea71125f5e6b5924e351 \
-                rmd160 c3ccc3f1bab08d05a3c11b31d4db6123c9891fd1
+checksums       md5 940d4d1c388e66d352bce0887a39a3c5 \
+                sha1 ecf5530e435d50a21c7aa77076c3d6cafdca1afa \
+                rmd160 141f9626c4f074460687ef38bcb46a528ea9bf49
 
 patchfiles      patch-Makefile
 
@@ -40,6 +40,8 @@
     xinstall -m 0644 -W ${worksrcpath} BUGS CHANGES COPYING README ${destroot}${docdir}
 }
 
+universal_variant   no
+
 livecheck.check regex
 livecheck.regex {<h4>.*version ([^ ]*).*</h4>}
 

Modified: trunk/dports/textproc/colordiff/files/patch-Makefile
===================================================================
--- trunk/dports/textproc/colordiff/files/patch-Makefile	2007-11-08 13:32:29 UTC (rev 30851)
+++ trunk/dports/textproc/colordiff/files/patch-Makefile	2007-11-08 13:39:12 UTC (rev 30852)
@@ -1,6 +1,6 @@
---- Makefile.orig	2007-01-22 01:08:35.000000000 -0600
-+++ Makefile	2007-01-22 01:29:54.000000000 -0600
-@@ -1,13 +1,23 @@
+--- Makefile.orig	2007-08-19 15:19:46.000000000 +0200
++++ Makefile	2007-11-08 14:38:50.000000000 +0100
+@@ -1,6 +1,15 @@
  INSTALL_DIR=/usr/local/bin
  MAN_DIR=/usr/local/man/man1
  ETC_DIR=/etc
@@ -13,21 +13,11 @@
 +TARGET_MAN_DIR=$(MAN_DIR)
 +TARGET_ETC_DIR=$(ETC_DIR)
 +.endif
- VERSION=1.0.6a
+ VERSION=1.0.7
  DIST_FILES=COPYING INSTALL Makefile README \
  	colordiff.pl colordiffrc colordiffrc-lightbg cdiff.sh BUGS TODO CHANGES colordiff.1 \
- 	colordiff.xml cdiff.xml
--TMPDIR=colordiff-${VERSION}
--TARBALL=${TMPDIR}.tar.gz
-+TMPDIR=colordiff-$(VERSION)
-+TARBALL=$(TMPDIR).tar.gz
+@@ -22,20 +31,19 @@
  
-+.PHONY: install
- 
- doc: colordiff.xml cdiff.xml
- 	xmlto -vv man colordiff.xml
-@@ -22,26 +32,25 @@
- 
  etc:
  	sed -e "s%/etc%$(ETC_DIR)%g" colordiff.pl > colordiff.pl.for.install
 +	sed -e "s%/etc%$(ETC_DIR)%g" colordiff.1 > colordiff.1.for.install
@@ -55,14 +45,4 @@
 +	rm -f colordiff.pl.for.install colordiff.1.for.install
  
  dist:
--	mkdir ${TMPDIR}
--	cp -p ${DIST_FILES} ${TMPDIR}
--	tar -zcvf ${TARBALL} ${TMPDIR}
--	rm -fR ${TMPDIR}
-+	mkdir $(TMPDIR)
-+	cp -p $(DIST_FILES) $(TMPDIR)
-+	tar -zcvf $(TARBALL) $(TMPDIR)
-+	rm -fR $(TMPDIR)
- 
- clean:
- 	rm -f README colordiff.1 colordiff.html cdiff.1
+ 	mkdir ${TMPDIR}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071108/26d2bb5e/attachment.html


More information about the macports-changes mailing list