pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Nov 24 13:43:36 UTC 2016

Modified Files:
        pkgsrc/comms/openobex: Makefile PLIST
        pkgsrc/cross/avr-libc: Makefile PLIST
        pkgsrc/devel/qof: Makefile PLIST
        pkgsrc/ham/gnuradio-doxygen: Makefile PLIST
        pkgsrc/ham/uhd: Makefile PLIST.doxygen
        pkgsrc/multimedia/libtheora-docs: Makefile PLIST
        pkgsrc/www/tidy: Makefile PLIST.doc

Log Message:
Adjust PLIST for doxygen update 1.8.11 to 1.8.12, PKGREVISION++.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/comms/openobex/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/comms/openobex/PLIST
cvs rdiff -u -r1.44 -r1.45 pkgsrc/cross/avr-libc/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/cross/avr-libc/PLIST
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/qof/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/qof/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/ham/gnuradio-doxygen/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/ham/gnuradio-doxygen/PLIST
cvs rdiff -u -r1.20 -r1.21 pkgsrc/ham/uhd/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/ham/uhd/PLIST.doxygen
cvs rdiff -u -r1.9 -r1.10 pkgsrc/multimedia/libtheora-docs/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/multimedia/libtheora-docs/PLIST
cvs rdiff -u -r1.46 -r1.47 pkgsrc/www/tidy/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/tidy/PLIST.doc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/comms/openobex/Makefile
diff -u pkgsrc/comms/openobex/Makefile:1.28 pkgsrc/comms/openobex/Makefile:1.29
--- pkgsrc/comms/openobex/Makefile:1.28 Mon Feb  2 02:47:02 2015
+++ pkgsrc/comms/openobex/Makefile      Thu Nov 24 13:43:35 2016
@@ -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/}
 

Index: pkgsrc/comms/openobex/PLIST
diff -u pkgsrc/comms/openobex/PLIST:1.10 pkgsrc/comms/openobex/PLIST:1.11
--- pkgsrc/comms/openobex/PLIST:1.10    Mon Feb  2 02:47:02 2015
+++ pkgsrc/comms/openobex/PLIST Thu Nov 24 13:43:35 2016
@@ -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/libopenobex.so.2
 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_t.html
 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

Index: pkgsrc/cross/avr-libc/Makefile
diff -u pkgsrc/cross/avr-libc/Makefile:1.44 pkgsrc/cross/avr-libc/Makefile:1.45
--- pkgsrc/cross/avr-libc/Makefile:1.44 Tue Nov 15 20:30:01 2016
+++ pkgsrc/cross/avr-libc/Makefile      Thu Nov 24 13:43:35 2016
@@ -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

Index: pkgsrc/cross/avr-libc/PLIST
diff -u pkgsrc/cross/avr-libc/PLIST:1.22 pkgsrc/cross/avr-libc/PLIST:1.23
--- pkgsrc/cross/avr-libc/PLIST:1.22    Tue Nov 15 20:30:01 2016
+++ pkgsrc/cross/avr-libc/PLIST Thu Nov 24 13:43:35 2016
@@ -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-
 ${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

Index: pkgsrc/devel/qof/Makefile
diff -u pkgsrc/devel/qof/Makefile:1.22 pkgsrc/devel/qof/Makefile:1.23
--- pkgsrc/devel/qof/Makefile:1.22      Sun Jun 19 22:59:30 2016
+++ pkgsrc/devel/qof/Makefile   Thu Nov 24 13:43:35 2016
@@ -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/}
 

Index: pkgsrc/devel/qof/PLIST
diff -u pkgsrc/devel/qof/PLIST:1.14 pkgsrc/devel/qof/PLIST:1.15
--- pkgsrc/devel/qof/PLIST:1.14 Sun Jun 19 22:59:30 2016
+++ pkgsrc/devel/qof/PLIST      Thu Nov 24 13:43:35 2016
@@ -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-1.pc
 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.js
 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

Index: pkgsrc/ham/gnuradio-doxygen/Makefile
diff -u pkgsrc/ham/gnuradio-doxygen/Makefile:1.12 pkgsrc/ham/gnuradio-doxygen/Makefile:1.13
--- pkgsrc/ham/gnuradio-doxygen/Makefile:1.12   Fri Oct  7 18:25:55 2016
+++ pkgsrc/ham/gnuradio-doxygen/Makefile        Thu Nov 24 13:43:35 2016
@@ -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"

Index: pkgsrc/ham/gnuradio-doxygen/PLIST
diff -u pkgsrc/ham/gnuradio-doxygen/PLIST:1.11 pkgsrc/ham/gnuradio-doxygen/PLIST:1.12
--- pkgsrc/ham/gnuradio-doxygen/PLIST:1.11      Wed Jul 20 15:03:14 2016
+++ pkgsrc/ham/gnuradio-doxygen/PLIST   Thu Nov 24 13:43:35 2016
@@ -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/ar
 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

Index: pkgsrc/ham/uhd/Makefile
diff -u pkgsrc/ham/uhd/Makefile:1.20 pkgsrc/ham/uhd/Makefile:1.21
--- pkgsrc/ham/uhd/Makefile:1.20        Fri Oct  7 18:25:56 2016
+++ pkgsrc/ham/uhd/Makefile     Thu Nov 24 13:43:36 2016
@@ -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

Index: pkgsrc/ham/uhd/PLIST.doxygen
diff -u pkgsrc/ham/uhd/PLIST.doxygen:1.6 pkgsrc/ham/uhd/PLIST.doxygen:1.7
--- pkgsrc/ham/uhd/PLIST.doxygen:1.6    Wed Jun  8 00:00:56 2016
+++ pkgsrc/ham/uhd/PLIST.doxygen        Thu Nov 24 13:43:36 2016
@@ -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_8hp
 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

Index: pkgsrc/multimedia/libtheora-docs/Makefile
diff -u pkgsrc/multimedia/libtheora-docs/Makefile:1.9 pkgsrc/multimedia/libtheora-docs/Makefile:1.10
--- pkgsrc/multimedia/libtheora-docs/Makefile:1.9       Mon Feb  2 02:45:09 2015
+++ pkgsrc/multimedia/libtheora-docs/Makefile   Thu Nov 24 13:43:36 2016
@@ -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

Index: pkgsrc/multimedia/libtheora-docs/PLIST
diff -u pkgsrc/multimedia/libtheora-docs/PLIST:1.8 pkgsrc/multimedia/libtheora-docs/PLIST:1.9
--- pkgsrc/multimedia/libtheora-docs/PLIST:1.8  Mon Feb  9 21:56:49 2015
+++ pkgsrc/multimedia/libtheora-docs/PLIST      Thu Nov 24 13:43:36 2016
@@ -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__encfuncs
 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

Index: pkgsrc/www/tidy/Makefile
diff -u pkgsrc/www/tidy/Makefile:1.46 pkgsrc/www/tidy/Makefile:1.47
--- pkgsrc/www/tidy/Makefile:1.46       Tue Jun  7 07:44:25 2016
+++ pkgsrc/www/tidy/Makefile    Thu Nov 24 13:43:36 2016
@@ -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
 

Index: pkgsrc/www/tidy/PLIST.doc
diff -u pkgsrc/www/tidy/PLIST.doc:1.10 pkgsrc/www/tidy/PLIST.doc:1.11
--- pkgsrc/www/tidy/PLIST.doc:1.10      Tue Jun  7 07:44:25 2016
+++ pkgsrc/www/tidy/PLIST.doc   Thu Nov 24 13:43:36 2016
@@ -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