[21890] trunk/dports/textproc/htmldoc/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Feb 10 18:59:50 PST 2007


Revision: 21890
          http://trac.macosforge.org/projects/macports/changeset/21890
Author:   pipping at macports.org
Date:     2007-02-10 18:59:50 -0800 (Sat, 10 Feb 2007)

Log Message:
-----------
 * bump version to 1.8.27
 * add checksums
 * add mirrors

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

Modified: trunk/dports/textproc/htmldoc/Portfile
===================================================================
--- trunk/dports/textproc/htmldoc/Portfile	2007-02-11 02:57:09 UTC (rev 21889)
+++ trunk/dports/textproc/htmldoc/Portfile	2007-02-11 02:59:50 UTC (rev 21890)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name		htmldoc
-version		1.8.24
+version		1.8.27
 categories	textproc
 maintainers	mij at macports.org
 description	Converts HTML files to PDF or PostScript
@@ -14,16 +14,21 @@
 		 indexed HTML files.  It also generates files on-the-fly \
 		 for web applications or for batch jobs.
 
-master_sites	http://ftp.easysw.com/pub/htmldoc/${version}/ \
+master_sites	ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/htmldoc/${version}/ \
+		http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/htmldoc/${version}/ \
+		ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/htmldoc/${version}/ \
+		ftp://ftp3.easysw.com/pub/htmldoc/${version}/ \
 		ftp://ftp.easysw.com/pub/htmldoc/${version}/
 
-checksums	md5 d781c605f2a370246db1f5d70a41bbe4
+checksums	md5 35589e7b8fe9c54e11be87cd5aec4dcc \
+		sha1 472908e0aafed1cedfbacd8ed3168734aebdec4b \
+		rmd160 9605a5894675439f5fae405fb060972e19f33c7e
 
-distname	${portname}-${portversion}-source
-worksrcdir	${portname}-${portversion}
+distname	${name}-${version}-source
+worksrcdir	${name}-${version}
 use_bzip2	yes
 
-depends_lib	lib:libjpeg.62:jpeg lib:libpng.3:libpng lib:libz.1:zlib
+depends_lib	port:jpeg port:libpng port:zlib
 
 configure.env	CFLAGS="-I${prefix}/include" \
 		CXXFLAGS="-I${prefix}/include" \
@@ -41,7 +46,7 @@
 		ui_error "Only one of +ssl, +gnutls, or +cdsassl can be specified!"
 		exit(1)
 	}
-	depends_lib-append	lib:libssl.0.9:openssl
+	depends_lib-append	port:openssl
 	configure.args-delete	--disable-ssl
 	configure.args-append	--enable-openssl --disable-gnutls --disable-cdsassl
 }
@@ -51,7 +56,7 @@
 		ui_error "Only one of +ssl, +gnutls, or +cdsassl can be specified!"
 		exit 1
 	}
-	depends_lib-append	lib:libgnutls:gnutls
+	depends_lib-append	port:gnutls
 	configure.args-delete	--disable-ssl
 	configure.args-append	--disable-openssl --enable-gnutls --disable-cdsassl
 }

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


More information about the macports-changes mailing list