[28645] trunk/dports/editors/minimumprofit/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 5 20:33:48 PDT 2007


Revision: 28645
          http://trac.macosforge.org/projects/macports/changeset/28645
Author:   simon at macports.org
Date:     2007-09-05 20:33:47 -0700 (Wed, 05 Sep 2007)

Log Message:
-----------
editors/minimumprofit: Updated to version 3.3.18b, also fixed livecheck.

Modified Paths:
--------------
    trunk/dports/editors/minimumprofit/Portfile

Modified: trunk/dports/editors/minimumprofit/Portfile
===================================================================
--- trunk/dports/editors/minimumprofit/Portfile	2007-09-06 03:33:34 UTC (rev 28644)
+++ trunk/dports/editors/minimumprofit/Portfile	2007-09-06 03:33:47 UTC (rev 28645)
@@ -1,7 +1,9 @@
 # $Id$
+
 PortSystem 1.0
+
 name		minimumprofit
-version		3.3.10
+version		3.3.18b
 description	Programmer Text Editor.
 long_description	${description}
 maintainers	nomaintainer at macports.org
@@ -10,8 +12,20 @@
 homepage	http://www.triptico.com/software/mp.html
 master_sites	http://www.triptico.com/download/
 distname	mp-${version}
-checksums	sha1 5026273996547b16ee29aae12c8a84a53dc8e7c8
-depends_lib	lib:libgtk.2:gtk2 lib:libpcre:pcre
+checksums	md5 bfdc05b51bfdbafed892ab678eff8772 \
+	sha1 5233b6481e654c8a096412ba9dacc7ae7de5900f \
+	rmd160 37b52db182035243504cd49acd4ee5dc2668e744
+depends_lib	port:gtk2 port:pcre port:ncurses
 
-configure 	{ system "cd ${worksrcpath} && ./config.sh --prefix=${prefix}" }
+configure.cmd	./config.sh
+
+post-configure {
+  # remove /usr/local so only macports libraries are used:
+  reinplace "s|-I/usr/local/include||g" "${worksrcpath}/config.cflags"
+  reinplace "s|-L/usr/local/lib||g" "${worksrcpath}/config.ldflags"
+}
+
 build.target	{}
+
+livecheck.check regex
+livecheck.regex "version \\(5\\.x\\) is <strong class='strong'>(.+?)</strong>"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070905/45c59419/attachment.html


More information about the macports-changes mailing list