diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-05-01 21:27:10 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-05-01 21:27:10 +0800 |
commit | 5c2c8cf7e8b1753ffce8c92367924007102b721f (patch) | |
tree | 40b6172db8e2bfa79637e623ac05c399497442d8 /devel | |
parent | 4f2cfe85db5f96e2af5c860d3bb23f7f0b07890f (diff) | |
download | freebsd-ports-gnome-5c2c8cf7e8b1753ffce8c92367924007102b721f.tar.gz freebsd-ports-gnome-5c2c8cf7e8b1753ffce8c92367924007102b721f.tar.zst freebsd-ports-gnome-5c2c8cf7e8b1753ffce8c92367924007102b721f.zip |
upgrade to 5.2
Diffstat (limited to 'devel')
-rw-r--r-- | devel/autogen/Makefile | 2 | ||||
-rw-r--r-- | devel/autogen/distinfo | 2 | ||||
-rw-r--r-- | devel/autogen/files/patch-agen5::Makefile.in | 11 | ||||
-rw-r--r-- | devel/autogen/files/patch-autoopts::Makefile.in | 11 |
4 files changed, 2 insertions, 24 deletions
diff --git a/devel/autogen/Makefile b/devel/autogen/Makefile index 26b388e891e9..c56cb6f05249 100644 --- a/devel/autogen/Makefile +++ b/devel/autogen/Makefile @@ -7,7 +7,7 @@ # PORTNAME= autogen -PORTVERSION= 5.1.3 +PORTVERSION= 5.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/devel/autogen/distinfo b/devel/autogen/distinfo index 78a469088628..b0f07e729fb2 100644 --- a/devel/autogen/distinfo +++ b/devel/autogen/distinfo @@ -1 +1 @@ -MD5 (autogen-5.1.3.tar.gz) = 310a687162d558137688579cd4f90b7d +MD5 (autogen-5.2.tar.gz) = 3595838057a80baa52b62fdf19b72be1 diff --git a/devel/autogen/files/patch-agen5::Makefile.in b/devel/autogen/files/patch-agen5::Makefile.in deleted file mode 100644 index 9398f8773dc8..000000000000 --- a/devel/autogen/files/patch-agen5::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- agen5/Makefile.in.orig Mon Mar 12 00:04:41 2001 -+++ agen5/Makefile.in Mon Mar 12 00:04:58 2001 -@@ -97,7 +97,7 @@ - ac_aux_dir = @ac_aux_dir@ - - SUBDIRS = test --INCLUDES = -I$(top_builddir)/autoopts -I$(top_srcdir)/autoopts -I$(top_builddir)/snprintfv -I$(top_srcdir)/snprintfv -I$(top_builddir) -I$(top_srcdir) -I. -I$(srcdir) -+INCLUDES = -I$(top_builddir)/autoopts -I$(top_srcdir)/autoopts -I$(top_builddir)/snprintfv -I$(top_srcdir)/snprintfv -I$(top_builddir) -I$(top_srcdir) -I. -I$(srcdir) `guile-config compile` - - - BLOCKOPT = subblock=exparg=arg_name,arg_desc,arg_optional,arg_list diff --git a/devel/autogen/files/patch-autoopts::Makefile.in b/devel/autogen/files/patch-autoopts::Makefile.in deleted file mode 100644 index 8e920b487131..000000000000 --- a/devel/autogen/files/patch-autoopts::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- autoopts/Makefile.in.orig Mon Mar 12 00:03:38 2001 -+++ autoopts/Makefile.in Mon Mar 12 00:04:02 2001 -@@ -101,7 +101,7 @@ - - MAINTAINERCLEANFILES = Makefile.in - --INCLUDES = -I$(top_srcdir)/snprintfv -I$(top_srcdir) -I$(top_builddir)/snprintfv -I$(top_builddir) -I. -+INCLUDES = -I$(top_srcdir)/snprintfv -I$(top_srcdir) -I$(top_builddir)/snprintfv -I$(top_builddir) -I. `guile-config compile` - - - pkgdata_DATA = aginfo.tpl agman1.tpl optcode.tpl opthead.tpl options.tpl optlib.tpl optmain.tpl stdoptions.def |