From 35c7d4cffbe139df3c3c7c63f1e0fe6cac6708a5 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Thu, 15 Jan 2009 09:26:50 +0000 Subject: [PATCH] - Fix plist with perl 5.8.9 --- sysutils/psgconf/Makefile | 1 + sysutils/psgconf/pkg-plist | 8 ++++---- textproc/p5-XML-DOM2/Makefile | 4 +++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/sysutils/psgconf/Makefile b/sysutils/psgconf/Makefile index f0855ffd5d04..9c5f9c473c13 100644 --- a/sysutils/psgconf/Makefile +++ b/sysutils/psgconf/Makefile @@ -7,6 +7,7 @@ PORTNAME= psgconf PORTVERSION= 3.3 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ftp://ftp-dev.cites.uiuc.edu/pub/psgconf/ diff --git a/sysutils/psgconf/pkg-plist b/sysutils/psgconf/pkg-plist index fcc152c00773..2ef0641ff2fd 100644 --- a/sysutils/psgconf/pkg-plist +++ b/sysutils/psgconf/pkg-plist @@ -1,9 +1,9 @@ etc/psg.conf.sample etc/psgconf_modules.sample -sbin/ConfigFile2Storable -sbin/psgconf -sbin/psgconf-import -sbin/platform-name +bin/ConfigFile2Storable +bin/psgconf +bin/psgconf-import +bin/platform-name %%DATADIR%%/config/defaults.conf %%DATADIR%%/config/platform-fc4.conf %%DATADIR%%/config/platform-freebsd4.conf diff --git a/textproc/p5-XML-DOM2/Makefile b/textproc/p5-XML-DOM2/Makefile index c405a862ffea..4b3eea48bdea 100644 --- a/textproc/p5-XML-DOM2/Makefile +++ b/textproc/p5-XML-DOM2/Makefile @@ -7,6 +7,7 @@ PORTNAME= XML-DOM2 PORTVERSION= 0.06 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= XML @@ -26,6 +27,7 @@ MAN3= XML::DOM2::Attribute.3 XML::DOM2::Element.3 \ XML::DOM2::DOM::Document.3 XML::DOM2::Parser.3 \ XML::DOM2::Attribute::Namespace.3 XML::DOM2::XPath.3 \ XML::DOM2::DOM::NameSpace.3 XML::DOM2::Element::CDATA.3 \ - XML::DOM2::DOM::Element.3 XML::DOM2::Element::Comment.3 + XML::DOM2::DOM::Element.3 XML::DOM2::Element::Comment.3 \ + XML::DOM2::DOM::Attribute.3 .include