Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Aug 2001 11:49:33 +0400
From:      skv@protey.ru
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29979: Update port: p5-XML-Sablotron-0.65
Message-ID:  <E15ZpF7-000On9-00@3wgraphics.com>

next in thread | raw e-mail | index | archive | help

>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:
<Organization of PR author (multiple lines)>
>Environment:

	<Relevant environment information (multiple lines)>

>Description:

Update port: p5-XML-Sablotron-0.65 (new version, removed dir 'files')

>How-To-Repeat:

	<Code/input/activities to reproduce the problem (multiple lines)>

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E15ZpF7-000On9-00>