Bug 187396 - [patch] misc/ossp-uuid - fix pkg-plist after recent change
Summary: [patch] misc/ossp-uuid - fix pkg-plist after recent change
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Vasil Dimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-09 16:40 UTC by Andrej Zverev
Modified: 2014-03-09 16:50 UTC (History)
0 users

See Also:


Attachments
1 (1.39 KB, text/plain)
2014-03-09 16:40 UTC, Andrej Zverev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrej Zverev freebsd_committer freebsd_triage 2014-03-09 16:40:00 UTC
	You don't need install perllocal.pod.gz, also you don't need to try remove
	directories which belong to lang/perl5.x.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-09 16:40:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vd

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-09 16:46:13 UTC
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"
Comment 3 Vasil Dimov freebsd_committer freebsd_triage 2014-03-09 16:46:51 UTC
State Changed
From-To: open->closed

Committed, thanks!