Wed Jun 8 07:26:59 2016 UTC ()
Bump doxygen requirement (for changed PLIST) and bump PKGREVISION.


(wiz)
diff -r1.18 -r1.19 pkgsrc/ham/uhd/Makefile
diff -r1.3 -r1.4 pkgsrc/ham/uhd/options.mk

cvs diff -r1.18 -r1.19 pkgsrc/ham/uhd/Makefile (expand / switch to context diff)
--- pkgsrc/ham/uhd/Makefile 2016/05/13 14:57:08 1.18
+++ pkgsrc/ham/uhd/Makefile 2016/06/08 07:26:59 1.19
@@ -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

cvs diff -r1.3 -r1.4 pkgsrc/ham/uhd/options.mk (expand / switch to context diff)
--- pkgsrc/ham/uhd/options.mk 2015/08/14 06:19:13 1.3
+++ pkgsrc/ham/uhd/options.mk 2016/06/08 07:26:59 1.4
@@ -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