diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2012-12-09 09:39:45 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2012-12-09 09:39:45 +0800 |
commit | de2f26b1440c37bf16e2d0936a1538ebd229161f (patch) | |
tree | 1688f08b5c08c5c2f3104a75a0ae0722cf0e6d14 /sysutils | |
parent | 31848e0cca12c30d2eadd40c7042d3186b1a5d23 (diff) | |
download | freebsd-ports-gnome-de2f26b1440c37bf16e2d0936a1538ebd229161f.tar.gz freebsd-ports-gnome-de2f26b1440c37bf16e2d0936a1538ebd229161f.tar.zst freebsd-ports-gnome-de2f26b1440c37bf16e2d0936a1538ebd229161f.zip |
- Update to latest snapshot
- Switch to using USE_GITHUB
- Trim header
PR: ports/174262
Submitted by: Peter <peter@pean.org> (based on) (maintainer)
Approved by: maintainer
Feature safe: yes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/zfs-periodic/Makefile | 15 | ||||
-rw-r--r-- | sysutils/zfs-periodic/distinfo | 4 |
2 files changed, 9 insertions, 10 deletions
diff --git a/sysutils/zfs-periodic/Makefile b/sysutils/zfs-periodic/Makefile index ce9f275d1eed..8020a849e114 100644 --- a/sysutils/zfs-periodic/Makefile +++ b/sysutils/zfs-periodic/Makefile @@ -1,19 +1,18 @@ -# New ports collection makefile for: zfs-periodic -# Date created: 8 November 2010 -# Whom: Peter Ankerstal <peter@pean.org> -# +# Created by: Peter Ankerstal <peter@pean.org> # $FreeBSD$ -# PORTNAME= zfs-periodic -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 1.0.20121207 CATEGORIES= sysutils -MASTER_SITES= http://www.pean.org/zfs-periodic/ MAINTAINER= peter@pean.org COMMENT= Simple way of maintaining zfs snapshots using the periodic system +USE_GITHUB= yes +GH_ACCOUNT= ross +GH_COMMIT= 5401176 +GH_TAGNAME= ${GH_COMMIT} + NO_BUILD= yes PERIODIC_DIRS= etc/periodic/hourly etc/periodic/daily \ diff --git a/sysutils/zfs-periodic/distinfo b/sysutils/zfs-periodic/distinfo index 5632ca3a8cee..ecd1256a7be7 100644 --- a/sysutils/zfs-periodic/distinfo +++ b/sysutils/zfs-periodic/distinfo @@ -1,2 +1,2 @@ -SHA256 (zfs-periodic-1.0.tar.gz) = 3a15951d9f4c1f9b1bdf6bf5f53d48967c1681a13d9e1a16a10314160f563f0c -SIZE (zfs-periodic-1.0.tar.gz) = 2506 +SHA256 (zfs-periodic-1.0.20121207.tar.gz) = baec480b12b4ddafb53ef5eb1c404140ef967d885b7af55bc2e6c916b8974630 +SIZE (zfs-periodic-1.0.20121207.tar.gz) = 2821 |