[arch-commits] Commit in libfetch/trunk (Makefile PKGBUILD)

Dan McGee dan at archlinux.org
Mon Aug 23 21:41:24 UTC 2010


    Date: Monday, August 23, 2010 @ 17:41:23
  Author: dan
Revision: 88465

verbump, upstream fixed FS#20371

Modified:
  libfetch/trunk/Makefile
  libfetch/trunk/PKGBUILD

----------+
 Makefile |    7 ++++---
 PKGBUILD |    6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

Modified: Makefile
===================================================================
--- Makefile	2010-08-23 18:58:46 UTC (rev 88464)
+++ Makefile	2010-08-23 21:41:23 UTC (rev 88465)
@@ -42,18 +42,17 @@
 Q = @
 
 all: libfetch.so libfetch.a
-	$(E) "  built with:  " $(CFLAGS)
 .PHONY: all
 
 %.o: %.c $(INCS) $(GEN)
 	$(E) "  compile   " $@
 	$(Q) $(CC) $(CFLAGS) -c $<
 
-ftperr.h: ftp.errors
+ftperr.h: ftp.errors Makefile errlist.sh
 	$(E) "  generate  " $@
 	$(Q) ./errlist.sh ftp_errlist FTP ftp.errors > $@
 
-httperr.h: http.errors
+httperr.h: http.errors Makefile errlist.sh
 	$(E) "  generate  " $@
 	$(Q) ./errlist.sh http_errlist HTTP http.errors > $@
 
@@ -61,12 +60,14 @@
 	$(E) "  build     " $@
 	$(Q) rm -f $@
 	$(Q) $(LD) $(LDFLAGS) *.o -shared -o $@
+	$(E) "  built with:  " $(CFLAGS)
 
 libfetch.a: $(GEN) $(INCS) $(OBJS)
 	$(E) "  build     " $@
 	$(Q) rm -f $@
 	$(Q) $(AR) rcs $@ *.o
 	$(Q) $(RANLIB) $@
+	$(E) "  built with:  " $(CFLAGS)
 
 clean:
 	$(E) "  clean     "

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-23 18:58:46 UTC (rev 88464)
+++ PKGBUILD	2010-08-23 21:41:23 UTC (rev 88465)
@@ -3,7 +3,7 @@
 # Contributor: Xavier Chantry <shiningxc at gmail.com>
 
 pkgname=libfetch
-pkgver=2.32
+pkgver=2.33
 pkgrel=1
 pkgdesc="URL based download library"
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 url="http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/net/libfetch/"
 source=(Makefile
         ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('bb6c1fb99633ff3bea83cab0c3fdb394'
-         '8959b76cfda4d5cc4fa463e05cddeb25')
+md5sums=('5167d18db7660228e75290fc7d25fe56'
+         'a176b94f7f30344ef8a71c047ca2136b')
 
 # keep an upgrade path for older installations
 PKGEXT='.pkg.tar.gz'




More information about the arch-commits mailing list