diff options
author | jmelo <jmelo@FreeBSD.org> | 2006-04-24 16:44:02 +0000 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2006-04-24 16:44:02 +0000 |
commit | 7027a595133e4548fdb8bc63cf7f13a9ea0f0fee (patch) | |
tree | 7d6f240ebef51eedf8619c94eb3a94727eb2776e /editors | |
parent | 813081873713a5a75391787a2218316ddaf68538 (diff) | |
download | FreeBSD-ports-7027a595133e4548fdb8bc63cf7f13a9ea0f0fee.zip FreeBSD-ports-7027a595133e4548fdb8bc63cf7f13a9ea0f0fee.tar.gz |
- Update to 0.43.
- Respect CFLAGS.
- Remove CVS directory.
PR: ports/96074
Submitted by: Leif Pedersen <bilbo@hobbiton.org>
Reworked by: jmelo
Approved by: mnag (mentor)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/puff/Makefile | 8 | ||||
-rw-r--r-- | editors/puff/distinfo | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/editors/puff/Makefile b/editors/puff/Makefile index 75ccc01..e9d4bae 100644 --- a/editors/puff/Makefile +++ b/editors/puff/Makefile @@ -6,15 +6,17 @@ # PORTNAME= puff -PORTVERSION= 0.42 +PORTVERSION= 0.43 CATEGORIES= editors MASTER_SITES= http://www.freebsdbrasil.com.br/~jmelo/ MAINTAINER= jmelo@FreeBSD.org COMMENT= Simple and efficient text editor -WRKSRC= ${WRKDIR}/puff - 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 dcf3bac..4f7bbb8 100644 --- a/editors/puff/distinfo +++ b/editors/puff/distinfo @@ -1,3 +1,3 @@ -MD5 (puff-0.42.tar.gz) = 17e5637c78415fbbc6116170d979af8b -SHA256 (puff-0.42.tar.gz) = f5a543b03a50c3f39d1ef79fb0f29d14da5b047771fdaf289b14a689762c34ec -SIZE (puff-0.42.tar.gz) = 33081 +MD5 (puff-0.43.tar.gz) = 5b15cc4df96a065d887dc0b8577454c9 +SHA256 (puff-0.43.tar.gz) = 0e8473fb492b40e64823e79ffbc9c48b1152a4eb665ce54d65df4578a3cbf824 +SIZE (puff-0.43.tar.gz) = 35815 |