mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Upgrade to 0.52.
PR: ports/26951 Submitted by: maintainer
This commit is contained in:
parent
18234f37a8
commit
f1528cf424
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42040
@ -6,16 +6,19 @@
|
||||
#
|
||||
|
||||
PORTNAME= XML-Sablotron
|
||||
PORTVERSION= 0.51
|
||||
PORTVERSION= 0.52
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= http://download.gingerall.cz/sablot/
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= skv@protey.ru
|
||||
|
||||
LIB_DEPENDS= sablot.51:${PORTSDIR}/textproc/sablotron
|
||||
LIB_DEPENDS= sablot.52:${PORTSDIR}/textproc/sablotron \
|
||||
iconv.2:${PORTSDIR}/converters/iconv
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= LIBS='-L${LOCALBASE}/lib -lexpat -lsablot -liconv' \
|
||||
INC='-I${LOCALBASE}/include'
|
||||
|
||||
MAN3= XML::Sablotron.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (XML-Sablotron-0.51.tar.gz) = 98b75826c41bc35346b4585ae2d133f5
|
||||
MD5 (XML-Sablotron-0.52.tar.gz) = c5ae053e61b6b61908d2f67dd7759923
|
||||
|
@ -1,19 +1,22 @@
|
||||
--- 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',
|
||||
*** Makefile.PL.orig Sun Apr 29 14:54:12 2001
|
||||
--- Makefile.PL Sun Apr 29 14:55:07 2001
|
||||
***************
|
||||
*** 45,50 ****
|
||||
--- 45,51 ----
|
||||
|
||||
my $DEBUG = delete $config{DEBUG};
|
||||
|
||||
+ =item
|
||||
if (delete $config{CHARLIE}) {
|
||||
$config{LIBS} = "-L$ENV{CHARLIE_HOME}/lib -lsablot -lexpat";
|
||||
$config{INC} = '-I$(CHARLIE_HOME)/include';
|
||||
***************
|
||||
*** 96,101 ****
|
||||
--- 97,103 ----
|
||||
\$ $^X Makefile.PL LIBS='-L/path/to/sablot/lib -lexpat -lsablot'
|
||||
|
||||
DEATH
|
||||
+ =cut
|
||||
|
||||
WriteMakefile(
|
||||
NAME => 'XML::Sablotron',
|
||||
|
Loading…
Reference in New Issue
Block a user