svn commit: r365567 - head/sysutils/bacula-docs
Dan Langille
dvl at FreeBSD.org
Thu Aug 21 16:08:31 UTC 2014
Author: dvl
Date: Thu Aug 21 16:08:30 2014
New Revision: 365567
URL: http://svnweb.freebsd.org/changeset/ports/365567
QAT: https://qat.redports.org/buildarchive/r365567/
Log:
* Stage bacula-docs and upgrade to 7.0.3 (latest version)
* use my @FreeBSD.org address for MAINTAINER
Approved by: wg (mentor)
Modified:
head/sysutils/bacula-docs/Makefile
head/sysutils/bacula-docs/distinfo
Modified: head/sysutils/bacula-docs/Makefile
==============================================================================
--- head/sysutils/bacula-docs/Makefile Thu Aug 21 15:56:14 2014 (r365566)
+++ head/sysutils/bacula-docs/Makefile Thu Aug 21 16:08:30 2014 (r365567)
@@ -2,13 +2,13 @@
# $FreeBSD$
PORTNAME= bacula
-PORTVERSION= 5.2.12
+PORTVERSION= 7.0.3
CATEGORIES= sysutils
MASTER_SITES= SF
PKGNAMESUFFIX= -docs
DISTFILES= ${PORTNAME}-docs-${PORTVERSION}.tar.bz2
-MAINTAINER= dan at langille.org
+MAINTAINER= dvl at FreeBSD.org
COMMENT= Bacula document set
NO_BUILD= yes
@@ -17,15 +17,18 @@ UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX}
PORTDOCS= *.pdf
-.ifdef NOPORTDOCS
-IGNORE= consists of only documentation, please undef NOPORTDOCS and try again
+OPTIONS_DEFINE= DOCS
+
+.include <bsd.port.options.mk>
+
+.if empty(PORT_OPTIONS:MDOCS)
+IGNORE= consists of only documentation, please enable DOCS and try again
.endif
-NO_STAGE= yes
do-install:
- ${MKDIR} ${DOCSDIR}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
${FIND} ${WRKDIR}/${PORTNAME}-docs-${PORTVERSION}/manuals/en \
- -name "*.pdf" -exec ${INSTALL_DATA} {} ${DOCSDIR}/ \;
+ -name "*.pdf" -exec ${INSTALL_DATA} {} ${STAGEDIR}${DOCSDIR}/ \;
.include <bsd.port.mk>
Modified: head/sysutils/bacula-docs/distinfo
==============================================================================
--- head/sysutils/bacula-docs/distinfo Thu Aug 21 15:56:14 2014 (r365566)
+++ head/sysutils/bacula-docs/distinfo Thu Aug 21 16:08:30 2014 (r365567)
@@ -1,2 +1,2 @@
-SHA256 (bacula-docs-5.2.12.tar.bz2) = 0cb61dbb1224786521286ce2b828d6b802908efc32ef7220db2e3e35530b7876
-SIZE (bacula-docs-5.2.12.tar.bz2) = 41968688
+SHA256 (bacula-docs-7.0.3.tar.bz2) = b92f32d7b291529b14f4752c8678aad41aaa833afd83fd25bbcb487a2fb45076
+SIZE (bacula-docs-7.0.3.tar.bz2) = 40114560
More information about the svn-ports-all
mailing list