diff options
author | arved <arved@FreeBSD.org> | 2005-05-08 22:18:22 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2005-05-08 22:18:22 +0800 |
commit | 3f40a4ef486fe8180167bcabbae914c08751cde9 (patch) | |
tree | 8032710eac13620d5b1cc3f0935c1860afe7c738 /devel/cxref | |
parent | 4e70da2c8f16a981340c9d42b48c519aa3c017e3 (diff) | |
download | freebsd-ports-gnome-3f40a4ef486fe8180167bcabbae914c08751cde9.tar.gz freebsd-ports-gnome-3f40a4ef486fe8180167bcabbae914c08751cde9.tar.zst freebsd-ports-gnome-3f40a4ef486fe8180167bcabbae914c08751cde9.zip |
Update to 1.6a
PR: 80765
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'devel/cxref')
-rw-r--r-- | devel/cxref/Makefile | 2 | ||||
-rw-r--r-- | devel/cxref/distinfo | 4 | ||||
-rw-r--r-- | devel/cxref/files/patch-ad | 11 |
3 files changed, 7 insertions, 10 deletions
diff --git a/devel/cxref/Makefile b/devel/cxref/Makefile index f293c8ac4090..2cca2ef87bdd 100644 --- a/devel/cxref/Makefile +++ b/devel/cxref/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cxref -PORTVERSION= 1.6 +PORTVERSION= 1.6a CATEGORIES= devel MASTER_SITES= http://www.gedanken.demon.co.uk/download-cxref/ \ ${MASTER_SITE_SUNSITE} diff --git a/devel/cxref/distinfo b/devel/cxref/distinfo index cd64751099eb..af58c750e793 100644 --- a/devel/cxref/distinfo +++ b/devel/cxref/distinfo @@ -1,2 +1,2 @@ -MD5 (cxref-1.6.tgz) = ce66211f29d73c2ffaed5a3758493afc -SIZE (cxref-1.6.tgz) = 392060 +MD5 (cxref-1.6a.tgz) = a384b72b280f47a60025f93dcdda4921 +SIZE (cxref-1.6a.tgz) = 394113 diff --git a/devel/cxref/files/patch-ad b/devel/cxref/files/patch-ad index df7cf606de62..4cedaaeb7b5f 100644 --- a/devel/cxref/files/patch-ad +++ b/devel/cxref/files/patch-ad @@ -1,6 +1,6 @@ ---- src/Makefile.in.orig Wed Sep 8 01:46:17 2004 -+++ src/Makefile.in Fri Oct 1 20:59:36 2004 -@@ -27,6 +27,9 @@ +--- src/Makefile.in.orig Sun Feb 6 04:35:02 2005 ++++ src/Makefile.in Wed May 4 14:16:28 2005 +@@ -26,6 +26,9 @@ # The installation program. INSTALL=@INSTALL@ @@ -10,7 +10,7 @@ # The C compiler and linker -@@ -70,10 +73,10 @@ +@@ -69,8 +72,8 @@ install : programs [ -d $(bindir) ] || $(INSTALL) -d $(bindir) @@ -18,9 +18,6 @@ - $(INSTALL) -m 755 $(srcdir)/cxref-cc $(bindir) + $(INSTALL_PROGRAM) cxref-inst $(bindir)/cxref + $(INSTALL_SCRIPT) $(srcdir)/cxref-cc $(bindir) - [ -d $(mandir)/man1 ] || $(INSTALL) -d $(mandir)/man1 -- $(INSTALL) -m 644 $(srcdir)/README.man $(mandir)/man1/cxref.1 -+ $(INSTALL_DATA) $(srcdir)/../doc/README.man $(mandir)/man1/cxref.1 install-win32 : programs [ -d $(bindir) ] || $(INSTALL) -d $(bindir) |