You don't need install perllocal.pod.gz, also you don't need to try remove directories which belong to lang/perl5.x.
Responsible Changed From-To: freebsd-ports-bugs->vd Over to maintainer (via the GNATS Auto Assign Tool)
Author: vd Date: Sun Mar 9 16:46:06 2014 New Revision: 347661 URL: http://svnweb.freebsd.org/changeset/ports/347661 QAT: https://qat.redports.org/buildarchive/r347661/ Log: misc/ossp-uuid: fix pkg-plist - do not try to remove perl owned directories PR: ports/187396 Submitted by: az@ Modified: head/misc/ossp-uuid/Makefile head/misc/ossp-uuid/pkg-plist Modified: head/misc/ossp-uuid/Makefile ============================================================================== --- head/misc/ossp-uuid/Makefile Sun Mar 9 16:33:48 2014 (r347660) +++ head/misc/ossp-uuid/Makefile Sun Mar 9 16:46:06 2014 (r347661) @@ -3,7 +3,7 @@ PORTNAME= uuid PORTVERSION= 1.6.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc devel MASTER_SITES= ${MASTER_SITE_OSSP} MASTER_SITE_SUBDIR= lib/${PORTNAME} Modified: head/misc/ossp-uuid/pkg-plist ============================================================================== --- head/misc/ossp-uuid/pkg-plist Sun Mar 9 16:33:48 2014 (r347660) +++ head/misc/ossp-uuid/pkg-plist Sun Mar 9 16:46:06 2014 (r347661) @@ -5,7 +5,6 @@ include/ossp/uuid++.hh lib/libuuid.a lib/libuuid++.a lib/libuuid++.la -%%WITH_PERL%%lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/perllocal.pod.gz libdata/pkgconfig/uuid.pc %%WITH_PERL%%%%PERL5_MAN3%%/OSSP::uuid.3.gz %%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/OSSP/uuid.pm @@ -16,15 +15,6 @@ libdata/pkgconfig/uuid.pc %%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/OSSP/uuid %%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/OSSP %%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/OSSP -%%WITH_PERL%%@dirrmtry %%PERL5_MAN3%% -%%WITH_PERL%%@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto -%%WITH_PERL%%@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%% -%%WITH_PERL%%@dirrmtry %%SITE_PERL%% -%%WITH_PERL%%@dirrmtry lib/perl5/%%PERL_VER%%/man -%%WITH_PERL%%@dirrmtry lib/perl5/%%PERL_VER%%/%%PERL_ARCH%% -%%WITH_PERL%%@dirrmtry lib/perl5/%%PERL_VER%% -%%WITH_PERL%%@dirrmtry lib/perl5/site_perl -%%WITH_PERL%%@dirrmtry lib/perl5 man/man1/uuid-config.1.gz man/man1/uuid.1.gz man/man3/uuid++.3.gz _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!