pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/ham/uhd Bump doxygen requirement (for changed PLIST) a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0e5f74f546de
branches:  trunk
changeset: 348139:0e5f74f546de
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jun 08 07:26:59 2016 +0000

description:
Bump doxygen requirement (for changed PLIST) and bump PKGREVISION.

diffstat:

 ham/uhd/Makefile   |  3 ++-
 ham/uhd/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r d0df33342fe9 -r 0e5f74f546de ham/uhd/Makefile
--- a/ham/uhd/Makefile  Wed Jun 08 03:20:56 2016 +0000
+++ b/ham/uhd/Makefile  Wed Jun 08 07:26:59 2016 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2016/05/13 14:57:08 mef Exp $
+# $NetBSD: Makefile,v 1.19 2016/06/08 07:26:59 wiz Exp $
 
 DISTNAME=              uhd-3.9.4
+PKGREVISION=           1
 CATEGORIES=            ham
 MASTER_SITES=           ${MASTER_SITE_GITHUB:=EttusResearch/}
 #                                                                     3.9.1 -> 003_009_001
diff -r d0df33342fe9 -r 0e5f74f546de ham/uhd/options.mk
--- a/ham/uhd/options.mk        Wed Jun 08 03:20:56 2016 +0000
+++ b/ham/uhd/options.mk        Wed Jun 08 07:26:59 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2015/08/14 06:19:13 mef Exp $
+# $NetBSD: options.mk,v 1.4 2016/06/08 07:26:59 wiz Exp $
 ### Set options
 PKG_OPTIONS_VAR=       PKG_OPTIONS.uhd
 PKG_SUPPORTED_OPTIONS= doxygen manual
@@ -7,7 +7,7 @@
 .include       "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mdoxygen)
-DEPENDS+=              doxygen>=1.8.9.1:../../devel/doxygen
+DEPENDS+=              doxygen>=1.8.11:../../devel/doxygen
 PLIST_SRC+=            ${PKGDIR}/PLIST.doxygen
 .endif
 



Home | Main Index | Thread Index | Old Index