diff options
author | danilo <danilo@FreeBSD.org> | 2016-09-02 08:42:45 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2016-09-02 08:42:45 +0800 |
commit | e04c4ee2e50e1e312406f4c0fecf275278ccbbda (patch) | |
tree | a08cd683e80c7429ac1c5579ddb046498c5911b6 /editors/nano | |
parent | c95246b6b34f896f7d45e6ace126b9d39fe309a9 (diff) | |
download | freebsd-ports-gnome-e04c4ee2e50e1e312406f4c0fecf275278ccbbda.tar.gz freebsd-ports-gnome-e04c4ee2e50e1e312406f4c0fecf275278ccbbda.tar.zst freebsd-ports-gnome-e04c4ee2e50e1e312406f4c0fecf275278ccbbda.zip |
- Update to 2.7.0
Diffstat (limited to 'editors/nano')
-rw-r--r-- | editors/nano/Makefile | 5 | ||||
-rw-r--r-- | editors/nano/distinfo | 5 | ||||
-rw-r--r-- | editors/nano/pkg-plist | 4 |
3 files changed, 11 insertions, 3 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 0fb3c0ef8f78..c5d90ef0d7dc 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -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' \ diff --git a/editors/nano/distinfo b/editors/nano/distinfo index 069698ed483a..c47b4a16eff8 100644 --- a/editors/nano/distinfo +++ b/editors/nano/distinfo @@ -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 diff --git a/editors/nano/pkg-plist b/editors/nano/pkg-plist index b59a61ac7b19..5df1a7196257 100644 --- a/editors/nano/pkg-plist +++ b/editors/nano/pkg-plist @@ -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 |