From owner-freebsd-ports Thu Aug 23 0:50:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 041BB37B40B for ; Thu, 23 Aug 2001 00:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7N7o0C10249; Thu, 23 Aug 2001 00:50:00 -0700 (PDT) (envelope-from gnats) Received: from 3wgraphics.com (ppp090.comintern.ru [213.148.2.90]) by hub.freebsd.org (Postfix) with ESMTP id 6944A37B412 for ; Thu, 23 Aug 2001 00:49:31 -0700 (PDT) (envelope-from root@3wgraphics.com) Received: from root by 3wgraphics.com with local (Exim 3.30 #1) id 15ZpF7-000On9-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 23 Aug 2001 11:49:33 +0400 Message-Id: Date: Thu, 23 Aug 2001 11:49:33 +0400 From: skv@protey.ru Reply-To: skv@protey.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/29979: Update port: p5-XML-Sablotron-0.65 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29979 >Category: ports >Synopsis: Update port: p5-XML-Sablotron-0.65 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Aug 23 00:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sergey Skvortsov >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: >Description: Update port: p5-XML-Sablotron-0.65 (new version, removed dir 'files') >How-To-Repeat: >Fix: diff -crN p5-XML-Sablotron-0.61/Makefile p5-XML-Sablotron/Makefile *** p5-XML-Sablotron-0.61/Makefile Thu Aug 23 11:36:38 2001 --- p5-XML-Sablotron/Makefile Thu Aug 23 11:43:33 2001 *************** *** 6,12 **** # PORTNAME= XML-Sablotron ! PORTVERSION= 0.61 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML --- 6,12 ---- # PORTNAME= XML-Sablotron ! PORTVERSION= 0.65 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML *************** *** 14,25 **** MAINTAINER= skv@protey.ru ! LIB_DEPENDS= sablot.60:${PORTSDIR}/textproc/sablotron \ iconv.2:${PORTSDIR}/converters/iconv PERL_CONFIGURE= yes CONFIGURE_ARGS= LIBS='-L${LOCALBASE}/lib -lexpat -lsablot -liconv' \ ! INC='-I${LOCALBASE}/include' post-patch: @${PERL} -pi -e 's,%%PREFIX%%,${PREFIX},g' \ ${WRKSRC}/Sablotron/Makefile.PL --- 14,30 ---- MAINTAINER= skv@protey.ru ! LIB_DEPENDS= sablot.65:${PORTSDIR}/textproc/sablotron \ iconv.2:${PORTSDIR}/converters/iconv PERL_CONFIGURE= yes CONFIGURE_ARGS= LIBS='-L${LOCALBASE}/lib -lexpat -lsablot -liconv' \ ! INC='-I${LOCALBASE}/include' \ ! EXPATLIBPATH='${LOCALBASE}/lib' \ ! EXPATINCPATH='${LOCALBASE}/include' \ ! SABLOTLIBPATH='${LOCALBASE}/lib' \ ! SABLOTINCPATH='${LOCALBASE}/include' ! post-patch: @${PERL} -pi -e 's,%%PREFIX%%,${PREFIX},g' \ ${WRKSRC}/Sablotron/Makefile.PL diff -crN p5-XML-Sablotron-0.61/distinfo p5-XML-Sablotron/distinfo *** p5-XML-Sablotron-0.61/distinfo Thu Aug 23 11:36:38 2001 --- p5-XML-Sablotron/distinfo Thu Aug 23 11:39:12 2001 *************** *** 1 **** ! MD5 (XML-Sablotron-0.61.tar.gz) = d411a680fa61994f6419cdf2e242271d --- 1 ---- ! MD5 (XML-Sablotron-0.65.tar.gz) = c52e542828173565216bee2dcaa2afbf diff -crN p5-XML-Sablotron-0.61/files/patch-Makefile.PL p5-XML-Sablotron/files/patch-Makefile.PL *** p5-XML-Sablotron-0.61/files/patch-Makefile.PL Thu Aug 23 11:36:38 2001 --- p5-XML-Sablotron/files/patch-Makefile.PL Thu Jan 1 03:00:00 1970 *************** *** 1,22 **** - *** 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', --- 0 ---- diff -crN p5-XML-Sablotron-0.61/files/patch-Sablotron-Makefile.PL p5-XML-Sablotron/files/patch-Sablotron-Makefile.PL *** p5-XML-Sablotron-0.61/files/patch-Sablotron-Makefile.PL Thu Aug 23 11:36:38 2001 --- p5-XML-Sablotron/files/patch-Sablotron-Makefile.PL Thu Jan 1 03:00:00 1970 *************** *** 1,20 **** - diff -crN Sablotron/Makefile.PL.orig Sablotron/Makefile.PL - *** Sablotron/Makefile.PL.orig Sun Jun 17 15:10:21 2001 - --- Sablotron/Makefile.PL Sun Jun 17 15:11:07 2001 - *************** - *** 5,11 **** - 'NAME' => 'XML::Sablotron::DOM', - 'VERSION_FROM' => 'DOM.pm', # finds $VERSION - 'PREREQ_PM' => {}, # e.g., Module::Name => 1.1 - ! 'LIBS' => ['-L/home/pavel/sablot/lib -lsablot'], # e.g., '-lm' - 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' - ! 'INC' => '', # e.g., '-I/usr/include/other' - ); - --- 5,11 ---- - 'NAME' => 'XML::Sablotron::DOM', - 'VERSION_FROM' => 'DOM.pm', # finds $VERSION - 'PREREQ_PM' => {}, # e.g., Module::Name => 1.1 - ! 'LIBS' => ['-L%%PREFIX%%/lib -lsablot'], - 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' - ! 'INC' => '-I%%PREFIX%%/include', - ); --- 0 ---- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message