Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Nov 2013 17:28:45 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335309 - in head/lang: perl5.12 perl5.14 perl5.16 perl5.18
Message-ID:  <201311301728.rAUHSje1035485@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
+@unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/perl/man/whatis
+@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
+@unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/man/whatis
+@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
+@unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/perl/man/whatis
+@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
+@unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/man/whatis
+@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
+@unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/perl/man/whatis
+@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
+@unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/man/whatis
+@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
+@unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/perl/man/whatis
+@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
+@unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/man/whatis
+@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311301728.rAUHSje1035485>