diff options
author | brd <brd@FreeBSD.org> | 2016-06-16 09:13:24 +0800 |
---|---|---|
committer | brd <brd@FreeBSD.org> | 2016-06-16 09:13:24 +0800 |
commit | adfa057be92aa220d8252315352ecae136724bac (patch) | |
tree | 685cc0551258fef1082ea27bf414a9a7424a1daf | |
parent | 760b914d005ae3e2c6220aab4ba70ad0e2f7a108 (diff) | |
download | freebsd-ports-gnome-adfa057be92aa220d8252315352ecae136724bac.tar.gz freebsd-ports-gnome-adfa057be92aa220d8252315352ecae136724bac.tar.zst freebsd-ports-gnome-adfa057be92aa220d8252315352ecae136724bac.zip |
Update sysutils/zap to 0.3.0.
PR: 210266
Submitted by: Joseph Mingrone <jrm@ftfl.ca>
Approved by: bdrewery (implicit)
-rw-r--r-- | sysutils/zap/Makefile | 2 | ||||
-rw-r--r-- | sysutils/zap/distinfo | 5 | ||||
-rw-r--r-- | sysutils/zap/pkg-message | 3 |
3 files changed, 7 insertions, 3 deletions
diff --git a/sysutils/zap/Makefile b/sysutils/zap/Makefile index 225ea646f5fe..6cec3734cc20 100644 --- a/sysutils/zap/Makefile +++ b/sysutils/zap/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= zap -PORTVERSION= 0.2.1 +PORTVERSION= 0.3.0 CATEGORIES= sysutils MAINTAINER= jrm@ftfl.ca diff --git a/sysutils/zap/distinfo b/sysutils/zap/distinfo index 700204f93b62..1d066c5578a4 100644 --- a/sysutils/zap/distinfo +++ b/sysutils/zap/distinfo @@ -1,2 +1,3 @@ -SHA256 (Jehops-zap-0.2.1_GH0.tar.gz) = 15ba5eef041976486fd944bcffb2a911e6ee91198a2e679c4e54ae6268bfa590 -SIZE (Jehops-zap-0.2.1_GH0.tar.gz) = 3427 +TIMESTAMP = 1465877253 +SHA256 (Jehops-zap-0.3.0_GH0.tar.gz) = d4eaed80151af5f38ffdfa9a7c8ca7db4397a9834e77c4d0e892ca8b25b83d0d +SIZE (Jehops-zap-0.3.0_GH0.tar.gz) = 3453 diff --git a/sysutils/zap/pkg-message b/sysutils/zap/pkg-message new file mode 100644 index 000000000000..d81410e21649 --- /dev/null +++ b/sysutils/zap/pkg-message @@ -0,0 +1,3 @@ +============================================================= +WARNING: The command line arguments changed in version 0.3.0! +============================================================= |