pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Adjust PLIST for doxygen update 1.8.11 to 1.8.12, PKGR...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ae8813c0e069
branches: trunk
changeset: 355180:ae8813c0e069
user: mef <mef%pkgsrc.org@localhost>
date: Thu Nov 24 13:43:35 2016 +0000
description:
Adjust PLIST for doxygen update 1.8.11 to 1.8.12, PKGREVISION++.
diffstat:
comms/openobex/Makefile | 4 ++--
comms/openobex/PLIST | 6 +++---
cross/avr-libc/Makefile | 4 ++--
cross/avr-libc/PLIST | 4 +---
devel/qof/Makefile | 4 ++--
devel/qof/PLIST | 6 +++---
ham/gnuradio-doxygen/Makefile | 4 ++--
ham/gnuradio-doxygen/PLIST | 4 +---
ham/uhd/Makefile | 4 ++--
ham/uhd/PLIST.doxygen | 4 +---
multimedia/libtheora-docs/Makefile | 4 ++--
multimedia/libtheora-docs/PLIST | 6 +++---
www/tidy/Makefile | 4 ++--
www/tidy/PLIST.doc | 4 +---
14 files changed, 27 insertions(+), 35 deletions(-)
diffs (242 lines):
diff -r 39dd8b83ea27 -r ae8813c0e069 comms/openobex/Makefile
--- a/comms/openobex/Makefile Thu Nov 24 13:34:35 2016 +0000
+++ b/comms/openobex/Makefile Thu Nov 24 13:43:35 2016 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2015/02/02 02:47:02 mef Exp $
+# $NetBSD: Makefile,v 1.29 2016/11/24 13:43:35 mef Exp $
DISTNAME= openobex-1.7.1-Source
PKGNAME= ${DISTNAME:C/-Source//}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openobex/}
diff -r 39dd8b83ea27 -r ae8813c0e069 comms/openobex/PLIST
--- a/comms/openobex/PLIST Thu Nov 24 13:34:35 2016 +0000
+++ b/comms/openobex/PLIST Thu Nov 24 13:43:35 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2015/02/02 02:47:02 mef Exp $
+@comment $NetBSD: PLIST,v 1.11 2016/11/24 13:43:35 mef Exp $
include/openobex/obex.h
include/openobex/obex_const.h
include/openobex/version.h
@@ -12,8 +12,6 @@
lib/pkgconfig/openobex.pc
share/doc/openobex/html/annotated.html
share/doc/openobex/html/api_8c.html
-share/doc/openobex/html/arrowdown.png
-share/doc/openobex/html/arrowright.png
share/doc/openobex/html/bc_s.png
share/doc/openobex/html/bdwn.png
share/doc/openobex/html/classes.html
@@ -42,6 +40,8 @@
share/doc/openobex/html/globals_type.html
share/doc/openobex/html/index.html
share/doc/openobex/html/jquery.js
+share/doc/openobex/html/menu.js
+share/doc/openobex/html/menudata.js
share/doc/openobex/html/nav_f.png
share/doc/openobex/html/nav_g.png
share/doc/openobex/html/nav_h.png
diff -r 39dd8b83ea27 -r ae8813c0e069 cross/avr-libc/Makefile
--- a/cross/avr-libc/Makefile Thu Nov 24 13:34:35 2016 +0000
+++ b/cross/avr-libc/Makefile Thu Nov 24 13:43:35 2016 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.44 2016/11/15 20:30:01 riastradh Exp $
+# $NetBSD: Makefile,v 1.45 2016/11/24 13:43:35 mef Exp $
DISTNAME= avr-libc-1.8.1
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= cross
MASTER_SITES= http://savannah.nongnu.org/download/avr-libc/
EXTRACT_SUFX= .tar.bz2
diff -r 39dd8b83ea27 -r ae8813c0e069 cross/avr-libc/PLIST
--- a/cross/avr-libc/PLIST Thu Nov 24 13:34:35 2016 +0000
+++ b/cross/avr-libc/PLIST Thu Nov 24 13:43:35 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2016/11/15 20:30:01 riastradh Exp $
+@comment $NetBSD: PLIST,v 1.23 2016/11/24 13:43:35 mef Exp $
avr/include/alloca.h
avr/include/assert.h
avr/include/avr/boot.h
@@ -633,8 +633,6 @@
${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/acks.html
${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/alloca_8h_source.html
${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/annotated.html
-${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/arrowdown.png
-${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/arrowright.png
${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/assembler.html
${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/assert_8h.html
${PLIST.doc}share/doc/avr-libc/avr-libc-user-manual/assert_8h_source.html
diff -r 39dd8b83ea27 -r ae8813c0e069 devel/qof/Makefile
--- a/devel/qof/Makefile Thu Nov 24 13:34:35 2016 +0000
+++ b/devel/qof/Makefile Thu Nov 24 13:43:35 2016 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2016/06/19 22:59:30 joerg Exp $
+# $NetBSD: Makefile,v 1.23 2016/11/24 13:43:35 mef Exp $
DISTNAME= qof-0.7.5
-PKGREVISION= 17
+PKGREVISION= 18
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qof/}
diff -r 39dd8b83ea27 -r ae8813c0e069 devel/qof/PLIST
--- a/devel/qof/PLIST Thu Nov 24 13:34:35 2016 +0000
+++ b/devel/qof/PLIST Thu Nov 24 13:43:35 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2016/06/19 22:59:30 joerg Exp $
+@comment $NetBSD: PLIST,v 1.15 2016/11/24 13:43:35 mef Exp $
include/qof/deprecated.h
include/qof/guid.h
include/qof/kvpframe.h
@@ -43,8 +43,6 @@
lib/pkgconfig/qof.pc
share/doc/qof/html/doxy/annotated.html
share/doc/qof/html/doxy/annotated_dup.js
-share/doc/qof/html/doxy/arrowdown.png
-share/doc/qof/html/doxy/arrowright.png
share/doc/qof/html/doxy/backendapi.html
share/doc/qof/html/doxy/backenderrors.html
share/doc/qof/html/doxy/bc_s.png
@@ -191,6 +189,8 @@
share/doc/qof/html/doxy/kvputil_8h_source.html
share/doc/qof/html/doxy/md5_8c_source.html
share/doc/qof/html/doxy/md5_8h_source.html
+share/doc/qof/html/doxy/menu.js
+share/doc/qof/html/doxy/menudata.js
share/doc/qof/html/doxy/modules.html
share/doc/qof/html/doxy/modules.js
share/doc/qof/html/doxy/nav_f.png
diff -r 39dd8b83ea27 -r ae8813c0e069 ham/gnuradio-doxygen/Makefile
--- a/ham/gnuradio-doxygen/Makefile Thu Nov 24 13:34:35 2016 +0000
+++ b/ham/gnuradio-doxygen/Makefile Thu Nov 24 13:43:35 2016 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2016/10/07 18:25:55 adam Exp $
+# $NetBSD: Makefile,v 1.13 2016/11/24 13:43:35 mef Exp $
PKGNAME= gnuradio-doxygen-${VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Doxygen documentation of GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
diff -r 39dd8b83ea27 -r ae8813c0e069 ham/gnuradio-doxygen/PLIST
--- a/ham/gnuradio-doxygen/PLIST Thu Nov 24 13:34:35 2016 +0000
+++ b/ham/gnuradio-doxygen/PLIST Thu Nov 24 13:43:35 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2016/07/20 15:03:14 mef Exp $
+@comment $NetBSD: PLIST,v 1.12 2016/11/24 13:43:35 mef Exp $
share/doc/gnuradio-${PKGVERSION}/dial_tone.py
share/doc/gnuradio-${PKGVERSION}/fm_demod.py
share/doc/gnuradio-${PKGVERSION}/fm_rx.grc
@@ -299,8 +299,6 @@
share/doc/gnuradio-${PKGVERSION}/html/argmax__ss_8h__incl.md5
share/doc/gnuradio-${PKGVERSION}/html/argmax__ss_8h__incl.png
share/doc/gnuradio-${PKGVERSION}/html/argmax__ss_8h_source.html
-share/doc/gnuradio-${PKGVERSION}/html/arrowdown.png
-share/doc/gnuradio-${PKGVERSION}/html/arrowright.png
share/doc/gnuradio-${PKGVERSION}/html/async__decoder_8h.html
share/doc/gnuradio-${PKGVERSION}/html/async__decoder_8h__incl.map
share/doc/gnuradio-${PKGVERSION}/html/async__decoder_8h__incl.md5
diff -r 39dd8b83ea27 -r ae8813c0e069 ham/uhd/Makefile
--- a/ham/uhd/Makefile Thu Nov 24 13:34:35 2016 +0000
+++ b/ham/uhd/Makefile Thu Nov 24 13:43:35 2016 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2016/10/07 18:25:56 adam Exp $
+# $NetBSD: Makefile,v 1.21 2016/11/24 13:43:36 mef Exp $
DISTNAME= uhd-3.9.4
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= ham
MASTER_SITES= ${MASTER_SITE_GITHUB:=EttusResearch/}
# 3.9.1 -> 003_009_001
diff -r 39dd8b83ea27 -r ae8813c0e069 ham/uhd/PLIST.doxygen
--- a/ham/uhd/PLIST.doxygen Thu Nov 24 13:34:35 2016 +0000
+++ b/ham/uhd/PLIST.doxygen Thu Nov 24 13:43:35 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.doxygen,v 1.6 2016/06/08 00:00:56 gdt Exp $
+@comment $NetBSD: PLIST.doxygen,v 1.7 2016/11/24 13:43:36 mef Exp $
share/doc/uhd/doxygen/html/Ettus_Logo.png
share/doc/uhd/doxygen/html/N2xx-JTAG.jpg
share/doc/uhd/doxygen/html/TRRS.png
@@ -7,8 +7,6 @@
share/doc/uhd/doxygen/html/algorithm_8hpp_source.html
share/doc/uhd/doxygen/html/annotated.html
share/doc/uhd/doxygen/html/annotated_dup.js
-share/doc/uhd/doxygen/html/arrowdown.png
-share/doc/uhd/doxygen/html/arrowright.png
share/doc/uhd/doxygen/html/assert__has_8hpp.html
share/doc/uhd/doxygen/html/assert__has_8hpp.js
share/doc/uhd/doxygen/html/assert__has_8hpp_source.html
diff -r 39dd8b83ea27 -r ae8813c0e069 multimedia/libtheora-docs/Makefile
--- a/multimedia/libtheora-docs/Makefile Thu Nov 24 13:34:35 2016 +0000
+++ b/multimedia/libtheora-docs/Makefile Thu Nov 24 13:43:35 2016 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.9 2015/02/02 02:45:09 mef Exp $
+# $NetBSD: Makefile,v 1.10 2016/11/24 13:43:36 mef Exp $
#
.include "../../multimedia/libtheora/Makefile.common"
PKGNAME= ${DISTNAME:S/theora/theora-docs/}
-PKGREVISION= 3
+PKGREVISION= 4
COMMENT= Video codec for Ogg multimedia streaming (API documentation)
BUILD_DEPENDS+= doxygen>=1.8.9.1:../../devel/doxygen
diff -r 39dd8b83ea27 -r ae8813c0e069 multimedia/libtheora-docs/PLIST
--- a/multimedia/libtheora-docs/PLIST Thu Nov 24 13:34:35 2016 +0000
+++ b/multimedia/libtheora-docs/PLIST Thu Nov 24 13:43:35 2016 +0000
@@ -1,11 +1,9 @@
-@comment $NetBSD: PLIST,v 1.8 2015/02/09 21:56:49 wiz Exp $
+@comment $NetBSD: PLIST,v 1.9 2016/11/24 13:43:36 mef Exp $
share/doc/${SUBDIR}/color.html
share/doc/${SUBDIR}/doxygen-build.stamp
share/doc/${SUBDIR}/draft-ietf-avt-rtp-theora-00.txt
share/doc/${SUBDIR}/draft-ietf-avt-rtp-theora-00.xml
share/doc/${SUBDIR}/html/annotated.html
-share/doc/${SUBDIR}/html/arrowdown.png
-share/doc/${SUBDIR}/html/arrowright.png
share/doc/${SUBDIR}/html/bc_s.png
share/doc/${SUBDIR}/html/bdwn.png
share/doc/${SUBDIR}/html/classes.html
@@ -36,6 +34,8 @@
share/doc/${SUBDIR}/html/group__oldfuncs.html
share/doc/${SUBDIR}/html/index.html
share/doc/${SUBDIR}/html/jquery.js
+share/doc/${SUBDIR}/html/menu.js
+share/doc/${SUBDIR}/html/menudata.js
share/doc/${SUBDIR}/html/modules.html
share/doc/${SUBDIR}/html/nav_f.png
share/doc/${SUBDIR}/html/nav_g.png
diff -r 39dd8b83ea27 -r ae8813c0e069 www/tidy/Makefile
--- a/www/tidy/Makefile Thu Nov 24 13:34:35 2016 +0000
+++ b/www/tidy/Makefile Thu Nov 24 13:43:35 2016 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.46 2016/06/07 07:44:25 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2016/11/24 13:43:36 mef Exp $
DISTNAME= tidy-20091027
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= www
MASTER_SITES= # manually created tarballs on ftp.NetBSD.org only
diff -r 39dd8b83ea27 -r ae8813c0e069 www/tidy/PLIST.doc
--- a/www/tidy/PLIST.doc Thu Nov 24 13:34:35 2016 +0000
+++ b/www/tidy/PLIST.doc Thu Nov 24 13:43:35 2016 +0000
@@ -1,9 +1,7 @@
-@comment $NetBSD: PLIST.doc,v 1.10 2016/06/07 07:44:25 wiz Exp $
+@comment $NetBSD: PLIST.doc,v 1.11 2016/11/24 13:43:36 mef Exp $
share/doc/tidy/Overview.html
share/doc/tidy/api/annotated.html
share/doc/tidy/api/annotated_dup.js
-share/doc/tidy/api/arrowdown.png
-share/doc/tidy/api/arrowright.png
share/doc/tidy/api/bc_s.png
share/doc/tidy/api/bdwn.png
share/doc/tidy/api/buffio_8h.html
Home |
Main Index |
Thread Index |
Old Index