[97979] trunk/dports/editors/ne

ryandesign at macports.org ryandesign at macports.org
Fri Sep 21 01:12:51 PDT 2012


Revision: 97979
          http://trac.macports.org//changeset/97979
Author:   ryandesign at macports.org
Date:     2012-09-21 01:12:51 -0700 (Fri, 21 Sep 2012)
Log Message:
-----------
ne: update to 2.4; use -arch flags; update license; fix livecheck (maintainer timeout; see #36118)

Modified Paths:
--------------
    trunk/dports/editors/ne/Portfile
    trunk/dports/editors/ne/files/patch-makefile
    trunk/dports/editors/ne/files/patch-src☃makefile

Modified: trunk/dports/editors/ne/Portfile
===================================================================
--- trunk/dports/editors/ne/Portfile	2012-09-21 08:06:11 UTC (rev 97978)
+++ trunk/dports/editors/ne/Portfile	2012-09-21 08:12:51 UTC (rev 97979)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name             ne
-version          2.1
+version          2.4
 categories       editors
 maintainers      toby
 description      ne - nice editor
@@ -13,23 +13,23 @@
     resource usage.
 homepage         http://ne.dsi.unimi.it/
 platforms        darwin
-license          GPL-2
+license          GPL-3+
 
 master_sites     ${homepage}
-checksums        md5 4fc50834fd2036fd0bb5f125aa4124eb \
-                 sha1 d7a3b15d550705a940ebed14d5ca8e99bb06f72e \
-                 rmd160 8dca4b4c361712b674a3f2b3c1f122b611cf201f
 
+checksums        rmd160 269ce9cee57c0677dc8a0ec94a0d28535e1caa13 \
+                 sha256 a4951b212e7aab71f24ac80f2baec50aa490fc119b09abd6a2cc351e3209d0d4
+
 patchfiles       patch-makefile patch-src☃makefile
 
 configure {
     reinplace "s|__PREFIX__|${prefix}|" ${worksrcpath}/makefile
     reinplace "s|__CC__|${configure.cc}|" ${worksrcpath}/src/makefile
-    reinplace "s|__CFLAGS__|${configure.cflags}|" ${worksrcpath}/src/makefile
-    reinplace "s|__LDFLAGS__|${configure.ldflags}|" ${worksrcpath}/src/makefile
+    reinplace "s|__CFLAGS__|${configure.cflags} [get_canonical_archflags cc]|" ${worksrcpath}/src/makefile
+    reinplace "s|__LDFLAGS__|${configure.ldflags} [get_canonical_archflags ld]|" ${worksrcpath}/src/makefile
 }
 
 build.target
 
 livecheck.type   regex
-livecheck.regex  HREF=\"ne-(.*)\\.tar\\.gz\">general
+livecheck.regex  \"${name}-(.*)${extract.suffix}\"

Modified: trunk/dports/editors/ne/files/patch-makefile
===================================================================
--- trunk/dports/editors/ne/files/patch-makefile	2012-09-21 08:06:11 UTC (rev 97978)
+++ trunk/dports/editors/ne/files/patch-makefile	2012-09-21 08:12:51 UTC (rev 97979)
@@ -1,8 +1,8 @@
---- makefile.orig	2010-04-28 20:59:02.000000000 -0700
-+++ makefile	2010-04-28 20:59:08.000000000 -0700
-@@ -7,7 +7,7 @@
- # to install ne locally into the directory <dir>.
+--- makefile.orig	2012-04-18 17:53:26.000000000 -0500
++++ makefile	2012-09-12 13:51:38.000000000 -0500
+@@ -8,7 +8,7 @@
  
+ .PHONY: install
  
 -PREFIX=/usr/local
 +PREFIX=__PREFIX__

Modified: trunk/dports/editors/ne/files/patch-src?\226?\152?\131makefile
===================================================================
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120921/01bd3bf8/attachment.html>


More information about the macports-changes mailing list