svn commit: r335309 - in head/lang: perl5.12 perl5.14 perl5.16 perl5.18

Mathieu Arnold mat at FreeBSD.org
Sat Nov 30 17:28:46 UTC 2013


Author: mat
Date: Sat Nov 30 17:28:44 2013
New Revision: 335309
URL: http://svnweb.freebsd.org/changeset/ports/335309

Log:
  Take care of whatis database.
  - remove on deinstall
  - create on install
  
  PR:		ports/184164
  Submitted by:	Tatsuki Makino

Modified:
  head/lang/perl5.12/Makefile
  head/lang/perl5.12/pkg-plist
  head/lang/perl5.14/Makefile
  head/lang/perl5.14/pkg-plist
  head/lang/perl5.16/Makefile
  head/lang/perl5.16/pkg-plist
  head/lang/perl5.18/Makefile
  head/lang/perl5.18/pkg-plist

Modified: head/lang/perl5.12/Makefile
==============================================================================
--- head/lang/perl5.12/Makefile	Sat Nov 30 17:26:30 2013	(r335308)
+++ head/lang/perl5.12/Makefile	Sat Nov 30 17:28:44 2013	(r335309)
@@ -3,7 +3,7 @@
 
 PORTNAME=	perl
 PORTVERSION=	${PERL_VERSION}
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	lang devel perl5
 MASTER_SITES=	CPAN \
 		${MASTER_SITE_LOCAL:S/$/:local/} \

Modified: head/lang/perl5.12/pkg-plist
==============================================================================
--- head/lang/perl5.12/pkg-plist	Sat Nov 30 17:26:30 2013	(r335308)
+++ head/lang/perl5.12/pkg-plist	Sat Nov 30 17:28:44 2013	(r335309)
@@ -3181,6 +3181,8 @@ man/man1/xsubpp.1.gz
 @dirrm lib/perl5/%%PERL_VER%%/App
 @dirrm lib/perl5/%%PERL_VER%%/pod
 @dirrm lib/perl5/%%PERL_VER%%/perl/man/man3
+ at unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/perl/man/whatis
+ at exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/perl/man
 @dirrm lib/perl5/%%PERL_VER%%/perl/man
 @dirrm lib/perl5/%%PERL_VER%%/perl
 @dirrm lib/perl5/%%PERL_VER%%/overload
@@ -3190,6 +3192,8 @@ man/man1/xsubpp.1.gz
 @dirrm lib/perl5/%%PERL_VER%%/autodie/exception
 @dirrm lib/perl5/%%PERL_VER%%/autodie
 @dirrmtry lib/perl5/%%PERL_VER%%/man/man3
+ at unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/man/whatis
+ at exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/man
 @dirrmtry lib/perl5/%%PERL_VER%%/man
 @dirrmtry lib/perl5/%%PERL_VER%%
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/sys

Modified: head/lang/perl5.14/Makefile
==============================================================================
--- head/lang/perl5.14/Makefile	Sat Nov 30 17:26:30 2013	(r335308)
+++ head/lang/perl5.14/Makefile	Sat Nov 30 17:28:44 2013	(r335309)
@@ -3,7 +3,7 @@
 
 PORTNAME=	perl
 PORTVERSION=	${PERL_VERSION}
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	lang devel perl5
 MASTER_SITES=	CPAN \
 		${MASTER_SITE_LOCAL:S/$/:local/} \

Modified: head/lang/perl5.14/pkg-plist
==============================================================================
--- head/lang/perl5.14/pkg-plist	Sat Nov 30 17:26:30 2013	(r335308)
+++ head/lang/perl5.14/pkg-plist	Sat Nov 30 17:28:44 2013	(r335309)
@@ -3331,6 +3331,8 @@ man/man1/xsubpp.1.gz
 @dirrm lib/perl5/%%PERL_VER%%/App
 @dirrm lib/perl5/%%PERL_VER%%/pod
 @dirrm lib/perl5/%%PERL_VER%%/perl/man/man3
+ at unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/perl/man/whatis
+ at exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/perl/man
 @dirrm lib/perl5/%%PERL_VER%%/perl/man
 @dirrm lib/perl5/%%PERL_VER%%/perl
 @dirrm lib/perl5/%%PERL_VER%%/overload
@@ -3340,6 +3342,8 @@ man/man1/xsubpp.1.gz
 @dirrm lib/perl5/%%PERL_VER%%/autodie/exception
 @dirrm lib/perl5/%%PERL_VER%%/autodie
 @dirrmtry lib/perl5/%%PERL_VER%%/man/man3
+ at unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/man/whatis
+ at exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/man
 @dirrmtry lib/perl5/%%PERL_VER%%/man
 @dirrmtry lib/perl5/%%PERL_VER%%
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/sys

Modified: head/lang/perl5.16/Makefile
==============================================================================
--- head/lang/perl5.16/Makefile	Sat Nov 30 17:26:30 2013	(r335308)
+++ head/lang/perl5.16/Makefile	Sat Nov 30 17:28:44 2013	(r335309)
@@ -3,7 +3,7 @@
 
 PORTNAME=	perl
 PORTVERSION=	${PERL_VERSION}
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	lang devel perl5
 MASTER_SITES=	CPAN \
 		${MASTER_SITE_LOCAL:S/$/:local/} \

Modified: head/lang/perl5.16/pkg-plist
==============================================================================
--- head/lang/perl5.16/pkg-plist	Sat Nov 30 17:26:30 2013	(r335308)
+++ head/lang/perl5.16/pkg-plist	Sat Nov 30 17:28:44 2013	(r335309)
@@ -3234,6 +3234,8 @@ man/man1/zipdetails.1.gz
 @dirrm lib/perl5/%%PERL_VER%%/App
 @dirrm lib/perl5/%%PERL_VER%%/pod
 @dirrm lib/perl5/%%PERL_VER%%/perl/man/man3
+ at unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/perl/man/whatis
+ at exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/perl/man
 @dirrm lib/perl5/%%PERL_VER%%/perl/man
 @dirrm lib/perl5/%%PERL_VER%%/perl
 @dirrm lib/perl5/%%PERL_VER%%/overload
@@ -3243,6 +3245,8 @@ man/man1/zipdetails.1.gz
 @dirrm lib/perl5/%%PERL_VER%%/autodie/exception
 @dirrm lib/perl5/%%PERL_VER%%/autodie
 @dirrmtry lib/perl5/%%PERL_VER%%/man/man3
+ at unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/man/whatis
+ at exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/man
 @dirrmtry lib/perl5/%%PERL_VER%%/man
 @dirrmtry lib/perl5/%%PERL_VER%%
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/sys

Modified: head/lang/perl5.18/Makefile
==============================================================================
--- head/lang/perl5.18/Makefile	Sat Nov 30 17:26:30 2013	(r335308)
+++ head/lang/perl5.18/Makefile	Sat Nov 30 17:28:44 2013	(r335309)
@@ -3,7 +3,7 @@
 
 PORTNAME=	perl
 PORTVERSION=	${PERL_VERSION}
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	lang devel perl5
 MASTER_SITES=	CPAN \
 		${MASTER_SITE_LOCAL:S/$/:local/} \

Modified: head/lang/perl5.18/pkg-plist
==============================================================================
--- head/lang/perl5.18/pkg-plist	Sat Nov 30 17:26:30 2013	(r335308)
+++ head/lang/perl5.18/pkg-plist	Sat Nov 30 17:28:44 2013	(r335309)
@@ -3256,6 +3256,8 @@ man/man1/zipdetails.1.gz
 @dirrm lib/perl5/%%PERL_VER%%/App
 @dirrm lib/perl5/%%PERL_VER%%/pod
 @dirrm lib/perl5/%%PERL_VER%%/perl/man/man3
+ at unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/perl/man/whatis
+ at exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/perl/man
 @dirrm lib/perl5/%%PERL_VER%%/perl/man
 @dirrm lib/perl5/%%PERL_VER%%/perl
 @dirrm lib/perl5/%%PERL_VER%%/overload
@@ -3265,6 +3267,8 @@ man/man1/zipdetails.1.gz
 @dirrm lib/perl5/%%PERL_VER%%/autodie/exception
 @dirrm lib/perl5/%%PERL_VER%%/autodie
 @dirrmtry lib/perl5/%%PERL_VER%%/man/man3
+ at unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/man/whatis
+ at exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/man
 @dirrmtry lib/perl5/%%PERL_VER%%/man
 @dirrmtry lib/perl5/%%PERL_VER%%
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/sys


More information about the svn-ports-all mailing list