[125092] trunk/dports/devel/HaXml/Portfile

jmr at macports.org jmr at macports.org
Thu Sep 4 22:00:20 PDT 2014


Revision: 125092
          https://trac.macports.org/changeset/125092
Author:   jmr at macports.org
Date:     2014-09-04 22:00:20 -0700 (Thu, 04 Sep 2014)
Log Message:
-----------
HaXml: set license, uncomment pre-deactivate code

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

Modified: trunk/dports/devel/HaXml/Portfile
===================================================================
--- trunk/dports/devel/HaXml/Portfile	2014-09-05 04:39:28 UTC (rev 125091)
+++ trunk/dports/devel/HaXml/Portfile	2014-09-05 05:00:20 UTC (rev 125092)
@@ -1,9 +1,11 @@
 # $Id$
 
 PortSystem 1.0
+
 name		HaXml
 version		1.20.2
 categories	devel
+license		LGPL-2.1
 maintainers	nomaintainer
 platforms	darwin
 
@@ -50,11 +52,10 @@
 
 post-activate	{ system "${prefix}/libexec/${name}/register.sh" }
 
-#pre-deactivate	{ system "${prefix}/libexec/${name}/unregister.sh" }
+pre-deactivate	{ system "${prefix}/libexec/${name}/unregister.sh" }
 
 universal_variant no
 
 livecheck.type	regex
 livecheck.url	${homepage}
 livecheck.regex	${name}-(\\d+(?:\\.\\d+)*)
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140904/6c5ebe2d/attachment.html>


More information about the macports-changes mailing list