aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-05-18 11:58:19 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-05-18 11:58:19 +0000
commit886d5116e2cbf666df9fa5bfbeef052e04ac06c7 (patch)
tree3b82f855e81089452b41f5dedb4ee837ec6e6f85
parent8cfe285d1c25851a791884237ba2063328959754 (diff)
parent04b32dd04e1b2a56c9d767ad14ed76610adfa89c (diff)
downloadaports-886d5116e2cbf666df9fa5bfbeef052e04ac06c7.tar.bz2
aports-886d5116e2cbf666df9fa5bfbeef052e04ac06c7.tar.xz
Merge git://inari.aerdan.org/var/git/aports into perl-5.14
-rw-r--r--main/ack/APKBUILD2
-rw-r--r--main/git/APKBUILD2
-rw-r--r--main/imagemagick/APKBUILD2
-rw-r--r--main/irssi/APKBUILD2
-rw-r--r--main/perl-file-next/APKBUILD2
-rw-r--r--main/perl/APKBUILD6
6 files changed, 8 insertions, 8 deletions
diff --git a/main/ack/APKBUILD b/main/ack/APKBUILD
index 2e5609614d..d68456dde0 100644
--- a/main/ack/APKBUILD
+++ b/main/ack/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=ack
pkgver=1.94
-pkgrel=0
+pkgrel=1
pkgdesc="A Perl-powered replacement for grep"
url="http://betterthangrep.com/"
arch="noarch"
diff --git a/main/git/APKBUILD b/main/git/APKBUILD
index 27b601c756..41d8cbe98f 100644
--- a/main/git/APKBUILD
+++ b/main/git/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=git
pkgver=1.7.5.1
-pkgrel=0
+pkgrel=1
pkgdesc="GIT - the stupid content tracker"
url="http://git.or.cz/"
arch="all"
diff --git a/main/imagemagick/APKBUILD b/main/imagemagick/APKBUILD
index 0e8d055447..704796861f 100644
--- a/main/imagemagick/APKBUILD
+++ b/main/imagemagick/APKBUILD
@@ -3,7 +3,7 @@
pkgname=imagemagick
pkgver=6.6.9.8
_pkgver=${pkgver%.*}-${pkgver##*.}
-pkgrel=2
+pkgrel=3
pkgdesc="A collection of tools and libraries for many image formats"
url="http://www.imagemagick.org/"
arch="all"
diff --git a/main/irssi/APKBUILD b/main/irssi/APKBUILD
index 52c0f9bdcc..dffcf24958 100644
--- a/main/irssi/APKBUILD
+++ b/main/irssi/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kiyoshi Aman <kiyoshi.aman at gmail.com>
pkgname=irssi
pkgver=0.8.15
-pkgrel=6
+pkgrel=7
pkgdesc="A modular textUI IRC client with IPv6 support"
url="http://irssi.org/"
arch="all"
diff --git a/main/perl-file-next/APKBUILD b/main/perl-file-next/APKBUILD
index 43fad17955..b3231b4575 100644
--- a/main/perl-file-next/APKBUILD
+++ b/main/perl-file-next/APKBUILD
@@ -3,7 +3,7 @@
pkgname=perl-file-next
_pkgreal=File-Next
pkgver=1.06
-pkgrel=0
+pkgrel=1
pkgdesc="Perl module for taint-safe file-finding"
url="http://search.cpan.org/dist/File-Next/"
arch="noarch"
diff --git a/main/perl/APKBUILD b/main/perl/APKBUILD
index 650c3cfa70..8d9b7b93a1 100644
--- a/main/perl/APKBUILD
+++ b/main/perl/APKBUILD
@@ -1,13 +1,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Contributor: Leonardo Arena <rnalrd@gmail.com>
pkgname=perl
-pkgver=5.12.3
+pkgver=5.14.0
pkgrel=0
pkgdesc="Larry Wall's Practical Extraction and Report Language"
url=http://www.perl.org
arch="all"
license="Artistic GPL-2"
-source=http://www.perl.com/CPAN/src/perl-${pkgver}.tar.gz
+source="http://search.cpan.org/CPAN/authors/id/J/JE/JESSE/perl-$pkgver.tar.gz"
depends=
subpackages="$pkgname-dev $pkgname-doc miniperl"
@@ -65,4 +65,4 @@ miniperl() {
cp "$srcdir/perl-$pkgver"/miniperl "$subpkgdir/usr/bin"
}
-md5sums="29975a69dce54e47fcd6331c085c6c99 perl-5.12.3.tar.gz"
+md5sums="e688b0ddad50bca9a6223693a85c439d perl-5.14.0.tar.gz"