diff options
author | sergei <sergei@FreeBSD.org> | 2005-08-29 20:22:47 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2005-08-29 20:22:47 +0800 |
commit | 6e010eae137fb35dc099e46d4bb35e5eb685317c (patch) | |
tree | 9409c53a1fccaa308941960839ec8dd5e01b2f1a /devel | |
parent | 2f4e381ad33ef2f92e720b792fd0f81b5192a42e (diff) | |
download | freebsd-ports-gnome-6e010eae137fb35dc099e46d4bb35e5eb685317c.tar.gz freebsd-ports-gnome-6e010eae137fb35dc099e46d4bb35e5eb685317c.tar.zst freebsd-ports-gnome-6e010eae137fb35dc099e46d4bb35e5eb685317c.zip |
- Update to 0.5.63
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ac-archive/Makefile | 2 | ||||
-rw-r--r-- | devel/ac-archive/distinfo | 4 | ||||
-rw-r--r-- | devel/ac-archive/files/patch-Makefile.in | 16 |
3 files changed, 11 insertions, 11 deletions
diff --git a/devel/ac-archive/Makefile b/devel/ac-archive/Makefile index 82443e017f0a..84aac97486c7 100644 --- a/devel/ac-archive/Makefile +++ b/devel/ac-archive/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ac-archive -PORTVERSION= 0.5.57 +PORTVERSION= 0.5.63 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/devel/ac-archive/distinfo b/devel/ac-archive/distinfo index a5278c350dfc..dd1ee8fc4763 100644 --- a/devel/ac-archive/distinfo +++ b/devel/ac-archive/distinfo @@ -1,2 +1,2 @@ -MD5 (ac-archive-0.5.57.tar.bz2) = 410c2a94803210b998321401180eba55 -SIZE (ac-archive-0.5.57.tar.bz2) = 280455 +MD5 (ac-archive-0.5.63.tar.bz2) = ae8e3f5b05de4ea1bf4002795a02309e +SIZE (ac-archive-0.5.63.tar.bz2) = 302556 diff --git a/devel/ac-archive/files/patch-Makefile.in b/devel/ac-archive/files/patch-Makefile.in index ae77dedf4d35..db025a10f728 100644 --- a/devel/ac-archive/files/patch-Makefile.in +++ b/devel/ac-archive/files/patch-Makefile.in @@ -1,15 +1,15 @@ ---- Makefile.in.orig Fri Aug 1 21:39:11 2003 -+++ Makefile.in Tue Nov 4 18:45:38 2003 -@@ -510,7 +510,7 @@ +--- Makefile.in.orig Wed Aug 24 09:22:21 2005 ++++ Makefile.in Wed Aug 24 09:23:37 2005 +@@ -658,7 +658,7 @@ - macros.html : $(M4_FILES) gendocs.pl $(EXTRA_DOCS) + macros.html : $(M4_FILES) gendocs.pl gendocs.pm $(EXTRA_DOCS) for i in $(EMPTYDIRS) ; do test -d $$i || mkdir $$i ; done ; true -- $(PERL) ./gendocs.pl "--vers=$(VERSION)" $(EXTRA_DOCS) $(DOCS) $(OOO) -+ $(PERL) ./gendocs.pl --nospell "--vers=$(VERSION)" $(EXTRA_DOCS) $(DOCS) $(OOO) +- $(PERL) ./gendocs.pl "--vers=$(VERSION)" --xml \ ++ $(PERL) ./gendocs.pl --no-spell "--vers=$(VERSION)" --xml \ + $(EXTRA_DOCS) $(DOCS) $(OOO) index.html : $(M4_FILES:.m4=.html) macro2html.pl - @ $(PERL) ./genindex.pl -@@ -582,10 +582,7 @@ +@@ -731,10 +731,7 @@ >$@ install-data-local: install-docs |