diff options
author | jmelo <jmelo@FreeBSD.org> | 2006-05-04 04:47:06 +0800 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2006-05-04 04:47:06 +0800 |
commit | b1308ce05ffc7b95897ace8aff972fe1ae822351 (patch) | |
tree | fcd565991e1511d7afcde91c52f59d1a6046ca9a /editors/puff | |
parent | 9837c096c29e72f4cf239f3945ad5ef90d4c8a98 (diff) | |
download | freebsd-ports-gnome-b1308ce05ffc7b95897ace8aff972fe1ae822351.tar.gz freebsd-ports-gnome-b1308ce05ffc7b95897ace8aff972fe1ae822351.tar.zst freebsd-ports-gnome-b1308ce05ffc7b95897ace8aff972fe1ae822351.zip |
- Update to 1.0.
Approved by: mnag (mentor)
Diffstat (limited to 'editors/puff')
-rw-r--r-- | editors/puff/Makefile | 6 | ||||
-rw-r--r-- | editors/puff/distinfo | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/editors/puff/Makefile b/editors/puff/Makefile index dbe31852ec88..56861ffa897f 100644 --- a/editors/puff/Makefile +++ b/editors/puff/Makefile @@ -6,7 +6,7 @@ # PORTNAME= puff -PORTVERSION= 0.43 +PORTVERSION= 1.0 CATEGORIES= editors MASTER_SITES= http://devpit.org/puff/ \ http://www.freebsdbrasil.com.br/~jmelo/ @@ -16,8 +16,4 @@ COMMENT= Simple and efficient text editor PLIST_FILES= bin/puff etc/puff.conf.sample -post-extract: - @${FIND} ${WRKSRC} -type d -name CVS | ${XARGS} ${RM} -r - @${REINPLACE_CMD} -e 's|-O[0-9]||g' ${WRKSRC}/Makefile - .include <bsd.port.mk> diff --git a/editors/puff/distinfo b/editors/puff/distinfo index 4f7bbb850284..f4fa1d2a7506 100644 --- a/editors/puff/distinfo +++ b/editors/puff/distinfo @@ -1,3 +1,3 @@ -MD5 (puff-0.43.tar.gz) = 5b15cc4df96a065d887dc0b8577454c9 -SHA256 (puff-0.43.tar.gz) = 0e8473fb492b40e64823e79ffbc9c48b1152a4eb665ce54d65df4578a3cbf824 -SIZE (puff-0.43.tar.gz) = 35815 +MD5 (puff-1.0.tar.gz) = d6b575b84ee2a73a645f8699f1d37a35 +SHA256 (puff-1.0.tar.gz) = e504379eeac325d22578cf1d788fde833ab7e4bd5c72e1e6dd36e6cdb60266e1 +SIZE (puff-1.0.tar.gz) = 35429 |