[91652] trunk/dports/devel/aegis/Portfile

jmr at macports.org jmr at macports.org
Sat Apr 7 00:29:51 PDT 2012


Revision: 91652
          https://trac.macports.org/changeset/91652
Author:   jmr at macports.org
Date:     2012-04-07 00:29:48 -0700 (Sat, 07 Apr 2012)
Log Message:
-----------
aegis: update to 4.24.3, disable parallel build, set license, use notes

Modified Paths:
--------------
    trunk/dports/devel/aegis/Portfile

Modified: trunk/dports/devel/aegis/Portfile
===================================================================
--- trunk/dports/devel/aegis/Portfile	2012-04-07 03:53:54 UTC (rev 91651)
+++ trunk/dports/devel/aegis/Portfile	2012-04-07 07:29:48 UTC (rev 91652)
@@ -3,9 +3,9 @@
 PortSystem 1.0
 
 name        aegis
-version     4.24
-revision    0
+version     4.24.3
 categories  devel
+license     GPL-3+
 maintainers nomaintainer
 description Aegis is a SCM/CASE tool with a difference
 homepage    http://aegis.sourceforge.net/
@@ -20,27 +20,22 @@
                     perhaps most usefully, enforcement of tests on changes to \
                     the baseline to ensure that it always works.
 
-master_sites        sourceforge
-checksums           md5 68e3b79107f8b2c2a8689e7279db8f47 \
-                    sha1 83dc200af71807ad87802d87e043c3b5a81ab18d \
-                    rmd160 a868225fc151d8b8909382e7d72b22ea3048fbcd
+master_sites        sourceforge:project/aegis/aegis/${version}
+checksums           md5 64cc5c1ecd43d54c714d49b262f6dc62 \
+                    sha1 482bdeb1610d4bfd95c7d081078e1ca07ee89e79 \
+                    rmd160 ecce0d776b80a17749df76167b251c30f546cdad
 
 depends_lib         port:libxml2 port:zlib port:bison port:gettext port:file \
                     port:cook
 
-pre-configure {
-    reinplace "s|\$(RPM_BUILD_ROOT)|${destroot}|g" \
-       "${worksrcpath}/Makefile.in"
-}
 configure.args  --mandir=${prefix}/share/man --infodir=${prefix}/share/info
 
+use_parallel_build  no
+
 destroot.keepdirs   ${destroot}${prefix}/com
 destroot.violate_mtree  yes
 
-post-install {
-    ui_msg "In order to use Aegis properly, you need to source a file \n\
-        provided by Aegis that is appropriate to your shell, \n\
-        ${prefix}/share/aegis/profile if you use a Bourne-compatible \n\
-        shell, or ${prefix}/share/aegis/cshrc if you use a C shell."
-}
-
+notes "In order to use Aegis properly, you need to source a file\
+provided by Aegis that is appropriate to your shell,\
+${prefix}/share/aegis/profile if you use a Bourne-compatible\
+shell, or ${prefix}/share/aegis/cshrc if you use a C shell."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120407/e40bb048/attachment.html>


More information about the macports-changes mailing list