summaryrefslogtreecommitdiff
path: root/devel/gnu-automake
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2004-08-16 17:48:12 +0000
committerAde Lovett <ade@FreeBSD.org>2004-08-16 17:48:12 +0000
commit848ee8a15de4bcb93b573e69c361e27789d10d81 (patch)
treea88931227262b1bd327cf5bc8853dcb8fa9b512e /devel/gnu-automake
parentUpdate to verion 1.11 (diff)
Update to 1.9.1
Notes
Notes: svn path=/head/; revision=116423
Diffstat (limited to 'devel/gnu-automake')
-rw-r--r--devel/gnu-automake/Makefile2
-rw-r--r--devel/gnu-automake/distinfo4
-rw-r--r--devel/gnu-automake/files/patch-configure6
3 files changed, 6 insertions, 6 deletions
diff --git a/devel/gnu-automake/Makefile b/devel/gnu-automake/Makefile
index c5156fa7a268..1ca95c071ae4 100644
--- a/devel/gnu-automake/Makefile
+++ b/devel/gnu-automake/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= automake
-PORTVERSION= 1.9
+PORTVERSION= 1.9.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= automake
diff --git a/devel/gnu-automake/distinfo b/devel/gnu-automake/distinfo
index c0c8c48f62b7..7e2cec4ac78f 100644
--- a/devel/gnu-automake/distinfo
+++ b/devel/gnu-automake/distinfo
@@ -1,2 +1,2 @@
-MD5 (automake-1.9.tar.bz2) = c0b6434087e3be0606ef9d172238f26c
-SIZE (automake-1.9.tar.bz2) = 696476
+MD5 (automake-1.9.1.tar.bz2) = 65143af82931c2c4d703d3a17c1c9d15
+SIZE (automake-1.9.1.tar.bz2) = 697785
diff --git a/devel/gnu-automake/files/patch-configure b/devel/gnu-automake/files/patch-configure
index 557068f2fd34..3839ef905c74 100644
--- a/devel/gnu-automake/files/patch-configure
+++ b/devel/gnu-automake/files/patch-configure
@@ -1,5 +1,5 @@
---- configure.orig Wed Jul 28 13:09:03 2004
-+++ configure Thu Aug 5 13:11:18 2004
+--- configure.orig Wed Aug 11 14:37:35 2004
++++ configure Mon Aug 16 10:29:22 2004
@@ -276,3 +276,3 @@
ac_unique_file="automake.in"
-ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar APIVERSION pkgvdatadir PERL TEX LN MODIFICATION_DELAY EGREP FGREP LIBOBJS LTLIBOBJS'
@@ -11,7 +11,7 @@
+APIPVERSION=`echo "$VERSION" | sed -e 's/^\([0-9]*\)\.\([0-9]*[a-z]*\).*$/\1\2/'`
# A versioned directory, defined here for convenience.
--pkgvdatadir="\${datadir}/automake-${APIVERSION}"
+-pkgvdatadir="\${datadir}/$PACKAGE-$APIVERSION"
+pkgvdatadir="\${datadir}/automake${APIPVERSION}"
@@ -2666,2 +2666,3 @@