diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-10-30 06:12:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-10-30 06:12:16 +0800 |
commit | 4f75dc4ea8f83984ad2bd231482f9ddc8bffbe8a (patch) | |
tree | 05486b010e12e5c1beedf871baf01f13ead42353 /sysutils | |
parent | 1fd1bc165e7168b789e417766de36c8eeadd8660 (diff) | |
download | freebsd-ports-gnome-4f75dc4ea8f83984ad2bd231482f9ddc8bffbe8a.tar.gz freebsd-ports-gnome-4f75dc4ea8f83984ad2bd231482f9ddc8bffbe8a.tar.zst freebsd-ports-gnome-4f75dc4ea8f83984ad2bd231482f9ddc8bffbe8a.zip |
Update to 11.5
Changes: https://salsa.debian.org/debian/debhelper/tags
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/debhelper/Makefile | 5 | ||||
-rw-r--r-- | sysutils/debhelper/distinfo | 6 | ||||
-rw-r--r-- | sysutils/debhelper/pkg-plist | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/sysutils/debhelper/Makefile b/sysutils/debhelper/Makefile index 07d4b7a459ac..7a405be4f019 100644 --- a/sysutils/debhelper/Makefile +++ b/sysutils/debhelper/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= debhelper -PORTVERSION= 11.4.1 +PORTVERSION= 11.5 CATEGORIES= sysutils MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -15,10 +15,11 @@ LICENSE_FILE= ${WRKSRC}/GPL PORTSCOUT= limit:^[0-9\.]*$$ +USES= gmake perl5 shebangfix tar:xz + 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* diff --git a/sysutils/debhelper/distinfo b/sysutils/debhelper/distinfo index 68115c5a29da..701f0c247a3f 100644 --- a/sysutils/debhelper/distinfo +++ b/sysutils/debhelper/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1538591520 -SHA256 (debhelper_11.4.1.tar.xz) = 1c0e09254f17836f79c17756429b818e3852f5fadd40ce656f1e977daf0b0c53 -SIZE (debhelper_11.4.1.tar.xz) = 475072 +TIMESTAMP = 1540844430 +SHA256 (debhelper_11.5.tar.xz) = 50958e1a0b3a6a7aa4aad8c42c7f91f7f6f41c38b0cde55bff5d402bdec45840 +SIZE (debhelper_11.5.tar.xz) = 477084 diff --git a/sysutils/debhelper/pkg-plist b/sysutils/debhelper/pkg-plist index 9d3ad39d475d..a6169463809b 100644 --- a/sysutils/debhelper/pkg-plist +++ b/sysutils/debhelper/pkg-plist @@ -38,6 +38,7 @@ bin/dh_installmodules bin/dh_installpam bin/dh_installppp bin/dh_installsystemd +bin/dh_installsystemduser bin/dh_installudev bin/dh_installwm bin/dh_installxfonts @@ -75,6 +76,8 @@ bin/postinst-systemd-enable bin/postinst-systemd-restart bin/postinst-systemd-restartnostart bin/postinst-systemd-start +bin/postinst-systemd-user-dont-enable +bin/postinst-systemd-user-enable bin/postinst-ucf bin/postinst-usrlocal bin/postinst-wm @@ -90,6 +93,7 @@ bin/postrm-modules bin/postrm-sgmlcatalog bin/postrm-systemd bin/postrm-systemd-reload-only +bin/postrm-systemd-user bin/postrm-ucf bin/postrm-xfonts bin/preinst-emacsen |