aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2001-02-23 11:10:34 +0800
committervanilla <vanilla@FreeBSD.org>2001-02-23 11:10:34 +0800
commit9a8512d2bc27b12fb7659512e88dfe4c9398bc86 (patch)
tree6ccff1ca7817fceaf9d883766321baaf500ef95c /textproc
parentcc96c3de29180668ee2abb0fc37281f169f3f262 (diff)
downloadfreebsd-ports-gnome-9a8512d2bc27b12fb7659512e88dfe4c9398bc86.tar.gz
freebsd-ports-gnome-9a8512d2bc27b12fb7659512e88dfe4c9398bc86.tar.zst
freebsd-ports-gnome-9a8512d2bc27b12fb7659512e88dfe4c9398bc86.zip
Upgrade to 0.51.
PR: ports/25282 Submitted by: maintainer
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-XML-Sablotron/Makefile18
-rw-r--r--textproc/p5-XML-Sablotron/distinfo2
-rw-r--r--textproc/p5-XML-Sablotron/files/patch-Makefile.PL38
-rw-r--r--textproc/p5-XML-Sablotron/pkg-comment2
4 files changed, 25 insertions, 35 deletions
diff --git a/textproc/p5-XML-Sablotron/Makefile b/textproc/p5-XML-Sablotron/Makefile
index f422a9c62d00..bdca850eec7d 100644
--- a/textproc/p5-XML-Sablotron/Makefile
+++ b/textproc/p5-XML-Sablotron/Makefile
@@ -6,28 +6,18 @@
#
PORTNAME= XML-Sablotron
-PORTVERSION= 0.44
+PORTVERSION= 0.51
CATEGORIES= textproc perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= XML
+MASTER_SITES= http://download.gingerall.cz/sablot/
PKGNAMEPREFIX= p5-
MAINTAINER= skv@protey.ru
-LIB_DEPENDS= sablot.44:${PORTSDIR}/textproc/sablotron
+LIB_DEPENDS= sablot.51:${PORTSDIR}/textproc/sablotron
-USE_PERL5= yes
+PERL_CONFIGURE= yes
MAN3= XML::Sablotron.3
-
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-do-configure:
- @cd ${WRKSRC}; \
- ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL -d ${PREFIX} \
- PREFIX=${PREFIX} \
- CC="${CC}" \
- CCFLAGS="${CFLAGS}" \
- INSTALLSCRIPT=${PREFIX}/bin
-
.include <bsd.port.mk>
diff --git a/textproc/p5-XML-Sablotron/distinfo b/textproc/p5-XML-Sablotron/distinfo
index 68ce4480efa0..b312e4d50a54 100644
--- a/textproc/p5-XML-Sablotron/distinfo
+++ b/textproc/p5-XML-Sablotron/distinfo
@@ -1 +1 @@
-MD5 (XML-Sablotron-0.44.tar.gz) = 2ceeba53eaaea9d0e6c199f3e4ded694
+MD5 (XML-Sablotron-0.51.tar.gz) = 98b75826c41bc35346b4585ae2d133f5
diff --git a/textproc/p5-XML-Sablotron/files/patch-Makefile.PL b/textproc/p5-XML-Sablotron/files/patch-Makefile.PL
index 34a2396f2da5..8aaf1b18fe1e 100644
--- a/textproc/p5-XML-Sablotron/files/patch-Makefile.PL
+++ b/textproc/p5-XML-Sablotron/files/patch-Makefile.PL
@@ -1,19 +1,19 @@
-*** Makefile.PL.orig Sun Nov 12 19:53:55 2000
---- Makefile.PL Sun Nov 12 19:54:08 2000
-***************
-*** 58,64 ****
- VERSION_FROM => 'Sablotron.pm',
- DEFINE => '-DPERL_POLLUTE',
- INC => $include,
-! LIBS => ["$libpth -lsablot -lxmlparse -lxmltok"],
- clean => {'FILES' => "log.xsl", },
- );
-
---- 58,64 ----
- VERSION_FROM => 'Sablotron.pm',
- DEFINE => '-DPERL_POLLUTE',
- INC => $include,
-! LIBS => ["$libpth -lsablot -lexpat -lgcc"],
- clean => {'FILES' => "log.xsl", },
- );
-
+--- Makefile.PL.orig Tue Jan 30 22:55:23 2001
++++ Makefile.PL Fri Feb 23 10:50:59 2001
+@@ -61,6 +61,7 @@
+ $config{LIBS} .= ' -lexpat';
+ }
+
++=item
+ have_library('expat', 'main', '') || die <<DEATH;
+ You do not appear to have libexpat in the library search path.
+ Either install expat from http://expat.sourceforge.net/ or
+@@ -76,7 +77,7 @@
+ \$ $^X Makefile.PL LIBS='-L/path/to/sablot/lib -lexpat -lsablot'
+
+ DEATH
+-
++=cut
+
+ WriteMakefile(
+ NAME => 'XML::Sablotron',
diff --git a/textproc/p5-XML-Sablotron/pkg-comment b/textproc/p5-XML-Sablotron/pkg-comment
index 8c4807609589..3cdd94edbaf3 100644
--- a/textproc/p5-XML-Sablotron/pkg-comment
+++ b/textproc/p5-XML-Sablotron/pkg-comment
@@ -1 +1 @@
-a Perl interface to the Sablotron XSLT processor
+A Perl interface to the Sablotron XSLT processor