summaryrefslogtreecommitdiffstats
path: root/main/hylafax
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-07-23 12:01:12 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-07-23 12:02:28 +0000
commitd398e93df31fb312588e35d15132f1c6b52a6e22 (patch)
treeedeab32698e07415c5f5046bb136f6dcda02cf36 /main/hylafax
parentee1d4af146a195bbbb1a64ca3d93cfd1cc9def37 (diff)
downloadaports-d398e93df31fb312588e35d15132f1c6b52a6e22.tar.bz2
aports-d398e93df31fb312588e35d15132f1c6b52a6e22.tar.xz
main/hylafax: upgrade to 6.0.6
Diffstat (limited to 'main/hylafax')
-rw-r--r--main/hylafax/APKBUILD11
-rw-r--r--main/hylafax/gcc4.5.1.patch13
2 files changed, 3 insertions, 21 deletions
diff --git a/main/hylafax/APKBUILD b/main/hylafax/APKBUILD
index a4317908d..418027766 100644
--- a/main/hylafax/APKBUILD
+++ b/main/hylafax/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Cameron Banta <cbanta@gmail.com>
# Maintainer: Cameron Banta <cbanta@gmail.com>
pkgname=hylafax
-pkgver=6.0.5
-pkgrel=2
+pkgver=6.0.6
+pkgrel=0
pkgdesc="Sends and receives faxes"
url="http://www.hylafax.org/"
arch="all"
@@ -13,15 +13,12 @@ makedepends="zlib-dev tiff-dev"
install="hylafax.post-install"
subpackages="$pkgname-doc"
source="ftp://ftp.hylafax.org/source/$pkgname-$pkgver.tar.gz
- gcc4.5.1.patch
- $install
"
_builddir="$srcdir"/$pkgname-$pkgver
prepare() {
cd "$_builddir"
- patch -p1 < $startdir/gcc4.5.1.patch
}
build() {
@@ -87,6 +84,4 @@ package(){
# - which the user runs after install
}
-md5sums="eb9ac942354ad708e20e4583cec6615f hylafax-6.0.5.tar.gz
-bca78921c75448f63b451098528f5296 gcc4.5.1.patch
-a3553e6fc4de30e80759abe5c663c85b hylafax.post-install"
+md5sums="d063d45049c8fcbabefe09d662313067 hylafax-6.0.6.tar.gz"
diff --git a/main/hylafax/gcc4.5.1.patch b/main/hylafax/gcc4.5.1.patch
deleted file mode 100644
index 0ac556a3c..000000000
--- a/main/hylafax/gcc4.5.1.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/configure b/configure
-index e49c08f..c6976fd 100755
---- a/configure
-+++ b/configure
-@@ -2882,7 +2882,7 @@ BuildPortDotH()
- echo '#define HAS_FCHMOD 1'
- Note "... configure use of fchmod"
- CheckFuncDecl fchmod 'extern int fchmod(int, mode_t);' \
-- unistd.h libc.h $OSFCNH sys/stat.h
-+ unistd.h $OSFCNH sys/stat.h libc.h
- }
- CheckFuncDecl mknod 'extern int mknod(const char*, mode_t, dev_t);' \
- unistd.h sys/stat.h