Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Aug 2014 14:20:24 +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: r364011 - head/databases/p5-Bucardo
Message-ID:  <53df96a8.59f0.4b286627@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Aug  4 14:20:24 2014
New Revision: 364011
URL: http://svnweb.freebsd.org/changeset/ports/364011
QAT: https://qat.redports.org/buildarchive/r364011/

Log:
  Correct the bucardo.1 man page name.
  
  Noticed by:	Michelle Sullivan
  Sponsored by:	Absolight

Modified:
  head/databases/p5-Bucardo/Makefile
  head/databases/p5-Bucardo/pkg-plist

Modified: head/databases/p5-Bucardo/Makefile
==============================================================================
--- head/databases/p5-Bucardo/Makefile	Mon Aug  4 14:18:48 2014	(r364010)
+++ head/databases/p5-Bucardo/Makefile	Mon Aug  4 14:20:24 2014	(r364011)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Bucardo
 PORTVERSION=	5.1.1
+PORTREVISION=	1
 CATEGORIES=	databases perl5
 MASTER_SITES=	http://bucardo.org/downloads/ LOCAL/mat/${PORTNAME}
 PKGNAMEPREFIX=	p5-
@@ -24,7 +25,7 @@ USES=	perl5
 USE_PERL5=	configure
 
 post-patch:
-	@${REINPLACE_CMD} 's/INSTALL_BASE/DESTDIR/;s/bucardo_ctl.1pm/bucardo_ctl.1/' \
+	@${REINPLACE_CMD} 's/INSTALL_BASE/DESTDIR/;s/bucardo.1pm/bucardo.1/' \
 		${WRKSRC}/Makefile.PL
 	@${REINPLACE_CMD} 's=/usr/local=${PREFIX}=' ${WRKSRC}/Makefile.PL \
 		${WRKSRC}/bucardo ${WRKSRC}/dist/bucardo.rc

Modified: head/databases/p5-Bucardo/pkg-plist
==============================================================================
--- head/databases/p5-Bucardo/pkg-plist	Mon Aug  4 14:18:48 2014	(r364010)
+++ head/databases/p5-Bucardo/pkg-plist	Mon Aug  4 14:20:24 2014	(r364011)
@@ -2,6 +2,6 @@ bin/bucardo
 etc/rc.d/bucardo
 %%PERL5_MAN3%%/Bucardo.3.gz
 %%SITE_PERL%%/Bucardo.pm
-man/man1/bucardo.1pm.gz
+man/man1/bucardo.1.gz
 share/bucardo/bucardo.schema
 @dirrm share/bucardo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53df96a8.59f0.4b286627>