Index: head/sysutils/debhelper/Makefile =================================================================== --- head/sysutils/debhelper/Makefile (revision 466425) +++ head/sysutils/debhelper/Makefile (revision 466426) @@ -1,29 +1,29 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= debhelper -PORTVERSION= 11.1.5 +PORTVERSION= 11.1.6 CATEGORIES= sysutils MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Helper programs for debian/rules LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/GPL PORTSCOUT= limit:^[0-9\.]*$$ MAKE_ARGS= PREFIX=${PREFIX} SITE_PERL=${PREFIX}/${SITE_PERL_REL} NO_ARCH= yes NO_BUILD= yes USES= gmake perl5 shebangfix tar:xz WRKSRC= ${WRKDIR}/${PORTNAME} SHEBANG_FILES= dh* post-patch: @${RM} ${WRKSRC}/*.orig .include Index: head/sysutils/debhelper/distinfo =================================================================== --- head/sysutils/debhelper/distinfo (revision 466425) +++ head/sysutils/debhelper/distinfo (revision 466426) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519646220 -SHA256 (debhelper_11.1.5.tar.xz) = 8251e4cf8ee0e46a148777b06cbf2c75f7840ea119f37d5fba71b33794ce4a8f -SIZE (debhelper_11.1.5.tar.xz) = 451468 +TIMESTAMP = 1522750690 +SHA256 (debhelper_11.1.6.tar.xz) = f0c940152c0048afef20579c8e9bc6e706aaff2ca2033d23524a1592c12ee24d +SIZE (debhelper_11.1.6.tar.xz) = 453020 Index: head/sysutils/debhelper/pkg-descr =================================================================== --- head/sysutils/debhelper/pkg-descr (revision 466425) +++ head/sysutils/debhelper/pkg-descr (revision 466426) @@ -1,7 +1,7 @@ debhelper is a collection of programs that can be used in a debian/rules file to automate common tasks related to building binary debian packages. Programs are included to install various files into your package, compress files, fix file permissions, integrate your package with the debian menu system, etc. This will be of use only to debian developers or others who wish to build debian packages. -WWW: https://anonscm.debian.org/git/debhelper/debhelper.git +WWW: https://salsa.debian.org/debian/debhelper