diff options
56 files changed, 112 insertions, 103 deletions
diff --git a/chat/spectrum/Makefile b/chat/spectrum/Makefile index 96dad8d2562..8dcd2f440e4 100644 --- a/chat/spectrum/Makefile +++ b/chat/spectrum/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.74 2018/12/09 18:52:17 adam Exp $ +# $NetBSD: Makefile,v 1.75 2019/03/18 16:17:46 gdt Exp $ DISTNAME= spectrum-1.4.8 -PKGREVISION= 49 +PKGREVISION= 50 CATEGORIES= chat MASTER_SITES= https://cloud.github.com/downloads/hanzz/libtransport/ diff --git a/databases/postgresql-postgis2/Makefile b/databases/postgresql-postgis2/Makefile index 088577d7b88..a7baea34d0e 100644 --- a/databases/postgresql-postgis2/Makefile +++ b/databases/postgresql-postgis2/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.57 2019/03/12 00:18:28 gdt Exp $ +# $NetBSD: Makefile,v 1.58 2019/03/18 16:17:46 gdt Exp $ MAJOR= 2.5 DISTNAME= postgis-${MAJOR}.2 PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} +PKGREVISION= 1 #PKGREVISION= 0 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ diff --git a/databases/virtuoso/Makefile b/databases/virtuoso/Makefile index f0567347e4f..6829ec4be55 100644 --- a/databases/virtuoso/Makefile +++ b/databases/virtuoso/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2018/11/14 22:21:12 kleink Exp $ +# $NetBSD: Makefile,v 1.21 2019/03/18 16:17:46 gdt Exp $ # DISTNAME= virtuoso-opensource-6.1.6 -PKGREVISION= 18 +PKGREVISION= 19 CATEGORIES= databases MASTER_SITES= http://sourceforge.net/projects/virtuoso/files/virtuoso/6.1.6/ diff --git a/devel/ruby-redmine/Makefile b/devel/ruby-redmine/Makefile index e60a6cfb044..c7f5007d216 100644 --- a/devel/ruby-redmine/Makefile +++ b/devel/ruby-redmine/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.36 2018/12/09 18:52:25 adam Exp $ +# $NetBSD: Makefile,v 1.37 2019/03/18 16:17:46 gdt Exp $ DISTNAME= redmine-3.3.2 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} -PKGREVISION= 14 +PKGREVISION= 15 PREV_PKGPATH= devel/redmine CATEGORIES= devel MASTER_SITES= http://www.redmine.org/releases/ diff --git a/editors/TeXmacs/Makefile b/editors/TeXmacs/Makefile index 055d397b871..8acb03f9ab7 100644 --- a/editors/TeXmacs/Makefile +++ b/editors/TeXmacs/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.122 2018/11/14 22:21:21 kleink Exp $ +# $NetBSD: Makefile,v 1.123 2019/03/18 16:17:47 gdt Exp $ # # changelog at http://www.texmacs.org/tmweb/about/changes.en.html DISTNAME= TeXmacs-1.99.5-src PKGNAME= ${DISTNAME:S/-src//} -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= editors MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/ MASTER_SITES+= http://www.texmacs.org/Download/ftp/tmftp/source/ diff --git a/editors/emacs-snapshot/Makefile b/editors/emacs-snapshot/Makefile index 1aac4575e94..1ea631f57e1 100644 --- a/editors/emacs-snapshot/Makefile +++ b/editors/emacs-snapshot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.87 2018/12/09 18:52:26 adam Exp $ +# $NetBSD: Makefile,v 1.88 2019/03/18 16:17:47 gdt Exp $ -PKGREVISION= 27 +PKGREVISION= 28 .include "../../editors/emacs-snapshot/Makefile.common" .include "options.mk" diff --git a/editors/emacs26/Makefile b/editors/emacs26/Makefile index 60a28537e7f..c4e76805960 100644 --- a/editors/emacs26/Makefile +++ b/editors/emacs26/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2018/12/09 18:52:26 adam Exp $ +# $NetBSD: Makefile,v 1.8 2019/03/18 16:17:47 gdt Exp $ CONFLICTS+= emacs26-nox11-[0-9]* -PKGREVISION= 6 +PKGREVISION= 7 .include "../../editors/emacs26/Makefile.common" diff --git a/fonts/ghostscript-cidfonts-ryumin/Makefile b/fonts/ghostscript-cidfonts-ryumin/Makefile index f11f434b5cd..8e8864fce10 100644 --- a/fonts/ghostscript-cidfonts-ryumin/Makefile +++ b/fonts/ghostscript-cidfonts-ryumin/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2018/11/14 22:21:28 kleink Exp $ +# $NetBSD: Makefile,v 1.24 2019/03/18 16:17:47 gdt Exp $ DISTNAME= ghostscript-cidfonts-ryumin-${GS_VERSION} DISTFILES= # empty -PKGREVISION= 16 +PKGREVISION= 17 CATEGORIES= fonts MAINTAINER= makoto@ki.nu diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile index b4206febf3a..5cfbf59e95e 100644 --- a/graphics/GraphicsMagick/Makefile +++ b/graphics/GraphicsMagick/Makefile @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.94 2018/11/22 16:09:23 adam Exp $ +# $NetBSD: Makefile,v 1.95 2019/03/18 16:17:47 gdt Exp $ +PKGREVISION= 1 .include "Makefile.common" MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/graphics/GraphicsMagick/buildlink3.mk b/graphics/GraphicsMagick/buildlink3.mk index 876c80b1bef..1ead9177a5f 100644 --- a/graphics/GraphicsMagick/buildlink3.mk +++ b/graphics/GraphicsMagick/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.43 2018/11/22 16:09:23 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.44 2019/03/18 16:17:47 gdt Exp $ BUILDLINK_TREE+= GraphicsMagick @@ -6,7 +6,7 @@ BUILDLINK_TREE+= GraphicsMagick GRAPHICSMAGICK_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.GraphicsMagick+= GraphicsMagick>=1.3.12nb6 -BUILDLINK_ABI_DEPENDS.GraphicsMagick+= GraphicsMagick>=1.3.30nb3 +BUILDLINK_ABI_DEPENDS.GraphicsMagick+= GraphicsMagick>=1.3.31nb1 BUILDLINK_PKGSRCDIR.GraphicsMagick?= ../../graphics/GraphicsMagick pkgbase := GraphicsMagick diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index ecd74028b59..a300cb12366 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.255 2019/01/29 09:52:27 leot Exp $ +# $NetBSD: Makefile,v 1.256 2019/03/18 16:17:47 gdt Exp $ +PKGREVISION= 1 .include "Makefile.common" PKGNAME= ImageMagick-${DISTVERSION} diff --git a/graphics/ImageMagick/buildlink3.mk b/graphics/ImageMagick/buildlink3.mk index 7a64573f4d2..b071d45a910 100644 --- a/graphics/ImageMagick/buildlink3.mk +++ b/graphics/ImageMagick/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.72 2019/03/06 22:04:55 joerg Exp $ +# $NetBSD: buildlink3.mk,v 1.73 2019/03/18 16:17:47 gdt Exp $ BUILDLINK_TREE+= ImageMagick @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ImageMagick IMAGEMAGICK_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ImageMagick+= ImageMagick>=5.5.7.11nb1 -BUILDLINK_ABI_DEPENDS.ImageMagick+= ImageMagick>=7.0.8.11nb2 +BUILDLINK_ABI_DEPENDS.ImageMagick+= ImageMagick>=7.0.8.29nb1 BUILDLINK_PKGSRCDIR.ImageMagick?= ../../graphics/ImageMagick pkgbase := ImageMagick diff --git a/graphics/ImageMagick6/Makefile b/graphics/ImageMagick6/Makefile index b1ef329cd2c..7a83157773e 100644 --- a/graphics/ImageMagick6/Makefile +++ b/graphics/ImageMagick6/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2018/11/14 22:21:34 kleink Exp $ +# $NetBSD: Makefile,v 1.23 2019/03/18 16:17:47 gdt Exp $ -PKGREVISION= 7 +PKGREVISION= 8 .include "Makefile.common" PKGNAME= ImageMagick6-${DISTVERSION} diff --git a/graphics/ImageMagick6/buildlink3.mk b/graphics/ImageMagick6/buildlink3.mk index f8908feccba..faa2165b5a5 100644 --- a/graphics/ImageMagick6/buildlink3.mk +++ b/graphics/ImageMagick6/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.10 2018/11/14 22:21:34 kleink Exp $ +# $NetBSD: buildlink3.mk,v 1.11 2019/03/18 16:17:47 gdt Exp $ BUILDLINK_TREE+= ImageMagick6 @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ImageMagick6 IMAGEMAGICK6_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ImageMagick6+= ImageMagick6>=5.5.7.11nb1 -BUILDLINK_ABI_DEPENDS.ImageMagick6+= ImageMagick6>=6.9.9.38nb7 +BUILDLINK_ABI_DEPENDS.ImageMagick6+= ImageMagick6>=6.9.9.38nb8 BUILDLINK_PKGSRCDIR.ImageMagick6?= ../../graphics/ImageMagick6 pkgbase := ImageMagick6 diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile index 2f8bbd13b9b..6e63d84f200 100644 --- a/graphics/autotrace/Makefile +++ b/graphics/autotrace/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.71 2018/11/14 22:21:34 kleink Exp $ +# $NetBSD: Makefile,v 1.72 2019/03/18 16:17:47 gdt Exp $ DISTNAME= autotrace-0.31.1 -PKGREVISION= 43 +PKGREVISION= 44 CATEGORIES= graphics cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=autotrace/} diff --git a/graphics/camlimages/Makefile b/graphics/camlimages/Makefile index 0c6ff9e52dc..e741c5454ad 100644 --- a/graphics/camlimages/Makefile +++ b/graphics/camlimages/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.114 2018/12/09 18:52:30 adam Exp $ +# $NetBSD: Makefile,v 1.115 2019/03/18 16:17:47 gdt Exp $ VERSION= 4.0.1 PKGNAME= camlimages-${VERSION} -PKGREVISION= 76 +PKGREVISION= 77 CATEGORIES= graphics MASTER_SITES= https://bitbucket.org/camlspotter/camlimages/get/ DISTNAME= v${VERSION} diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index 86846b5674d..b8d8c8b16fa 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.96 2019/03/05 11:19:24 ryoon Exp $ +# $NetBSD: Makefile,v 1.97 2019/03/18 16:17:47 gdt Exp $ DISTNAME= darktable-2.6.0 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=darktable-org/} GITHUB_PROJECT= darktable diff --git a/graphics/dx/Makefile b/graphics/dx/Makefile index ae81fae20a2..5bde6ef2e66 100644 --- a/graphics/dx/Makefile +++ b/graphics/dx/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.99 2018/12/13 19:51:59 adam Exp $ +# $NetBSD: Makefile,v 1.100 2019/03/18 16:17:47 gdt Exp $ DISTNAME= dx-4.4.4 -PKGREVISION= 48 +PKGREVISION= 49 CATEGORIES= graphics MASTER_SITES= http://opendx.npaci.edu/source/ diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index c751d4332a0..02a13220130 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.196 2019/02/16 13:26:49 wiz Exp $ +# $NetBSD: Makefile,v 1.197 2019/03/18 16:17:48 gdt Exp $ DISTNAME= graphviz-2.40.1 -PKGREVISION= 31 +PKGREVISION= 32 CATEGORIES= graphics MASTER_SITES= http://www.graphviz.org/pub/graphviz/stable/SOURCES/ diff --git a/graphics/p5-GraphicsMagick/Makefile b/graphics/p5-GraphicsMagick/Makefile index 2b17addfaa0..5a4b56b3486 100644 --- a/graphics/p5-GraphicsMagick/Makefile +++ b/graphics/p5-GraphicsMagick/Makefile @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.42 2018/11/20 10:19:29 adam Exp $ +# $NetBSD: Makefile,v 1.43 2019/03/18 16:17:48 gdt Exp $ +PKGREVISION= 1 .include "../../graphics/GraphicsMagick/Makefile.common" PKGNAME= p5-GraphicsMagick-${DISTVERSION} diff --git a/graphics/p5-PerlMagick/Makefile b/graphics/p5-PerlMagick/Makefile index ff4942a5422..e549289818b 100644 --- a/graphics/p5-PerlMagick/Makefile +++ b/graphics/p5-PerlMagick/Makefile @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.135 2018/12/02 10:20:45 wiz Exp $ +# $NetBSD: Makefile,v 1.136 2019/03/18 16:17:48 gdt Exp $ +PKGREVISION= 1 .include "../../graphics/ImageMagick/Makefile.common" PKGNAME= p5-PerlMagick-${DISTVERSION} diff --git a/graphics/pfstools/Makefile b/graphics/pfstools/Makefile index f872fa05904..d2fe516abed 100644 --- a/graphics/pfstools/Makefile +++ b/graphics/pfstools/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.49 2018/11/14 22:21:44 kleink Exp $ +# $NetBSD: Makefile,v 1.50 2019/03/18 16:17:48 gdt Exp $ DISTNAME= pfstools-2.0.5 -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pfstools/} EXTRACT_SUFX= .tgz diff --git a/graphics/php-imagick/Makefile b/graphics/php-imagick/Makefile index 07e54d8f647..5a0041f2416 100644 --- a/graphics/php-imagick/Makefile +++ b/graphics/php-imagick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2018/12/15 17:05:29 taca Exp $ +# $NetBSD: Makefile,v 1.18 2019/03/18 16:17:48 gdt Exp $ MODNAME= imagick PECL_VERSION= 3.4.3 @@ -7,7 +7,7 @@ CATEGORIES+= graphics MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pecl.php.net/package/imagick/ COMMENT= PHP extension for ImageMagick graphics library -PKGREVISION= 7 +PKGREVISION= 8 LICENSE= php CONFIGURE_ARGS+= --with-imagick=${BUILDLINK_PREFIX.ImageMagick} diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 499825a9a32..1cb15256ef4 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.96 2018/11/14 22:21:44 kleink Exp $ +# $NetBSD: Makefile,v 1.97 2019/03/18 16:17:48 gdt Exp $ DISTNAME= pstoedit-3.70 -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= converters graphics print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pstoedit/} diff --git a/graphics/ruby-RMagick/Makefile b/graphics/ruby-RMagick/Makefile index 2111a49f38c..64dad3d1317 100644 --- a/graphics/ruby-RMagick/Makefile +++ b/graphics/ruby-RMagick/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.112 2019/02/25 16:48:58 taca Exp $ +# $NetBSD: Makefile,v 1.113 2019/03/18 16:17:48 gdt Exp $ DISTNAME= rmagick-3.0.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/rmagick/RMagick/} +PKGREVISION= 1 CATEGORIES= graphics MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/graphics/tango-icon-theme/Makefile b/graphics/tango-icon-theme/Makefile index ccd2806789d..91892bb47d3 100644 --- a/graphics/tango-icon-theme/Makefile +++ b/graphics/tango-icon-theme/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2018/11/14 22:21:46 kleink Exp $ +# $NetBSD: Makefile,v 1.34 2019/03/18 16:17:48 gdt Exp $ DISTNAME= tango-icon-theme-0.8.90 -PKGREVISION= 30 +PKGREVISION= 31 CATEGORIES= graphics MASTER_SITES= http://tango.freedesktop.org/releases/ diff --git a/graphics/x11rec/Makefile b/graphics/x11rec/Makefile index 9d836d9fd7f..a3f2f238b30 100644 --- a/graphics/x11rec/Makefile +++ b/graphics/x11rec/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.32 2018/11/14 22:21:47 kleink Exp $ +# $NetBSD: Makefile,v 1.33 2019/03/18 16:17:48 gdt Exp $ # DISTNAME= x11rec-0.3 PKGNAME= ${RUBY_PKGPREFIX}-x11rec-0.3 -PKGREVISION= 19 +PKGREVISION= 20 CATEGORIES= graphics ruby MASTER_SITES= http://0xcc.net/x11rec/ diff --git a/graphics/zphoto/Makefile b/graphics/zphoto/Makefile index 85a64d6a347..317b12a0e2e 100644 --- a/graphics/zphoto/Makefile +++ b/graphics/zphoto/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.62 2018/11/14 22:21:48 kleink Exp $ +# $NetBSD: Makefile,v 1.63 2019/03/18 16:17:48 gdt Exp $ # DISTNAME= zphoto-1.2 -PKGREVISION= 52 +PKGREVISION= 53 CATEGORIES= graphics MASTER_SITES= http://0xcc.net/zphoto/ diff --git a/math/R-CGIwithR/Makefile b/math/R-CGIwithR/Makefile index a3f88dc72ae..4617bcffa62 100644 --- a/math/R-CGIwithR/Makefile +++ b/math/R-CGIwithR/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2018/11/14 22:21:59 kleink Exp $ +# $NetBSD: Makefile,v 1.25 2019/03/18 16:17:49 gdt Exp $ # -PKGREVISION= 17 +PKGREVISION= 18 CATEGORIES= math MAINTAINER= mchittur@cs.nmsu.edu diff --git a/math/cantor/Makefile b/math/cantor/Makefile index ef717bbb503..da2b69076ae 100644 --- a/math/cantor/Makefile +++ b/math/cantor/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.45 2018/12/13 19:52:08 adam Exp $ +# $NetBSD: Makefile,v 1.46 2019/03/18 16:17:49 gdt Exp $ DISTNAME= cantor-${_KDE_VERSION} -PKGREVISION= 18 +PKGREVISION= 19 CATEGORIES= math COMMENT= KDE frontend to mathematical software diff --git a/math/octave/Makefile b/math/octave/Makefile index f2cdf8598e9..5be79507af5 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.185 2019/03/05 11:11:12 ryoon Exp $ +# $NetBSD: Makefile,v 1.186 2019/03/18 16:17:49 gdt Exp $ DISTNAME= octave-5.1.0 +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU:=octave/} diff --git a/multimedia/dvdauthor/Makefile b/multimedia/dvdauthor/Makefile index 93fbf3e9a35..07182539fe8 100644 --- a/multimedia/dvdauthor/Makefile +++ b/multimedia/dvdauthor/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.56 2018/11/14 22:22:05 kleink Exp $ +# $NetBSD: Makefile,v 1.57 2019/03/18 16:17:49 gdt Exp $ DISTNAME= dvdauthor-0.7.1 -PKGREVISION= 17 +PKGREVISION= 18 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dvdauthor/} diff --git a/multimedia/fuppes/Makefile b/multimedia/fuppes/Makefile index 08c6f877898..92a688ef149 100644 --- a/multimedia/fuppes/Makefile +++ b/multimedia/fuppes/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.83 2018/12/09 18:52:38 adam Exp $ +# $NetBSD: Makefile,v 1.84 2019/03/18 16:17:49 gdt Exp $ DISTNAME= fuppes-0.660 -PKGREVISION= 47 +PKGREVISION= 48 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuppes/} diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile index 4b5e54bdc5b..e2e7204b941 100644 --- a/multimedia/transcode/Makefile +++ b/multimedia/transcode/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.115 2019/01/04 21:38:31 triaxx Exp $ +# $NetBSD: Makefile,v 1.116 2019/03/18 16:17:49 gdt Exp $ DISTNAME= transcode-1.1.7 -PKGREVISION= 33 +PKGREVISION= 34 CATEGORIES= multimedia MASTER_SITES= http://bitbucket.org/france/transcode-tcforge/downloads/ EXTRACT_SUFX= .tar.bz2 diff --git a/net/kismet/Makefile b/net/kismet/Makefile index 3ad2a9b29a9..d3c1a2861a1 100644 --- a/net/kismet/Makefile +++ b/net/kismet/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.58 2018/11/14 22:22:11 kleink Exp $ +# $NetBSD: Makefile,v 1.59 2019/03/18 16:17:49 gdt Exp $ DISTNAME= kismet-2008-05-R1 PKGNAME= kismet-2008.05.01 -PKGREVISION= 44 +PKGREVISION= 45 CATEGORIES= net MASTER_SITES= https://www.kismetwireless.net/code/ diff --git a/print/atril/Makefile b/print/atril/Makefile index cdd02fc723f..63d14a0df8e 100644 --- a/print/atril/Makefile +++ b/print/atril/Makefile @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2019/03/06 06:08:16 gutteridge Exp $ +# $NetBSD: Makefile,v 1.40 2019/03/18 16:17:49 gdt Exp $ +PKGREVISION= 1 .include "../../meta-pkgs/mate/Makefile.common" DISTNAME= atril-${VERSION} diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index f528abaa914..d61011f5eed 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.114 2019/02/16 13:26:50 wiz Exp $ +# $NetBSD: Makefile,v 1.115 2019/03/18 16:17:49 gdt Exp $ DISTNAME= cups-filters-1.21.6 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= print MASTER_SITES= http://openprinting.org/download/cups-filters/ EXTRACT_SUFX= .tar.xz diff --git a/print/electrix/Makefile b/print/electrix/Makefile index 895f75825a3..57fe94324a0 100644 --- a/print/electrix/Makefile +++ b/print/electrix/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.58 2019/02/16 13:26:50 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2019/03/18 16:17:50 gdt Exp $ DISTNAME= electrix-0.2.0 -PKGREVISION= 56 +PKGREVISION= 57 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=electrix/} EXTRACT_SUFX= .tar.bz2 diff --git a/print/evince-nautilus/Makefile b/print/evince-nautilus/Makefile index 56943ec866d..88522f71b0a 100644 --- a/print/evince-nautilus/Makefile +++ b/print/evince-nautilus/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.107 2019/02/16 13:26:50 wiz Exp $ +# $NetBSD: Makefile,v 1.108 2019/03/18 16:17:50 gdt Exp $ .include "../../print/evince/Makefile.common" PKGNAME= ${DISTNAME:S/evince/evince-nautilus/} -PKGREVISION= 68 +PKGREVISION= 69 COMMENT= File properties plugin for evince files .include "options.mk" diff --git a/print/evince/Makefile b/print/evince/Makefile index 52c291f0b5d..ddf69ad534f 100644 --- a/print/evince/Makefile +++ b/print/evince/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.146 2019/02/16 13:26:50 wiz Exp $ +# $NetBSD: Makefile,v 1.147 2019/03/18 16:17:50 gdt Exp $ .include "../../print/evince/Makefile.common" -PKGREVISION= 77 +PKGREVISION= 78 COMMENT= Document viewer diff --git a/print/evince3/Makefile b/print/evince3/Makefile index 2fc1f82678d..88bb4d27121 100644 --- a/print/evince3/Makefile +++ b/print/evince3/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.85 2019/02/16 13:26:50 wiz Exp $ +# $NetBSD: Makefile,v 1.86 2019/03/18 16:17:50 gdt Exp $ -PKGREVISION= 9 +PKGREVISION= 10 .include "../../print/evince3/Makefile.common" COMMENT= Document viewer diff --git a/print/ghostscript-agpl/Makefile b/print/ghostscript-agpl/Makefile index f3053d73931..38429741269 100644 --- a/print/ghostscript-agpl/Makefile +++ b/print/ghostscript-agpl/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.38 2019/03/17 18:27:01 gdt Exp $ +# $NetBSD: Makefile,v 1.39 2019/03/18 16:17:50 gdt Exp $ DISTNAME= ghostscript-${GS_VERSION} PKGNAME= ${DISTNAME:S/ghostscript/ghostscript-agpl/} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GITHUB:=ArtifexSoftware/} GITHUB_PROJECT= ghostpdl-downloads diff --git a/print/ghostscript-agpl/buildlink3.mk b/print/ghostscript-agpl/buildlink3.mk index 886326e3dfa..bfc6e73f890 100644 --- a/print/ghostscript-agpl/buildlink3.mk +++ b/print/ghostscript-agpl/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.12 2019/03/17 17:34:02 gdt Exp $ +# $NetBSD: buildlink3.mk,v 1.13 2019/03/18 16:17:50 gdt Exp $ BUILDLINK_TREE+= ghostscript-agpl @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ghostscript-agpl GHOSTSCRIPT_AGPL_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ghostscript-agpl+= ghostscript-agpl>=8.63nb1 -BUILDLINK_ABI_DEPENDS.ghostscript-agpl+= ghostscript-agpl>=9.22nb2 +BUILDLINK_ABI_DEPENDS.ghostscript-agpl+= ghostscript-agpl>=9.26nb3 BUILDLINK_PKGSRCDIR.ghostscript-agpl?= ../../print/ghostscript-agpl .include "../../graphics/openjpeg/buildlink3.mk" diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index e3c56365098..c82583a0a28 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.48 2019/03/17 18:29:40 gdt Exp $ +# $NetBSD: Makefile,v 1.49 2019/03/18 16:17:50 gdt Exp $ DISTNAME= ghostscript-${GS_VERSION} PKGNAME= ${DISTNAME:S/ghostscript/ghostscript-gpl/} -PKGREVISION= 27 +PKGREVISION= 28 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ghostscript/} MASTER_SITES+= https://ghostscript.com/releases/ diff --git a/print/ghostscript-gpl/buildlink3.mk b/print/ghostscript-gpl/buildlink3.mk index 397d5589d46..e7fa9c6ccf2 100644 --- a/print/ghostscript-gpl/buildlink3.mk +++ b/print/ghostscript-gpl/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.16 2018/11/14 22:22:17 kleink Exp $ +# $NetBSD: buildlink3.mk,v 1.17 2019/03/18 16:17:50 gdt Exp $ BUILDLINK_TREE+= ghostscript-gpl @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ghostscript-gpl GHOSTSCRIPT_GPL_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.ghostscript-gpl+= ghostscript-gpl>=8.63nb1 -BUILDLINK_ABI_DEPENDS.ghostscript-gpl+= ghostscript-gpl>=9.06nb27 +BUILDLINK_ABI_DEPENDS.ghostscript-gpl+= ghostscript-gpl>=9.06nb28 BUILDLINK_PKGSRCDIR.ghostscript-gpl?= ../../print/ghostscript-gpl .include "../../graphics/png/buildlink3.mk" diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile index 0bd42206c56..23714ee334d 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.115 2019/03/17 18:40:29 gdt Exp $ +# $NetBSD: Makefile,v 1.116 2019/03/18 16:17:50 gdt Exp $ # # XXX The version number is the last one before the agpl change. DISTNAME= ghostscript-9.05 -PKGREVISION= 16 +PKGREVISION= 17 CATEGORIES= print meta-pkgs MASTER_SITES= # empty diff --git a/print/ghostscript/buildlink3.mk b/print/ghostscript/buildlink3.mk index 9887030b2d0..a171b36f8cd 100644 --- a/print/ghostscript/buildlink3.mk +++ b/print/ghostscript/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.27 2018/11/14 22:22:17 kleink Exp $ +# $NetBSD: buildlink3.mk,v 1.28 2019/03/18 16:17:50 gdt Exp $ BUILDLINK_TREE+= ghostscript @@ -6,7 +6,7 @@ BUILDLINK_TREE+= ghostscript GHOSTSCRIPT_BUILDLINK3_MK:= 1 BUILDLINK_API_DEPENDS.ghostscript+= ghostscript>=8.63nb1 -BUILDLINK_ABI_DEPENDS.ghostscript+= ghostscript>=9.05nb15 +BUILDLINK_ABI_DEPENDS.ghostscript+= ghostscript>=9.05nb17 BUILDLINK_PKGSRCDIR.ghostscript= ../../print/ghostscript pkgbase := ghostscript diff --git a/print/hplip/Makefile b/print/hplip/Makefile index fc9a340f152..c35b2312e50 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.76 2018/11/14 22:22:17 kleink Exp $ +# $NetBSD: Makefile,v 1.77 2019/03/18 16:17:50 gdt Exp $ DISTNAME= hplip-3.18.5 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hplip/} diff --git a/print/libspectre/Makefile b/print/libspectre/Makefile index 794cad68604..b418f7ddfb8 100644 --- a/print/libspectre/Makefile +++ b/print/libspectre/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2018/11/14 22:22:18 kleink Exp $ +# $NetBSD: Makefile,v 1.35 2019/03/18 16:17:50 gdt Exp $ DISTNAME= libspectre-0.2.8 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= print MASTER_SITES= http://libspectre.freedesktop.org/releases/ diff --git a/print/libspectre/buildlink3.mk b/print/libspectre/buildlink3.mk index 0627185f42d..2b49fbd9108 100644 --- a/print/libspectre/buildlink3.mk +++ b/print/libspectre/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.26 2018/11/14 22:22:18 kleink Exp $ +# $NetBSD: buildlink3.mk,v 1.27 2019/03/18 16:17:50 gdt Exp $ BUILDLINK_TREE+= libspectre @@ -6,7 +6,7 @@ BUILDLINK_TREE+= libspectre LIBSPECTRE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.libspectre+= libspectre>=0.2.1 -BUILDLINK_ABI_DEPENDS.libspectre+= libspectre>=0.2.8nb7 +BUILDLINK_ABI_DEPENDS.libspectre+= libspectre>=0.2.8nb8 BUILDLINK_PKGSRCDIR.libspectre?= ../../print/libspectre .include "../../print/ghostscript/buildlink3.mk" diff --git a/print/okular/Makefile b/print/okular/Makefile index 21ec17fc859..fceb794ae45 100644 --- a/print/okular/Makefile +++ b/print/okular/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.80 2018/12/13 19:52:19 adam Exp $ +# $NetBSD: Makefile,v 1.81 2019/03/18 16:17:51 gdt Exp $ DISTNAME= okular-16.08.0 -PKGREVISION= 21 +PKGREVISION= 22 CATEGORIES= print COMMENT= KDE universal document viewer MASTER_SITES= ${MASTER_SITE_KDE:=applications/16.08.0/src/} diff --git a/print/pdf2djvu/Makefile b/print/pdf2djvu/Makefile index 0293fae3f16..e29103b98e8 100644 --- a/print/pdf2djvu/Makefile +++ b/print/pdf2djvu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.71 2019/02/16 13:26:50 wiz Exp $ +# $NetBSD: Makefile,v 1.72 2019/03/18 16:17:51 gdt Exp $ DISTNAME= pdf2djvu-0.9.10 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= print MASTER_SITES= https://github.com/jwilk/pdf2djvu/releases/download/${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tar.xz diff --git a/print/qpdfview/Makefile b/print/qpdfview/Makefile index 58ac70f7a8c..1b7ad136336 100644 --- a/print/qpdfview/Makefile +++ b/print/qpdfview/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.70 2019/02/16 13:26:51 wiz Exp $ +# $NetBSD: Makefile,v 1.71 2019/03/18 16:17:51 gdt Exp $ VER= 0.4.16 DISTNAME= qpdfview-${VER} -PKGREVISION= 36 +PKGREVISION= 37 CATEGORIES= print MASTER_SITES= https://launchpad.net/qpdfview/trunk/${VER}/+download/ diff --git a/print/zathura-ps/Makefile b/print/zathura-ps/Makefile index e6d197808e6..ebc31a15b94 100644 --- a/print/zathura-ps/Makefile +++ b/print/zathura-ps/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2018/11/14 22:22:20 kleink Exp $ +# $NetBSD: Makefile,v 1.17 2019/03/18 16:17:51 gdt Exp $ DISTNAME= zathura-ps-0.2.6 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= print MASTER_SITES= https://pwmt.org/projects/zathura-ps/download/ EXTRACT_SUFX= .tar.xz diff --git a/security/libfprint/Makefile b/security/libfprint/Makefile index acfabc02e82..0bbedcd3750 100644 --- a/security/libfprint/Makefile +++ b/security/libfprint/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.47 2018/12/09 21:05:35 adam Exp $ +# $NetBSD: Makefile,v 1.48 2019/03/18 16:17:51 gdt Exp $ DISTNAME= libfprint-0.7.0 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= security devel MASTER_SITES= https://people.freedesktop.org/~anarsoul/ EXTRACT_SUFX= .tar.xz diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 783be220e15..8e0be5aefb4 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.136 2018/11/14 22:22:53 kleink Exp $ +# $NetBSD: Makefile,v 1.137 2019/03/18 16:17:51 gdt Exp $ -PKGREVISION= 16 +PKGREVISION= 17 .include "Makefile.common" COMMENT= Like the XLock session-locker/screensaver, but with more |