aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-08-12 06:48:01 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-08-12 06:52:18 +0000
commitf1aa132b05640e5ae96f305218fb446e9f1e6811 (patch)
tree7336d61df5e21d7772747e469aac73d226871e38
parent2ec52cb037c5e9e784a508bc627a5add5d239d91 (diff)
downloadalpine_aports-f1aa132b05640e5ae96f305218fb446e9f1e6811.tar.bz2
alpine_aports-f1aa132b05640e5ae96f305218fb446e9f1e6811.tar.xz
alpine_aports-f1aa132b05640e5ae96f305218fb446e9f1e6811.zip
main/diffutils: upgrade to 3.1
Remove post-deinstall script. Busybox links are handled by triggers nowdays.
-rw-r--r--main/diffutils/APKBUILD8
-rw-r--r--main/diffutils/diffutils.post-deinstall2
2 files changed, 4 insertions, 6 deletions
diff --git a/main/diffutils/APKBUILD b/main/diffutils/APKBUILD
index 252be266f6..0aaf80f9e1 100644
--- a/main/diffutils/APKBUILD
+++ b/main/diffutils/APKBUILD
@@ -1,7 +1,7 @@
1# Maintainer: Leonardo Arena <rnalrd@gmail.com> 1# Maintainer: Leonardo Arena <rnalrd@gmail.com>
2pkgname=diffutils 2pkgname=diffutils
3pkgver=3.0 3pkgver=3.1
4pkgrel=1 4pkgrel=0
5pkgdesc="Show differences among files" 5pkgdesc="Show differences among files"
6subpackages="$pkgname-doc" 6subpackages="$pkgname-doc"
7url="http://www.gnu.org/software/diffutils/" 7url="http://www.gnu.org/software/diffutils/"
@@ -9,7 +9,7 @@ arch="all"
9license="GPL2" 9license="GPL2"
10depends="" 10depends=""
11makedepends="" 11makedepends=""
12install="$pkgname.post-deinstall" 12install=""
13source="http://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz" 13source="http://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz"
14 14
15_builddir=$srcdir/$pkgname-$pkgver 15_builddir=$srcdir/$pkgname-$pkgver
@@ -28,4 +28,4 @@ package() {
28 make install DESTDIR=$pkgdir 28 make install DESTDIR=$pkgdir
29} 29}
30 30
31md5sums="684aaba1baab743a2a90e52162ff07da diffutils-3.0.tar.gz" 31md5sums="29c15b2de8bf33685029e035fa680a6e diffutils-3.1.tar.gz"
diff --git a/main/diffutils/diffutils.post-deinstall b/main/diffutils/diffutils.post-deinstall
deleted file mode 100644
index c59247ad41..0000000000
--- a/main/diffutils/diffutils.post-deinstall
+++ /dev/null
@@ -1,2 +0,0 @@
1#!/bin/sh
2busybox --install -s