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/avr-gcc | |
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/avr-gcc')
-rw-r--r-- | cross/avr-gcc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |