Date: Tue, 19 May 2020 23:29:51 +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: r535899 - in head/sysutils/debhelper: . files Message-ID: <202005192329.04JNTps7075315@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue May 19 23:29:51 2020 New Revision: 535899 URL: https://svnweb.freebsd.org/changeset/ports/535899 Log: Update to 13.1 Changes: https://salsa.debian.org/debian/debhelper/-/blob/master/debian/changelog Modified: head/sysutils/debhelper/Makefile head/sysutils/debhelper/distinfo head/sysutils/debhelper/files/patch-Makefile head/sysutils/debhelper/pkg-plist Modified: head/sysutils/debhelper/Makefile ============================================================================== --- head/sysutils/debhelper/Makefile Tue May 19 23:29:31 2020 (r535898) +++ head/sysutils/debhelper/Makefile Tue May 19 23:29:51 2020 (r535899) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= debhelper -PORTVERSION= 13 +PORTVERSION= 13.1 CATEGORIES= sysutils MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/sysutils/debhelper/distinfo ============================================================================== --- head/sysutils/debhelper/distinfo Tue May 19 23:29:31 2020 (r535898) +++ head/sysutils/debhelper/distinfo Tue May 19 23:29:51 2020 (r535899) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588279604 -SHA256 (debhelper_13.tar.xz) = 7f584975ec42af8cf375c059e96aa85b388a40b756ba291f949b357b7af541f3 -SIZE (debhelper_13.tar.xz) = 526028 +TIMESTAMP = 1589908766 +SHA256 (debhelper_13.1.tar.xz) = b54f05f73ad63e9636c32098526690e995647e5a16913efd1e01e84eb87f9bbe +SIZE (debhelper_13.1.tar.xz) = 530828 Modified: head/sysutils/debhelper/files/patch-Makefile ============================================================================== --- head/sysutils/debhelper/files/patch-Makefile Tue May 19 23:29:31 2020 (r535898) +++ head/sysutils/debhelper/files/patch-Makefile Tue May 19 23:29:51 2020 (r535899) @@ -1,4 +1,4 @@ ---- Makefile.orig 2020-01-27 20:31:46 UTC +--- Makefile.orig 2020-05-17 09:32:16 UTC +++ Makefile @@ -3,7 +3,7 @@ PO4A ?= po4a POD2MAN ?= pod2man @@ -9,7 +9,7 @@ MANPAGES=$(COMMANDS:=.1) dh.1 # Find deprecated commands by looking at their synopsis. -@@ -118,19 +118,18 @@ endif +@@ -118,23 +118,22 @@ endif done; install: @@ -29,10 +29,14 @@ + install -m 0644 lib/Debian/Debhelper/*.pm $(DESTDIR)${SITE_PERL}/Debian/Debhelper [ "$(PREFIX)" = /usr ] || \ - sed -i '/$$prefix=/s@/usr@$(PREFIX)@g' $(DESTDIR)$(PERLLIBDIR)/Dh_Lib.pm ++ sed -i '' '/$$prefix=/s@/usr@$(PREFIX)@g' $(DESTDIR)${SITE_PERL}/Debian/Debhelper/Dh_Lib.pm + if [ "$(VERSION)" ]; then \ + MV=$$(echo "$(VERSION)" | $(PERL) -ne 'print $$1 if /^(\d+)[~.]/;') ; \ + sed -i "/constant HIGHEST_STABLE_COMPAT_LEVEL =>/s@=>.*;@=> $${MV};@g" $(DESTDIR)$(PERLLIBDIR)/Dh_Lib.pm ; \ + fi - install -m 0644 lib/Debian/Debhelper/Sequence/*.pm $(DESTDIR)$(PERLLIBDIR)/Sequence - install -m 0644 lib/Debian/Debhelper/Buildsystem/*.pm $(DESTDIR)$(PERLLIBDIR)/Buildsystem - install -m 0644 lib/Debian/Debhelper/DH/*.pm $(DESTDIR)$(PERLLIBDIR)/DH -+ sed -i '' '/$$prefix=/s@/usr@$(PREFIX)@g' $(DESTDIR)${SITE_PERL}/Debian/Debhelper/Dh_Lib.pm + install -m 0644 lib/Debian/Debhelper/Sequence/*.pm $(DESTDIR)${SITE_PERL}/Debian/Debhelper/Sequence + install -m 0644 lib/Debian/Debhelper/Buildsystem/*.pm $(DESTDIR)${SITE_PERL}/Debian/Debhelper/Buildsystem + install -m 0644 lib/Debian/Debhelper/DH/*.pm $(DESTDIR)${SITE_PERL}/DH Modified: head/sysutils/debhelper/pkg-plist ============================================================================== --- head/sysutils/debhelper/pkg-plist Tue May 19 23:29:31 2020 (r535898) +++ head/sysutils/debhelper/pkg-plist Tue May 19 23:29:51 2020 (r535899) @@ -14,6 +14,7 @@ bin/dh_gconf bin/dh_gencontrol bin/dh_icons bin/dh_install +bin/dh_installalternatives bin/dh_installcatalogs bin/dh_installchangelogs bin/dh_installcron @@ -62,13 +63,13 @@ bin/dh_ucf bin/dh_update_autotools_config bin/dh_usrlocal bin/maintscript-helper +bin/postinst-alternatives bin/postinst-emacsen bin/postinst-icons bin/postinst-init bin/postinst-init-nostart bin/postinst-init-restart bin/postinst-init-tmpfiles -bin/postinst-initramfs-hook bin/postinst-menu bin/postinst-menu-method bin/postinst-modules @@ -87,7 +88,6 @@ bin/postinst-xfonts bin/postrm-debconf bin/postrm-icons bin/postrm-init -bin/postrm-initramfs-hook bin/postrm-menu bin/postrm-menu-method bin/postrm-modules @@ -98,6 +98,7 @@ bin/postrm-systemd-user bin/postrm-ucf bin/postrm-xfonts bin/preinst-emacsen +bin/prerm-alternatives bin/prerm-emacsen bin/prerm-init bin/prerm-init-norestart
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005192329.04JNTps7075315>