[arch-commits] Commit in libfetch/repos (3 files)
Dan McGee
dan at archlinux.org
Thu Jul 16 02:58:59 UTC 2009
Date: Wednesday, July 15, 2009 @ 22:58:59
Author: dan
Revision: 46327
Merged revisions 46325 via svnmerge from
svn+ssh://archlinux.org/srv/svn-packages/libfetch/trunk
........
r46325 | dan | 2009-07-15 21:55:29 -0500 (Wed, 15 Jul 2009) | 1 line
upgpkg: libfetch 2.23-1
........
Modified:
libfetch/repos/testing-i686/ (properties)
libfetch/repos/testing-i686/Makefile
libfetch/repos/testing-i686/PKGBUILD
----------+
Makefile | 3 ++-
PKGBUILD | 12 ++++++------
2 files changed, 8 insertions(+), 7 deletions(-)
Property changes on: libfetch/repos/testing-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /libfetch/trunk:1-23397
+ /libfetch/trunk:1-46326
Modified: testing-i686/Makefile
===================================================================
--- testing-i686/Makefile 2009-07-16 02:55:36 UTC (rev 46326)
+++ testing-i686/Makefile 2009-07-16 02:58:59 UTC (rev 46327)
@@ -6,7 +6,8 @@
WARNINGS = -Wall -Wstrict-prototypes -Wsign-compare -Wchar-subscripts \
-Wpointer-arith -Wcast-align -Wsign-compare
-CFLAGS = -O2 -pipe -I. -fPIC $(WARNINGS) \
+# ftp.c has some aliasing issues...
+CFLAGS = -O2 -pipe -I. -fPIC -fno-strict-aliasing $(WARNINGS) \
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES
CFLAGS += -DFTP_COMBINE_CWDS -DNETBSD
Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2009-07-16 02:55:36 UTC (rev 46326)
+++ testing-i686/PKGBUILD 2009-07-16 02:58:59 UTC (rev 46327)
@@ -3,18 +3,18 @@
# Contributor: Xavier Chantry <shiningxc at gmail.com>
pkgname=libfetch
-pkgver=2.20
+pkgver=2.23
pkgrel=1
pkgdesc="URL based download library"
arch=('i686' 'x86_64')
license=('BSD')
groups=('base')
depends=('openssl')
-url="http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/net/fetch/"
-source=(Makefile http://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('7b1b639fb829bd837cda935171ac264d'
- '085d4f5c9b83a3b5416e2c54e3c8f9cb')
-
+url="http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/net/libfetch/"
+source=(Makefile ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('69ce72c61962ad070b2a78f67dd2ddaf'
+ 'c1c1a8ccabc3bf9acda833bcbc6821b1')
+
# source PKGBUILD && mksource
mksource() {
export CVSROOT=:pserver:anoncvs at anoncvs.NetBSD.org:/cvsroot
More information about the arch-commits
mailing list