Index: head/editors/nano/Makefile =================================================================== --- head/editors/nano/Makefile (revision 205691) +++ head/editors/nano/Makefile (revision 205692) @@ -1,57 +1,57 @@ # New ports collection makefile for: nano # Date created: 12 June 2000 # Whom: Philippe Lefebvre # # $FreeBSD$ # PORTNAME= nano -PORTVERSION= 2.0.6 +PORTVERSION= 2.0.7 CATEGORIES= editors MASTER_SITES= http://www.nano-editor.org/dist/v2.0/ \ http://www.ewtoo.org/~astyanax/nano/dist/v2.0/ MAINTAINER= naddy@FreeBSD.org COMMENT= Nano's ANOther editor, an enhanced free Pico clone GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-all CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .if !defined(WITHOUT_NLS) USE_GETTEXT= yes PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif INFO= nano MAN1= nano.1 rnano.1 MAN5= nanorc.5 MANLANG= "" fr .include # requires wide character curses .if (${OSVERSION} < 602107) || (${OSVERSION} >= 700000 && ${OSVERSION} < 700033) CONFIGURE_ARGS+=--disable-utf8 .else CONFIGURE_ARGS+=--enable-utf8 .endif post-build: cd ${WRKSRC}/doc/man; ${REINPLACE_CMD} \ -e 's:SYSCONFDIR:${PREFIX}/etc:g' \ -e 's:EXAMPLESDIR:${EXAMPLESDIR}:g' \ ${MAN1} ${MAN5} ${WRKSRC}/doc/texinfo/${INFO:=.info} ${REINPLACE_CMD} -e 's/\\/[[:>:]]/g' \ ${WRKSRC}/doc/syntax/*.nanorc post-install: ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/doc/nanorc.sample ${EXAMPLESDIR} .include Property changes on: head/editors/nano/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.41 \ No newline at end of property +1.42 \ No newline at end of property Index: head/editors/nano/distinfo =================================================================== --- head/editors/nano/distinfo (revision 205691) +++ head/editors/nano/distinfo (revision 205692) @@ -1,3 +1,3 @@ -MD5 (nano-2.0.6.tar.gz) = 619107f0fc3c4383d668cef15aa3ca32 -SHA256 (nano-2.0.6.tar.gz) = 0d10d8f70a6fadfb9cfaa7b66c5fe7eba17e64ecb96104c4ddedc82f89765d5c -SIZE (nano-2.0.6.tar.gz) = 1315207 +MD5 (nano-2.0.7.tar.gz) = 16187fed2bdefec6275ece6401ce4cd2 +SHA256 (nano-2.0.7.tar.gz) = 5dc783c412c4d1ff463c450d2a2f9e1ea53a43d9ba1dda92bbf5182f60db532f +SIZE (nano-2.0.7.tar.gz) = 1363684 Property changes on: head/editors/nano/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.26 \ No newline at end of property +1.27 \ No newline at end of property Index: head/editors/nano/pkg-plist =================================================================== --- head/editors/nano/pkg-plist (revision 205691) +++ head/editors/nano/pkg-plist (revision 205692) @@ -1,55 +1,56 @@ @comment $FreeBSD$ bin/nano bin/rnano %%NLS%%share/locale/bg/LC_MESSAGES/nano.mo %%NLS%%share/locale/ca/LC_MESSAGES/nano.mo %%NLS%%share/locale/cs/LC_MESSAGES/nano.mo %%NLS%%share/locale/da/LC_MESSAGES/nano.mo %%NLS%%share/locale/de/LC_MESSAGES/nano.mo %%NLS%%share/locale/es/LC_MESSAGES/nano.mo %%NLS%%share/locale/eu/LC_MESSAGES/nano.mo %%NLS%%share/locale/fi/LC_MESSAGES/nano.mo %%NLS%%share/locale/fr/LC_MESSAGES/nano.mo %%NLS%%share/locale/ga/LC_MESSAGES/nano.mo %%NLS%%share/locale/gl/LC_MESSAGES/nano.mo %%NLS%%share/locale/hu/LC_MESSAGES/nano.mo %%NLS%%share/locale/id/LC_MESSAGES/nano.mo %%NLS%%share/locale/it/LC_MESSAGES/nano.mo %%NLS%%share/locale/ms/LC_MESSAGES/nano.mo %%NLS%%share/locale/nb/LC_MESSAGES/nano.mo %%NLS%%share/locale/nl/LC_MESSAGES/nano.mo %%NLS%%share/locale/nn/LC_MESSAGES/nano.mo %%NLS%%share/locale/pl/LC_MESSAGES/nano.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/nano.mo %%NLS%%share/locale/ro/LC_MESSAGES/nano.mo %%NLS%%share/locale/ru/LC_MESSAGES/nano.mo %%NLS%%share/locale/rw/LC_MESSAGES/nano.mo %%NLS%%share/locale/sr/LC_MESSAGES/nano.mo %%NLS%%share/locale/sv/LC_MESSAGES/nano.mo %%NLS%%share/locale/tr/LC_MESSAGES/nano.mo %%NLS%%share/locale/uk/LC_MESSAGES/nano.mo %%NLS%%share/locale/vi/LC_MESSAGES/nano.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/nano.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/nano.mo %%EXAMPLESDIR%%/nanorc.sample share/nano/asm.nanorc share/nano/c.nanorc share/nano/groff.nanorc share/nano/html.nanorc share/nano/java.nanorc share/nano/man.nanorc share/nano/mutt.nanorc share/nano/nanorc.nanorc share/nano/patch.nanorc share/nano/perl.nanorc share/nano/pov.nanorc share/nano/python.nanorc share/nano/ruby.nanorc share/nano/sh.nanorc share/nano/tex.nanorc @dirrm share/nano @dirrm %%EXAMPLESDIR%% %%NLS%%@dirrmtry share/locale/rw/LC_MESSAGES %%NLS%%@dirrmtry share/locale/rw @dirrmtry man/fr/man5 @dirrmtry man/fr/man1 @dirrmtry man/fr Property changes on: head/editors/nano/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property