[65891] trunk/dports/textproc/enca/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Apr 2 09:02:09 PDT 2010


Revision: 65891
          http://trac.macports.org/changeset/65891
Author:   ryandesign at macports.org
Date:     2010-04-02 09:02:07 -0700 (Fri, 02 Apr 2010)
Log Message:
-----------
enca: update to 1.13; update homepage and master_sites; upgrade to lzma distfile; remove obsolete args, fixes and workarounds

Modified Paths:
--------------
    trunk/dports/textproc/enca/Portfile

Modified: trunk/dports/textproc/enca/Portfile
===================================================================
--- trunk/dports/textproc/enca/Portfile	2010-04-02 15:55:49 UTC (rev 65890)
+++ trunk/dports/textproc/enca/Portfile	2010-04-02 16:02:07 UTC (rev 65891)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name		enca
-version		1.9
+version		1.13
 categories	textproc
 platforms	darwin
 maintainers	nomaintainer
@@ -12,27 +12,12 @@
 			detects character set and encoding of text files and \
 			can also convert them to other encodings.
 
-homepage	http://trific.ath.cx/software/enca/
-master_sites	https://launchpad.net/ubuntu/karmic/+source/enca/1.9-7/+files/ \
-		http://mirror.linux.org.mt/ubuntu/pool/universe/e/enca/
-            # http://trific.ath.cx/Ftp/enca/
-            # the above seems to be broken at present
-distname	${name}_${version}.orig
-worksrcdir	${name}-${version}
-checksums	md5 99c762c0f4e560f3e469672e6ad7559d \
-		sha1 41670cc0e0211cd6ced86a59931ad9c7f013c785 \
-		rmd160 85f2921b3c96f95eff517c21e308671627a91608
+homepage	http://gitorious.org/enca
+master_sites	http://dl.cihar.com/enca/
+use_lzma	yes
 
-depends_build	port:libtool
+checksums	md5     a47f916e776add18a4f5daa5d080c0bc \
+		sha1    acfc43da2fdc823f48679ac53b01dee0ed84c617 \
+		rmd160  d94a7dcaa7c3460bf0b057f056668c5911ed635f
 
 depends_lib	port:libiconv
-
-configure.args	--with-libiconv=${prefix} \
-		--mandir=${prefix}/share/man 
-configure.cflags-append	"-I${prefix}/include"
-
-post-configure {
-	# It's too much of a PITA to autoreconf for universal
-	delete ${worksrcpath}/libtool
-	system "ln -s ${prefix}/bin/glibtool ${worksrcpath}/libtool"
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100402/965b4f11/attachment.html>


More information about the macports-changes mailing list