diff options
author | schmonz <schmonz@pkgsrc.org> | 2022-01-04 15:22:53 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2022-01-04 15:22:53 +0000 |
commit | d1b0bd1322ce370139f608fd78886b881e472775 (patch) | |
tree | d77deb7a171a720523dc77c5c94bdf413fec3c23 /sysutils/etckeeper/Makefile | |
parent | 8b7202e6d92c5ee5e72f3c2986f6340db8cd378f (diff) | |
download | pkgsrc-d1b0bd1322ce370139f608fd78886b881e472775.tar.gz |
Update to 1.18.16. From the changelog:
* Improve sorting stability.
* Prefer mktemp over tempfile as the latter displays a deprecation
warning since debianutils 4.10. Thanks, Luke Mlsna.
* Use "command -v" rather than "which" to detect installed programs, as
it is more portable. Thanks, Eli Schwartz.
* Improve commit messages generated by package manager changes,
listing packages that are responsible for the changed config files.
Thanks to emkael for the patch.
* If gc.auto is not configured, override the default to make it gc
ten times more frequently, to avoid wasting space with loose objects.
* update-ignore: Preserve permissions from any preexisting VCS ignore file.
Thanks, Austin Chu.
* Removed the debian directory from the upstream source package as it's
not being maintained; see the debian package for an up-to-date one.
* debian/changelog moved to CHANGELOG and debian/copyright to COPYRIGHT.
Diffstat (limited to 'sysutils/etckeeper/Makefile')
-rw-r--r-- | sysutils/etckeeper/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sysutils/etckeeper/Makefile b/sysutils/etckeeper/Makefile index 6870b5c1bd9..1b13451b79e 100644 --- a/sysutils/etckeeper/Makefile +++ b/sysutils/etckeeper/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2021/12/31 10:04:24 schmonz Exp $ +# $NetBSD: Makefile,v 1.23 2022/01/04 15:22:53 schmonz Exp $ # -DISTNAME= etckeeper_1.18.14.orig +DISTNAME= etckeeper_1.18.16.orig PKGNAME= ${DISTNAME:S/_/-/:S/.orig$//} -PKGREVISION= 2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/e/etckeeper/} @@ -46,7 +45,7 @@ SUBST_FILES.config+= pre-commit.d/20warn-problem-files SUBST_FILES.config+= pre-install.d/10packagelist SUBST_FILES.config+= post-install.d/50vcs-commit SUBST_FILES.config+= bash_completion zsh_completion -SUBST_FILES.config+= daily debian/cron.daily +SUBST_FILES.config+= daily SUBST_VARS.config+= PREFIX VARBASE PKG_SYSCONFBASEDIR PKG_SYSCONFDIR EGREP do-install: @@ -57,8 +56,6 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/$${file} ${DESTDIR}${EGDIR}/$${file} ;\ done ${RM} -f ${DESTDIR}${EGDIR}/*.d/*.orig - ${INSTALL_SCRIPT} ${WRKSRC}/debian/cron.daily \ - ${DESTDIR}${PREFIX}/libexec/etckeeper.daily ${INSTALL_MAN} ${WRKSRC}/etckeeper.8 \ ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8 ${INSTALL_DATA} ${WRKSRC}/README.md \ |