diff options
author | jmelo <jmelo@FreeBSD.org> | 2007-12-26 21:02:05 +0800 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2007-12-26 21:02:05 +0800 |
commit | ddae60a1f6c1d45bbc2118b77a235b28d2f98b2d (patch) | |
tree | 3fa9628cf29511bef952f9c392ebc82a111278d1 /editors | |
parent | d0aeee77f1f35d5c56c68ba456a6ebf9012712a1 (diff) | |
download | freebsd-ports-gnome-ddae60a1f6c1d45bbc2118b77a235b28d2f98b2d.tar.gz freebsd-ports-gnome-ddae60a1f6c1d45bbc2118b77a235b28d2f98b2d.tar.zst freebsd-ports-gnome-ddae60a1f6c1d45bbc2118b77a235b28d2f98b2d.zip |
- Update to 1.0.1
- Unbreak on gcc 4.
- Pass maintainership to submitter.
PR: ports/118563
Submitted by: Leif Pedersen <bilbo@hobbiton.org>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/puff/Makefile | 12 | ||||
-rw-r--r-- | editors/puff/distinfo | 6 |
2 files changed, 6 insertions, 12 deletions
diff --git a/editors/puff/Makefile b/editors/puff/Makefile index bba2f9ce8001..17bf368e3f3b 100644 --- a/editors/puff/Makefile +++ b/editors/puff/Makefile @@ -6,20 +6,14 @@ # PORTNAME= puff -PORTVERSION= 1.0 +PORTVERSION= 1.0.1 CATEGORIES= editors MASTER_SITES= http://devpit.org/puff/ \ http://www.freebsdbrasil.com.br/~jmelo/ -MAINTAINER= jmelo@FreeBSD.org +MAINTAINER= bilbo@hobbiton.org COMMENT= Simple and efficient text editor PLIST_FILES= bin/puff etc/puff.conf.sample -.include <bsd.port.pre.mk> - -.if (${OSVERSION} >= 700000) -BROKEN= Does not compile on 7.X -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/editors/puff/distinfo b/editors/puff/distinfo index f4fa1d2a7506..feabe0537e49 100644 --- a/editors/puff/distinfo +++ b/editors/puff/distinfo @@ -1,3 +1,3 @@ -MD5 (puff-1.0.tar.gz) = d6b575b84ee2a73a645f8699f1d37a35 -SHA256 (puff-1.0.tar.gz) = e504379eeac325d22578cf1d788fde833ab7e4bd5c72e1e6dd36e6cdb60266e1 -SIZE (puff-1.0.tar.gz) = 35429 +MD5 (puff-1.0.1.tar.gz) = 5862fb0a30a5b89255e4f76d9c36e00a +SHA256 (puff-1.0.1.tar.gz) = 2a5793c2c9ac17b72818004235020e236b3bdb8648bb8018a032c228f38db06c +SIZE (puff-1.0.1.tar.gz) = 35135 |