[arch-commits] Commit in net-tools/trunk (Makefile.patch PKGBUILD)

Christian Hesse eworm at archlinux.org
Thu Aug 4 20:55:28 UTC 2016


    Date: Thursday, August 4, 2016 @ 20:55:28
  Author: eworm
Revision: 273047

upgpkg: net-tools 1.60.20160710git-1

* pull in last upstream commit
* remove unused patch

Modified:
  net-tools/trunk/PKGBUILD
Deleted:
  net-tools/trunk/Makefile.patch

----------------+
 Makefile.patch |   17 -----------------
 PKGBUILD       |    5 +++--
 2 files changed, 3 insertions(+), 19 deletions(-)

Deleted: Makefile.patch
===================================================================
--- Makefile.patch	2016-08-04 20:53:13 UTC (rev 273046)
+++ Makefile.patch	2016-08-04 20:55:28 UTC (rev 273047)
@@ -1,17 +0,0 @@
---- Makefile.old	2012-08-07 22:07:58.235437087 +0200
-+++ Makefile	2012-08-07 22:10:21.192104345 +0200
-@@ -239,12 +239,12 @@
- 	install -m 0755 -d ${BASEDIR}/bin
- 	install -m 0755 arp        ${BASEDIR}/sbin
- 	install -m 0755 hostname   ${BASEDIR}/bin
--	install -m 0755 ifconfig   ${BASEDIR}/bin
-+	install -m 0755 ifconfig   ${BASEDIR}/sbin
- 	install -m 0755 nameif     ${BASEDIR}/sbin
- 	install -m 0755 netstat    ${BASEDIR}/bin
- 	install -m 0755 plipconfig $(BASEDIR)/sbin
- 	install -m 0755 rarp       ${BASEDIR}/sbin
--	install -m 0755 route      ${BASEDIR}/bin
-+	install -m 0755 route      ${BASEDIR}/sbin
- 	install -m 0755 slattach   $(BASEDIR)/sbin
- ifeq ($(HAVE_IP_TOOLS),1)
- 	install -m 0755 ipmaddr    $(BASEDIR)/sbin

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-04 20:53:13 UTC (rev 273046)
+++ PKGBUILD	2016-08-04 20:55:28 UTC (rev 273047)
@@ -3,7 +3,8 @@
 # Contributor: judd <jvinet at zeroflux.org>
 
 pkgname=net-tools
-pkgver=1.60.20160215git
+pkgver=1.60.20160710git
+_commit=115f1af2
 pkgrel=1
 pkgdesc="Configuration tools for Linux networking"
 arch=('i686' 'x86_64')
@@ -12,7 +13,7 @@
 depends=('glibc')
 makedepends=('git')
 # use git snapshot currently prefered over release
-source=("net-tools::git://git.code.sf.net/p/net-tools/code#commit=bd8bce")
+source=("net-tools::git://git.code.sf.net/p/net-tools/code#commit=${_commit}")
 options=(!makeflags)
 sha1sums=('SKIP')
 



More information about the arch-commits mailing list