Date: Fri, 30 Jun 2017 13:05:09 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444717 - in head/sysutils/debhelper: . files Message-ID: <201706301305.v5UD59BJ013709@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Jun 30 13:05:08 2017 New Revision: 444717 URL: https://svnweb.freebsd.org/changeset/ports/444717 Log: Update to 10.6.1 Changes: https://anonscm.debian.org/git/debhelper/debhelper.git/tree/debian/changelog Modified: head/sysutils/debhelper/Makefile head/sysutils/debhelper/distinfo head/sysutils/debhelper/files/patch-Makefile Modified: head/sysutils/debhelper/Makefile ============================================================================== --- head/sysutils/debhelper/Makefile Fri Jun 30 13:05:03 2017 (r444716) +++ head/sysutils/debhelper/Makefile Fri Jun 30 13:05:08 2017 (r444717) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= debhelper -PORTVERSION= 10.5.1 +PORTVERSION= 10.6.1 CATEGORIES= sysutils MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/sysutils/debhelper/distinfo ============================================================================== --- head/sysutils/debhelper/distinfo Fri Jun 30 13:05:03 2017 (r444716) +++ head/sysutils/debhelper/distinfo Fri Jun 30 13:05:08 2017 (r444717) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498574182 -SHA256 (debhelper_10.5.1.tar.xz) = fd4103bdf73e529ae1840df20ded37913cb0bba7e3c19a701cf2a1fc2c307566 -SIZE (debhelper_10.5.1.tar.xz) = 405060 +TIMESTAMP = 1498822836 +SHA256 (debhelper_10.6.1.tar.xz) = 5e8e23fc43fe36928e3b3394d029888ee0b6b34ca0aeb665010595a1f5d56653 +SIZE (debhelper_10.6.1.tar.xz) = 407740 Modified: head/sysutils/debhelper/files/patch-Makefile ============================================================================== --- head/sysutils/debhelper/files/patch-Makefile Fri Jun 30 13:05:03 2017 (r444716) +++ head/sysutils/debhelper/files/patch-Makefile Fri Jun 30 13:05:08 2017 (r444717) @@ -1,4 +1,4 @@ ---- Makefile.orig 2017-05-05 19:50:42 UTC +--- Makefile.orig 2017-06-29 19:50:57 UTC +++ Makefile @@ -3,7 +3,7 @@ PO4A ?= po4a POD2MAN ?= pod2man @@ -6,10 +6,10 @@ # List of files of dh_* commands. Sorted for debhelper man page. -COMMANDS=$(shell find . -maxdepth 1 -type f -perm /100 -name "dh_*" -printf "%f\n" | grep -v '~$$' | LC_ALL=C sort) +COMMANDS=$(shell find . -maxdepth 1 -type f -perm +a+x -name "dh_*" -print | grep -v '~$$' | cut -c3- | LC_ALL=C sort) + MANPAGES=$(COMMANDS:=.1) dh.1 # Find deprecated commands by looking at their synopsis. - DEPRECATED=$(shell egrep -l '^dh_.* - .*deprecated' $(COMMANDS)) -@@ -98,17 +98,16 @@ endif +@@ -109,17 +109,16 @@ endif done; install:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706301305.v5UD59BJ013709>