diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-10-02 14:51:47 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-10-02 14:51:47 +0000 |
commit | 085ef14711035e46f9c6b990853d3b55e053ef2a (patch) | |
tree | 6cf953b241a2ddfc449dc1181e24da96a5fe3099 /editors/nano | |
parent | 161909b26f6166253708b30eb5200fb6f60db058 (diff) | |
download | freebsd-ports-085ef14711035e46f9c6b990853d3b55e053ef2a.zip |
- update to 1.2.2
- mark as BROKEN on -CURRENT
- use INFO
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Diffstat (limited to 'editors/nano')
-rw-r--r-- | editors/nano/Makefile | 18 | ||||
-rw-r--r-- | editors/nano/distinfo | 2 | ||||
-rw-r--r-- | editors/nano/pkg-plist | 4 |
3 files changed, 13 insertions, 11 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 3b793ae18836..2bf6d52ec5c3 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -6,15 +6,12 @@ # PORTNAME= nano -PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTVERSION= 1.2.2 CATEGORIES= editors -MASTER_SITES= http://www.nano-editor.org/dist/v1.2/ \ - ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= http://www.nano-editor.org/dist/v1.2/ MAINTAINER= naddy@FreeBSD.org -COMMENT= Nano's ANOther editor, an enhanced free Pico Clone +COMMENT= Nano's ANOther editor, an enhanced free Pico clone LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext @@ -23,7 +20,14 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --enable-all +INFO= nano MAN1= nano.1 MAN5= nanorc.5 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} > 500000 +BROKEN= "memory allocation bug" +.endif + +.include <bsd.port.post.mk> diff --git a/editors/nano/distinfo b/editors/nano/distinfo index dcbdb698d085..050038068a69 100644 --- a/editors/nano/distinfo +++ b/editors/nano/distinfo @@ -1 +1 @@ -MD5 (nano-1.2.1.tar.gz) = 188d24b9cc4c1041ac58d6b6f7941eb4 +MD5 (nano-1.2.2.tar.gz) = 1c2663caa7d1ca4377a4a2ab61787689 diff --git a/editors/nano/pkg-plist b/editors/nano/pkg-plist index e84112f802de..359a57bd85c5 100644 --- a/editors/nano/pkg-plist +++ b/editors/nano/pkg-plist @@ -1,8 +1,5 @@ @comment $FreeBSD$ bin/nano -@unexec install-info --delete %D/info/nano.info %D/info/dir -info/nano.info -@exec install-info %D/info/nano.info %D/info/dir share/locale/ca/LC_MESSAGES/nano.mo share/locale/cs/LC_MESSAGES/nano.mo share/locale/da/LC_MESSAGES/nano.mo @@ -21,6 +18,7 @@ share/locale/nl/LC_MESSAGES/nano.mo share/locale/nn/LC_MESSAGES/nano.mo share/locale/pl/LC_MESSAGES/nano.mo share/locale/pt_BR/LC_MESSAGES/nano.mo +share/locale/ro/LC_MESSAGES/nano.mo share/locale/ru/LC_MESSAGES/nano.mo share/locale/sv/LC_MESSAGES/nano.mo share/locale/tr/LC_MESSAGES/nano.mo |