mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 2.3.1
PR: ports/156958 Submitted by: Eitan Adler <lists@eitanadler.com> (maintainer)
This commit is contained in:
parent
fb8e6695fd
commit
560e1e90c0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273991
3 changed files with 7 additions and 7 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= nano
|
||||
PORTVERSION= 2.3.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.3.1
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= http://www.nano-editor.org/dist/v${PORTVERSION:R}/ \
|
||||
http://www.ewtoo.org/~astyanax/nano/dist/v${PORTVERSION:R}/
|
||||
|
@ -20,8 +19,6 @@ COMMENT= Nano's ANOther editor, an enhanced free Pico clone
|
|||
CONFLICTS= nano-2*
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.if !defined(WITHOUT_NLS)
|
||||
USE_GETTEXT= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (nano-2.3.0.tar.gz) = a4f764f3408ffe69c82c8cb295b61e1b6c11b4849ad11698699de3b5e04d79f3
|
||||
SIZE (nano-2.3.0.tar.gz) = 1591018
|
||||
SHA256 (nano-2.3.1.tar.gz) = b7bace9a8e543b84736d6ef5ce5430305746efea3aacb24391f692efc6f3c8d3
|
||||
SIZE (nano-2.3.1.tar.gz) = 1624332
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $FreeBSD: /tmp/pcvs/ports/editors/nano-devel/pkg-plist,v 1.4 2011-03-04 14:10:27 miwi Exp $
|
||||
@comment $FreeBSD: /tmp/pcvs/ports/editors/nano-devel/pkg-plist,v 1.5 2011-05-12 07:12:51 culot Exp $
|
||||
bin/nano
|
||||
bin/rnano
|
||||
%%NLS%%share/locale/bg/LC_MESSAGES/nano.mo
|
||||
|
@ -6,6 +6,7 @@ bin/rnano
|
|||
%%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/eo/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
|
||||
|
@ -41,6 +42,7 @@ bin/rnano
|
|||
%%DATADIR%%/ocaml.nanorc
|
||||
%%DATADIR%%/debian.nanorc
|
||||
%%DATADIR%%/css.nanorc
|
||||
%%DATADIR%%/lua.nanorc
|
||||
%%DATADIR%%/objc.nanorc
|
||||
%%DATADIR%%/gentoo.nanorc
|
||||
%%DATADIR%%/asm.nanorc
|
||||
|
@ -57,6 +59,7 @@ bin/rnano
|
|||
%%DATADIR%%/man-html/nano.1.html
|
||||
%%DATADIR%%/man-html/nanorc.5.html
|
||||
%%DATADIR%%/man-html/rnano.1.html
|
||||
%%DATADIR%%/spec.nanorc
|
||||
%%DATADIR%%/man.nanorc
|
||||
%%DATADIR%%/mutt.nanorc
|
||||
%%DATADIR%%/nanorc.nanorc
|
||||
|
|
Loading…
Add table
Reference in a new issue