diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-15 22:56:00 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-15 22:56:00 +0800 |
commit | eafd91d6e45248c2b4ab70355661273214323f08 (patch) | |
tree | da8584257885fbdf9ec065496fb7dbfbe4dcd7e4 | |
parent | 6b39b7674d396cf1fde68d6542e2410cd8210ba2 (diff) | |
download | freebsd-ports-gnome-eafd91d6e45248c2b4ab70355661273214323f08.tar.gz freebsd-ports-gnome-eafd91d6e45248c2b4ab70355661273214323f08.tar.zst freebsd-ports-gnome-eafd91d6e45248c2b4ab70355661273214323f08.zip |
- Update to 2.0.11
PR: ports/107917
Submitted by: Christian Lackas <delta@lackas.net> (maintainer)
-rw-r--r-- | www/wml/Makefile | 8 | ||||
-rw-r--r-- | www/wml/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/wml/Makefile b/www/wml/Makefile index 0233cb2de1a2..d361fff481de 100644 --- a/www/wml/Makefile +++ b/www/wml/Makefile @@ -6,8 +6,7 @@ # PORTNAME= wml -PORTVERSION= 2.0.9 -PORTREVISION= 1 +PORTVERSION= 2.0.11 CATEGORIES= www lang MASTER_SITES= http://thewml.org/distrib/ \ ftp://thewml.org/distrib/ @@ -16,6 +15,7 @@ MAINTAINER= delta@lackas.net COMMENT= Website META Language, webdesign toolkit for HTML generation LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png +BUILD_DEPENDS= lynx:${PORTSDIR}/www/lynx USE_PERL5= yes CONFIGURE_ARGS= --with-perl=${PERL5} @@ -60,11 +60,11 @@ MAN7= wml_intro.7 wml_macros.7 wml_tutorial.7 wml_faq.7 wml_tags.7 .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" || ${ARCH} == "ia64" -BROKEN= "Build fails on amd64 or ia64 (needs to build shared libraries with -fPIC)" +BROKEN= Build fails on amd64 or ia64 (needs to build shared libraries with -fPIC) .endif .if ${PERL_LEVEL} < 500600 -BROKEN= "Does not compile with perl ${PERL_VERSION}" +BROKEN= Does not compile with perl ${PERL_VERSION} .endif # catpages are usually not installed, so they are not compressed. diff --git a/www/wml/distinfo b/www/wml/distinfo index 23603b844ba3..d36d83118dcc 100644 --- a/www/wml/distinfo +++ b/www/wml/distinfo @@ -1,3 +1,3 @@ -MD5 (wml-2.0.9.tar.gz) = a7c9da3b58f7e40706e3c29c37b4822b -SHA256 (wml-2.0.9.tar.gz) = 0d4b2fdf05c8a9597bcfbdcf34268d47f9c5846c62550b65eb5e7abfe89eaa89 -SIZE (wml-2.0.9.tar.gz) = 2570742 +MD5 (wml-2.0.11.tar.gz) = a26feebf4e59e9a6940f54c69dde05b5 +SHA256 (wml-2.0.11.tar.gz) = 8e11ef19ea67ff9c4b28ff0fcacf5098881ac0c5f09ddfe3abc29f1e12be5d4a +SIZE (wml-2.0.11.tar.gz) = 3115230 |