diff options
-rw-r--r-- | devel/automake/Makefile | 12 | ||||
-rw-r--r-- | devel/automake/PLIST | 5 | ||||
-rw-r--r-- | devel/automake/distinfo | 8 |
3 files changed, 10 insertions, 15 deletions
diff --git a/devel/automake/Makefile b/devel/automake/Makefile index 748508f6e4f..e36b8aae758 100644 --- a/devel/automake/Makefile +++ b/devel/automake/Makefile @@ -1,12 +1,6 @@ -# $NetBSD: Makefile,v 1.94 2013/06/08 10:54:04 wiz Exp $ -# +# $NetBSD: Makefile,v 1.95 2013/07/02 06:37:00 wiz Exp $ -# Note: when the minor version changes (e.g. 1.11 -> 1.12) -# emulators/b-em/hacks.mk needs to be updated for the new version. -# Please do so when updating automake as otherwise pbulk will choke. -# (It should be safe to make the change blindly.) - -DISTNAME= automake-1.13.3 +DISTNAME= automake-1.14 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=automake/} \ ftp://sources.redhat.com/pub/automake/ @@ -21,7 +15,7 @@ DEPENDS+= autoconf>=2.62:../../devel/autoconf USE_TOOLS+= gm4:run perl:run -PLIST_SUBST+= PKG_DIR_VERSION=1.13 +PLIST_SUBST+= PKG_DIR_VERSION=1.14 GNU_CONFIGURE= YES _STRIPFLAG_INSTALL= # none INFO_FILES= YES diff --git a/devel/automake/PLIST b/devel/automake/PLIST index 5c159079cdb..edd9ac28e5f 100644 --- a/devel/automake/PLIST +++ b/devel/automake/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.19 2013/05/18 14:48:24 wiz Exp $ +@comment $NetBSD: PLIST,v 1.20 2013/07/02 06:37:00 wiz Exp $ bin/aclocal bin/aclocal-${PKG_DIR_VERSION} bin/automake @@ -28,8 +28,8 @@ share/aclocal-${PKG_DIR_VERSION}/lex.m4 share/aclocal-${PKG_DIR_VERSION}/lispdir.m4 share/aclocal-${PKG_DIR_VERSION}/maintainer.m4 share/aclocal-${PKG_DIR_VERSION}/make.m4 -share/aclocal-${PKG_DIR_VERSION}/minuso.m4 share/aclocal-${PKG_DIR_VERSION}/missing.m4 +share/aclocal-${PKG_DIR_VERSION}/prog-cc-c-o.m4 share/aclocal-${PKG_DIR_VERSION}/mkdirp.m4 share/aclocal-${PKG_DIR_VERSION}/obsolete.m4 share/aclocal-${PKG_DIR_VERSION}/options.m4 @@ -54,6 +54,7 @@ share/automake-${PKG_DIR_VERSION}/Automake/General.pm share/automake-${PKG_DIR_VERSION}/Automake/Getopt.pm share/automake-${PKG_DIR_VERSION}/Automake/Item.pm share/automake-${PKG_DIR_VERSION}/Automake/ItemDef.pm +share/automake-${PKG_DIR_VERSION}/Automake/Language.pm share/automake-${PKG_DIR_VERSION}/Automake/Location.pm share/automake-${PKG_DIR_VERSION}/Automake/Options.pm share/automake-${PKG_DIR_VERSION}/Automake/Rule.pm diff --git a/devel/automake/distinfo b/devel/automake/distinfo index b6749ebd8e4..21dd37776ec 100644 --- a/devel/automake/distinfo +++ b/devel/automake/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.45 2013/06/08 10:54:04 wiz Exp $ +$NetBSD: distinfo,v 1.46 2013/07/02 06:37:00 wiz Exp $ -SHA1 (automake-1.13.3.tar.xz) = 0a16f3e33bbaafb0e98cec947a25a1d812e0890b -RMD160 (automake-1.13.3.tar.xz) = efa1b61223cce65da062933b9c032602e61bc852 -Size (automake-1.13.3.tar.xz) = 1448176 bytes +SHA1 (automake-1.14.tar.xz) = 793881a445134b7561637d6f2a3ca611276e39fe +RMD160 (automake-1.14.tar.xz) = 5ebb5d9d1e4ace513ff268200c69f93379b362c5 +Size (automake-1.14.tar.xz) = 1485516 bytes |