diff options
author | wiz <wiz@pkgsrc.org> | 2013-05-31 12:39:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-05-31 12:39:35 +0000 |
commit | edfa5f0df928c6333aa56b3c1f6e94ec796d0457 (patch) | |
tree | 57ca2acf33387d98eee9e957997e59ad73e793fb /cross | |
parent | 48cf1b525b069c5707364a1155851ce8a537c213 (diff) | |
download | pkgsrc-edfa5f0df928c6333aa56b3c1f6e94ec796d0457.tar.gz |
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/avr-binutils/Makefile | 4 | ||||
-rw-r--r-- | cross/avr-gcc/Makefile | 4 | ||||
-rw-r--r-- | cross/avr-libc/Makefile | 4 | ||||
-rw-r--r-- | cross/binutils/Makefile | 4 | ||||
-rw-r--r-- | cross/cc65/Makefile | 3 | ||||
-rw-r--r-- | cross/libtool-base/Makefile | 4 |
6 files changed, 12 insertions, 11 deletions
diff --git a/cross/avr-binutils/Makefile b/cross/avr-binutils/Makefile index fce582353f6..ef701f40498 100644 --- a/cross/avr-binutils/Makefile +++ b/cross/avr-binutils/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2012/10/03 00:10:28 asau Exp $ +# $NetBSD: Makefile,v 1.19 2013/05/31 12:39:46 wiz Exp $ DISTNAME= binutils-2.19.1 PKGNAME= avr-binutils-2.19.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= cross MASTER_SITES= ${MASTER_SITE_GNU:=binutils/} diff --git a/cross/avr-gcc/Makefile b/cross/avr-gcc/Makefile index f302f5168ef..57e23e95d4d 100644 --- a/cross/avr-gcc/Makefile +++ b/cross/avr-gcc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2012/10/03 21:54:11 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2013/05/31 12:39:46 wiz Exp $ DISTNAME= gcc-4.4.1 PKGNAME= avr-gcc-4.4.1 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= cross MASTER_SITES= ${MASTER_SITE_GNU:=gcc/releases/${DISTNAME}/} EXTRACT_SUFX= .tar.bz2 diff --git a/cross/avr-libc/Makefile b/cross/avr-libc/Makefile index ae13eff7f3c..3ee7aaf6d96 100644 --- a/cross/avr-libc/Makefile +++ b/cross/avr-libc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2012/12/24 03:59:26 dholland Exp $ +# $NetBSD: Makefile,v 1.27 2013/05/31 12:39:46 wiz Exp $ DISTNAME= avr-libc-1.6.7 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= cross MASTER_SITES= http://savannah.nongnu.org/download/avr-libc/ EXTRACT_SUFX= .tar.bz2 diff --git a/cross/binutils/Makefile b/cross/binutils/Makefile index c278840bab7..72be95697e6 100644 --- a/cross/binutils/Makefile +++ b/cross/binutils/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.55 2012/10/03 00:10:29 asau Exp $ +# $NetBSD: Makefile,v 1.56 2013/05/31 12:39:46 wiz Exp $ # # GNU binutils configured to hold `as many targets as the cross system is # capable of using'. Configures and builds everything except gas, which # gets built at cross-pkg build time (it's target specific). DISTNAME= binutils-2.17 -PKGREVISION= 1 +PKGREVISION= 2 PKGNAME= cross-binutils-2.17.0.0 CATEGORIES= cross lang MASTER_SITES= ${MASTER_SITE_GNU:=binutils/} diff --git a/cross/cc65/Makefile b/cross/cc65/Makefile index a8f1c7001b8..c69d5bfe7da 100644 --- a/cross/cc65/Makefile +++ b/cross/cc65/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2012/12/03 14:36:39 wen Exp $ +# $NetBSD: Makefile,v 1.8 2013/05/31 12:39:46 wiz Exp $ # DISTNAME= cc65-sources-2.13.3 PKGNAME= ${DISTNAME:S/-sources//} +PKGREVISION= 1 CATEGORIES= cross lang MASTER_SITES= ftp://ftp.musoftware.de/pub/uz/cc65/ EXTRACT_SUFX= .tar.bz2 diff --git a/cross/libtool-base/Makefile b/cross/libtool-base/Makefile index e7f127ab15b..7bad190453b 100644 --- a/cross/libtool-base/Makefile +++ b/cross/libtool-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/05/09 23:32:02 riastradh Exp $ +# $NetBSD: Makefile,v 1.2 2013/05/31 12:39:47 wiz Exp $ # XXX This is kludgerific copypasta of devel/libtool-base/Makefile for # cross-compilation. Please make it go away! @@ -31,7 +31,7 @@ # XXX Tweaked for cross-compilation. #PKGNAME= ${DISTNAME:S/-/-base-/} PKGNAME= ${DISTNAME:S/^libtool-/cross-libtool-base-${MACHINE_ARCH}-/} -PKGREVISION= 1 +PKGREVISION= 2 SVR4_PKGNAME= ltoob COMMENT= Generic shared library support script (the script itself) |