Bug 156958 - [patch] update editors/nano-devel
Summary: [patch] update editors/nano-devel
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-11 14:50 UTC by Eitan Adler
Modified: 2011-05-12 08:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.69 KB, patch)
2011-05-11 14:50 UTC, Eitan Adler
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eitan Adler freebsd_committer freebsd_triage 2011-05-11 14:50:06 UTC
This is a bugfix update for nano. It has been fully tested on http://tb3.bluelife.at/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-05-11 14:50:16 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-05-11 14:50:19 UTC
Maintainer of editors/nano-devel,

Please note that PR ports/156958 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/156958

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2011-05-11 14:50:21 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Eitan Adler freebsd_committer freebsd_triage 2011-05-11 14:52:03 UTC
State Changed
From-To: feedback->open

I am the maintainer 


Comment 5 Eitan Adler freebsd_committer freebsd_triage 2011-05-11 14:52:03 UTC
Class Changed
From-To: change-request->maintainer-update

I am the maintainer
Comment 6 Frederic Culot freebsd_committer freebsd_triage 2011-05-11 14:59:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 7 Eitan Adler freebsd_committer freebsd_triage 2011-05-11 18:30:28 UTC
Apparently tindy lies about there being no errors. This one has been
tested and the log file has been checked

Index: Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /home/ncvs/ports/editors/nano-devel/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	4 Mar 2011 14:10:27 -0000	1.10
+++ Makefile	11 May 2011 17:08:05 -0000
@@ -6,8 +6,7 @@
 #

 PORTNAME=3D	nano
-PORTVERSION=3D	2.3.0
-PORTREVISION=3D	1
+PORTVERSION=3D	2.3.1
 CATEGORIES=3D	editors
 MASTER_SITES=3D	http://www.nano-editor.org/dist/v${PORTVERSION:R}/ \
 		http://www.ewtoo.org/~astyanax/nano/dist/v${PORTVERSION:R}/
@@ -20,8 +19,6 @@
 CONFLICTS=3D	nano-2*

 GNU_CONFIGURE=3D	yes
-CONFIGURE_ENV=3D	CPPFLAGS=3D"-I${LOCALBASE}/include" \
-		LDFLAGS=3D"-L${LOCALBASE}/lib"

 .if !defined(WITHOUT_NLS)
 USE_GETTEXT=3D	yes
Index: distinfo
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /home/ncvs/ports/editors/nano-devel/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo	4 Mar 2011 14:10:27 -0000	1.7
+++ distinfo	11 May 2011 17:08:05 -0000
@@ -1,2 +1,2 @@
-SHA256 (nano-2.3.0.tar.gz) =3D
a4f764f3408ffe69c82c8cb295b61e1b6c11b4849ad11698699de3b5e04d79f3
-SIZE (nano-2.3.0.tar.gz) =3D 1591018
+SHA256 (nano-2.3.1.tar.gz) =3D
b7bace9a8e543b84736d6ef5ce5430305746efea3aacb24391f692efc6f3c8d3
+SIZE (nano-2.3.1.tar.gz) =3D 1624332
Index: pkg-plist
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /home/ncvs/ports/editors/nano-devel/pkg-plist,v
retrieving revision 1.4
diff -u -r1.4 pkg-plist
--- pkg-plist	4 Mar 2011 14:10:27 -0000	1.4
+++ pkg-plist	11 May 2011 17:08:05 -0000
@@ -6,6 +6,7 @@
 %%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 @@
 %%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 @@
 %%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

On Wed, May 11, 2011 at 9:50 AM,  <FreeBSD-gnats-submit@freebsd.org> wrote:
> Thank you very much for your problem report.
> It has the internal identification `ports/156958'.
> The individual assigned to look at your
> report is: freebsd-ports-bugs.
>
> You can access the state of your problem report at any time
> via this link:
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=3D156958
>
>>Category: =C2=A0 =C2=A0 =C2=A0 ports
>>Responsible: =C2=A0 =C2=A0freebsd-ports-bugs
>>Synopsis: =C2=A0 =C2=A0 =C2=A0 [patch] update editors/nano-devel
>>Arrival-Date: =C2=A0 Wed May 11 13:50:06 UTC 2011
>



--=20
Eitan Adler
Comment 8 dfilter service freebsd_committer freebsd_triage 2011-05-12 08:13:04 UTC
culot       2011-05-12 07:12:51 UTC

  FreeBSD ports repository

  Modified files:
    editors/nano-devel   Makefile distinfo pkg-plist 
  Log:
  - Update to 2.3.1
  
  PR:             ports/156958
  Submitted by:   Eitan Adler <lists@eitanadler.com> (maintainer)
  
  Revision  Changes    Path
  1.11      +1 -4      ports/editors/nano-devel/Makefile
  1.8       +2 -2      ports/editors/nano-devel/distinfo
  1.5       +4 -1      ports/editors/nano-devel/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 9 Frederic Culot freebsd_committer freebsd_triage 2011-05-12 08:13:11 UTC
State Changed
From-To: open->closed

Committed. Thanks!