mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
- Update to 2.7.0
This commit is contained in:
parent
769c400339
commit
72e11032fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421249
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nano
|
||||
PORTVERSION= 2.4.3
|
||||
PORTVERSION= 2.7.0
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= http://www.nano-editor.org/dist/v${PORTVERSION:R}/ GNU
|
||||
|
||||
@ -31,6 +31,9 @@ INFO= nano
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
post-configure:
|
||||
${REINPLACE_CMD} -e 's/update_revision//g' ${WRKSRC}/src/Makefile
|
||||
|
||||
post-build:
|
||||
cd ${WRKSRC}/doc/man; ${REINPLACE_CMD} \
|
||||
-e 's:SYSCONFDIR:${PREFIX}/etc:g' \
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (nano-2.4.3.tar.gz) = 32d627072b6026678e4f4095c047adec92ac7ec542dd6d91cf27f49b601768f2
|
||||
SIZE (nano-2.4.3.tar.gz) = 1878096
|
||||
TIMESTAMP = 1472747319
|
||||
SHA256 (nano-2.7.0.tar.gz) = 5dd1e9cf8e3de676c141a0b23f312e68380ef049926e2913e2114bbe32fbeac3
|
||||
SIZE (nano-2.7.0.tar.gz) = 2019889
|
||||
|
@ -26,6 +26,7 @@ man/man5/nanorc.5.gz
|
||||
%%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/hr/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
|
||||
@ -47,6 +48,7 @@ man/man5/nanorc.5.gz
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/nano.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/nano.mo
|
||||
%%DATADIR%%/asm.nanorc
|
||||
%%DATADIR%%/autoconf.nanorc
|
||||
%%DATADIR%%/awk.nanorc
|
||||
%%DATADIR%%/c.nanorc
|
||||
%%DATADIR%%/changelog.nanorc
|
||||
@ -70,6 +72,7 @@ man/man5/nanorc.5.gz
|
||||
%%DATADIR%%/mgp.nanorc
|
||||
%%DATADIR%%/mutt.nanorc
|
||||
%%DATADIR%%/nanorc.nanorc
|
||||
%%DATADIR%%/nftables.nanorc
|
||||
%%DATADIR%%/objc.nanorc
|
||||
%%DATADIR%%/ocaml.nanorc
|
||||
%%DATADIR%%/patch.nanorc
|
||||
@ -80,6 +83,7 @@ man/man5/nanorc.5.gz
|
||||
%%DATADIR%%/pov.nanorc
|
||||
%%DATADIR%%/python.nanorc
|
||||
%%DATADIR%%/ruby.nanorc
|
||||
%%DATADIR%%/rust.nanorc
|
||||
%%DATADIR%%/sh.nanorc
|
||||
%%DATADIR%%/spec.nanorc
|
||||
%%DATADIR%%/tcl.nanorc
|
||||
|
Loading…
Reference in New Issue
Block a user