diff options
author | schmonz <schmonz@pkgsrc.org> | 2018-10-07 10:52:40 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2018-10-07 10:52:40 +0000 |
commit | 5b29375d6003070246b3a5606d170213542f1a2c (patch) | |
tree | d76126c7411d00509c0f47a6fca63a205b669b07 /sysutils/etckeeper/Makefile | |
parent | a95c4c72eb4055f420e9bdd41750093569daccd2 (diff) | |
download | pkgsrc-5b29375d6003070246b3a5606d170213542f1a2c.tar.gz |
Update to 1.18.8. From the changelog:
* Work around git commit's lack of robustness, by providing reasonable
default values for GIT_COMMITTER_EMAIL etc. This was already done as
part of the su/sudo handling, and is now always done.
* Don't hardcode the master branch when pushing to PUSH_REMOTE.
Instead, let git push whatever branches it is configured to push to
that remote.
* Added some unit tests.
Thanks, Henrik Riomar.
* etckeeper will work on systems that do not have perl installed.
(perl is still used when available as it's faster)
Thanks, William Johansson and radhus.
* Prevent LC_ALL overriding the LC_COLLATE used to sort metadata.
* Only show errors (no progress indicators) when pushing Git/Mercurial repos
to avoid unncessary cron mails.
Thanks, Nils Steinger.
* Fix regex in 20-warn-problem-files.
* Added support for apk (alpine linux)
Thanks, Henrik Riomar.
Diffstat (limited to 'sysutils/etckeeper/Makefile')
-rw-r--r-- | sysutils/etckeeper/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/sysutils/etckeeper/Makefile b/sysutils/etckeeper/Makefile index ed6a547012c..19640bc9363 100644 --- a/sysutils/etckeeper/Makefile +++ b/sysutils/etckeeper/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2018/09/27 23:07:57 tnn Exp $ +# $NetBSD: Makefile,v 1.14 2018/10/07 10:52:40 schmonz Exp $ # -DISTNAME= etckeeper_1.18.5.orig -PKGNAME= ${DISTNAME:S/_/-/:S/.orig$/.1/} -PKGREVISION= 5 +DISTNAME= etckeeper_1.18.8.orig +PKGNAME= ${DISTNAME:S/_/-/:S/.orig$//} CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/e/etckeeper/} @@ -22,11 +21,6 @@ AUTO_MKDIRS= yes BUILD_DEFS+= VARBASE -ETCKEEPER_PATCH= etckeeper_1.18.5-1.diff.gz -PATCHFILES+= ${ETCKEEPER_PATCH} -SITES.${ETCKEEPER_PATCH}= ${MASTER_SITES} -PATCH_DIST_STRIP.${ETCKEEPER_PATCH}= -p1 - .include "cf-files.mk" PKG_SYSCONFSUBDIR= etckeeper |