diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-09-25 08:05:05 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-09-25 08:05:05 +0800 |
commit | a5a9805ffa6934c7f8a35773ecb955b8f49bc571 (patch) | |
tree | 38af65c6adad16dba1e13346ecb52295abff07e6 | |
parent | 7484f2258645fce25c2714f8a8c349aaf4af12d4 (diff) | |
download | freebsd-ports-gnome-a5a9805ffa6934c7f8a35773ecb955b8f49bc571.tar.gz freebsd-ports-gnome-a5a9805ffa6934c7f8a35773ecb955b8f49bc571.tar.zst freebsd-ports-gnome-a5a9805ffa6934c7f8a35773ecb955b8f49bc571.zip |
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
327 files changed, 335 insertions, 294 deletions
diff --git a/archivers/innoextract/Makefile b/archivers/innoextract/Makefile index 408c04d0817c..62151d806630 100644 --- a/archivers/innoextract/Makefile +++ b/archivers/innoextract/Makefile @@ -3,7 +3,7 @@ PORTNAME= innoextract PORTVERSION= 1.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= archivers MASTER_SITES= http://constexpr.org/innoextract/files/ diff --git a/archivers/tardy/Makefile b/archivers/tardy/Makefile index 5de39654f362..44d9237429d7 100644 --- a/archivers/tardy/Makefile +++ b/archivers/tardy/Makefile @@ -4,7 +4,7 @@ PORTNAME= tardy PORTVERSION= 1.28 DISTVERSIONSUFFIX= .D001.orig -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= archivers MASTER_SITES= SF/tardy/${PORTVERSION}/ DISTNAME= ${PORTNAME}_${PORTVERSION}${DISTVERSIONSUFFIX} diff --git a/astro/libkgeomap/Makefile b/astro/libkgeomap/Makefile index c69b16ac25c6..91726c62e18a 100644 --- a/astro/libkgeomap/Makefile +++ b/astro/libkgeomap/Makefile @@ -2,7 +2,7 @@ PORTNAME= libkgeomap PORTVERSION= ${KDE4_APPLICATIONS_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= astro kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/astro/libosmium/Makefile b/astro/libosmium/Makefile index 553c76980771..2b861a93de31 100644 --- a/astro/libosmium/Makefile +++ b/astro/libosmium/Makefile @@ -3,7 +3,7 @@ PORTNAME= libosmium PORTVERSION= 2.13.1 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= astro geography devel diff --git a/audio/ardour/Makefile b/audio/ardour/Makefile index 8a761b1e577c..d13cd46eb9af 100644 --- a/audio/ardour/Makefile +++ b/audio/ardour/Makefile @@ -3,7 +3,7 @@ PORTNAME= ardour PORTVERSION= 2.8.16 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= http://freebsd.nsu.ru/distfiles/ diff --git a/audio/ardour5/Makefile b/audio/ardour5/Makefile index 322f87192ea5..dfdc5c398e9d 100644 --- a/audio/ardour5/Makefile +++ b/audio/ardour5/Makefile @@ -3,7 +3,7 @@ PORTNAME= ardour5 PORTVERSION= 5.11.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= https://github.com/beerml/ardour_releases/raw/master/ # The original master side points to the latest release only: diff --git a/audio/clementine-player/Makefile b/audio/clementine-player/Makefile index 8de3cc0cf414..656595ca370a 100644 --- a/audio/clementine-player/Makefile +++ b/audio/clementine-player/Makefile @@ -3,7 +3,7 @@ PORTNAME= clementine PORTVERSION= 1.3.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= audio PKGNAMESUFFIX= -player diff --git a/audio/cpp-xmms2/Makefile b/audio/cpp-xmms2/Makefile index b8d53a90ac5f..b93fdb921dd4 100644 --- a/audio/cpp-xmms2/Makefile +++ b/audio/cpp-xmms2/Makefile @@ -1,7 +1,7 @@ # Created by: Alexander Botero-Lowry <alex@foxybanana.com> # $FreeBSD$ -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= audio PKGNAMEPREFIX= cpp- diff --git a/audio/csound6/Makefile b/audio/csound6/Makefile index 5d4e45d3726f..589c207ab0ac 100644 --- a/audio/csound6/Makefile +++ b/audio/csound6/Makefile @@ -3,7 +3,7 @@ PORTNAME= csound PORTVERSION= 6.06 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}6/${PORTNAME:S/c/C/}${PORTVERSION} PKGNAMESUFFIX= 6 diff --git a/audio/mp3plot/Makefile b/audio/mp3plot/Makefile index 43add859137a..ba81c265de78 100644 --- a/audio/mp3plot/Makefile +++ b/audio/mp3plot/Makefile @@ -3,7 +3,7 @@ PORTNAME= mp3plot DISTVERSION= 0.6.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= audio MASTER_SITES= http://p.outlyer.net/mp3plot/files/ diff --git a/audio/mumble/Makefile b/audio/mumble/Makefile index 307847ab3731..35b1863c02ef 100644 --- a/audio/mumble/Makefile +++ b/audio/mumble/Makefile @@ -3,7 +3,7 @@ PORTNAME= mumble PORTVERSION= 1.2.19 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MAINTAINER= feld@FreeBSD.org diff --git a/audio/murmur/Makefile b/audio/murmur/Makefile index ccdc1bfa06f2..e524b26690fc 100644 --- a/audio/murmur/Makefile +++ b/audio/murmur/Makefile @@ -3,7 +3,7 @@ PORTNAME= murmur PORTVERSION= 1.2.19 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio net MAINTAINER= feld@FreeBSD.org diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 8036e01483e8..2c7e6a411f6a 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -2,7 +2,7 @@ PORTNAME= musicpd PORTVERSION= 0.20.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio ipv6 MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} diff --git a/audio/ncmpcpp/Makefile b/audio/ncmpcpp/Makefile index 2fc4e2378325..11a84774f74b 100644 --- a/audio/ncmpcpp/Makefile +++ b/audio/ncmpcpp/Makefile @@ -2,7 +2,7 @@ PORTNAME= ncmpcpp PORTVERSION= 0.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://ncmpcpp.rybczak.net/stable/ diff --git a/audio/patchage/Makefile b/audio/patchage/Makefile index b741b2649629..5dfa5459914c 100644 --- a/audio/patchage/Makefile +++ b/audio/patchage/Makefile @@ -3,7 +3,7 @@ PORTNAME= patchage PORTVERSION= 0.5.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio MASTER_SITES= http://download.drobilla.net/ \ http://frugalware.mirrors.tds.net/pub/linux/frugalware/frugalware-current/source/xmultimedia-extra/patchage/ diff --git a/audio/pms/Makefile b/audio/pms/Makefile index 0f34bf69e237..9b2043932b52 100644 --- a/audio/pms/Makefile +++ b/audio/pms/Makefile @@ -3,7 +3,7 @@ PORTNAME= pms PORTVERSION= 0.42 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= SF diff --git a/audio/py-tagpy/Makefile b/audio/py-tagpy/Makefile index 815a22eef373..5ce54c6525be 100644 --- a/audio/py-tagpy/Makefile +++ b/audio/py-tagpy/Makefile @@ -3,7 +3,7 @@ PORTNAME= tagpy PORTVERSION= 2013.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/audio/raul/Makefile b/audio/raul/Makefile index 814e13af88bd..608407d68713 100644 --- a/audio/raul/Makefile +++ b/audio/raul/Makefile @@ -3,7 +3,7 @@ PORTNAME= raul PORTVERSION= 0.8.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= http://download.drobilla.net/ diff --git a/audio/supercollider/Makefile b/audio/supercollider/Makefile index b7d5dcaa87cf..bf261645df62 100644 --- a/audio/supercollider/Makefile +++ b/audio/supercollider/Makefile @@ -2,7 +2,7 @@ PORTNAME= supercollider PORTVERSION= 3.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= https://github.com/supercollider/supercollider/releases/download/Version-${PORTVERSION}/ DISTNAME= SuperCollider-${PORTVERSION}-Source-linux diff --git a/biology/seqan-apps/Makefile b/biology/seqan-apps/Makefile index 541910be643d..842b72f78b99 100644 --- a/biology/seqan-apps/Makefile +++ b/biology/seqan-apps/Makefile @@ -4,7 +4,7 @@ PORTNAME= seqan-apps PORTVERSION= 2.2.0 DISTVERSIONPREFIX= seqan-v -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= biology MAINTAINER= h2+fbsdports@fsfe.org diff --git a/cad/freecad/Makefile b/cad/freecad/Makefile index 7e1a729ed1e0..aacef6fcd720 100644 --- a/cad/freecad/Makefile +++ b/cad/freecad/Makefile @@ -2,7 +2,7 @@ PORTNAME= FreeCAD DISTVERSION= 0.17.g20170616 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= cad MAINTAINER= tj+freebsd_ports@a13.fr diff --git a/cad/fritzing/Makefile b/cad/fritzing/Makefile index fbf580bd9719..4c7dd384989e 100644 --- a/cad/fritzing/Makefile +++ b/cad/fritzing/Makefile @@ -4,7 +4,7 @@ PORTNAME= fritzing PORTVERSION= 0.9.2 DISTVERSIONSUFFIX= b -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= cad MAINTAINER= lenzi.sergio@gmail.com diff --git a/cad/kicad-devel/Makefile b/cad/kicad-devel/Makefile index a91ac17bcd49..bc5607ad1f89 100644 --- a/cad/kicad-devel/Makefile +++ b/cad/kicad-devel/Makefile @@ -3,8 +3,7 @@ PORTNAME= kicad DISTVERSION= r${GIT_SRC_DATE} -PORTREVISION= 1 -#PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MASTER_SITES= LOCAL/mr PKGNAMESUFFIX= -devel diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile index ba8dbec2cbf2..4742da82b2a0 100644 --- a/cad/kicad/Makefile +++ b/cad/kicad/Makefile @@ -3,7 +3,7 @@ PORTNAME= kicad PORTVERSION= 4.0.7 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= cad diff --git a/cad/librecad/Makefile b/cad/librecad/Makefile index ef3c82c0c5d1..a564da7d7766 100644 --- a/cad/librecad/Makefile +++ b/cad/librecad/Makefile @@ -2,7 +2,7 @@ PORTNAME= librecad PORTVERSION= 2.1.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= cad MAINTAINER= jhale@FreeBSD.org diff --git a/cad/linuxcnc-devel/Makefile b/cad/linuxcnc-devel/Makefile index 87fe14da625e..3c6932d78d87 100644 --- a/cad/linuxcnc-devel/Makefile +++ b/cad/linuxcnc-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= linuxcnc PORTVERSION= 20170708 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad PKGNAMESUFFIX= -devel diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile index dab0bbbd1d28..52ae68e09d92 100644 --- a/cad/openscad/Makefile +++ b/cad/openscad/Makefile @@ -3,7 +3,7 @@ PORTNAME= openscad PORTVERSION= 2015.03 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= cad MASTER_SITES= http://files.openscad.org/ DISTNAME= openscad-${PORTVERSION}.src diff --git a/chinese/librime/Makefile b/chinese/librime/Makefile index d3cd1dd88888..99f19b67c75b 100644 --- a/chinese/librime/Makefile +++ b/chinese/librime/Makefile @@ -4,7 +4,7 @@ PORTNAME= librime PORTVERSION= 1.2.9 DISTVERSIONPREFIX= rime- -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= chinese textproc MAINTAINER= lichray@gmail.com diff --git a/comms/fldigi/Makefile b/comms/fldigi/Makefile index 1732aadf18e9..08320d69479f 100644 --- a/comms/fldigi/Makefile +++ b/comms/fldigi/Makefile @@ -2,7 +2,7 @@ PORTNAME= fldigi PORTVERSION= 4.0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms hamradio MASTER_SITES= SF/${PORTNAME}/${PORTNAME} diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile index 29be0ff3846c..653ce0c50930 100644 --- a/comms/gnuradio/Makefile +++ b/comms/gnuradio/Makefile @@ -2,7 +2,7 @@ PORTNAME= gnuradio PORTVERSION= 3.7.10.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= comms astro hamradio MASTER_SITES= http://gnuradio.org/releases/gnuradio/ \ LOCAL/db diff --git a/comms/gqrx/Makefile b/comms/gqrx/Makefile index 204b30ecdd4b..ca23cbdc94af 100644 --- a/comms/gqrx/Makefile +++ b/comms/gqrx/Makefile @@ -4,6 +4,7 @@ PORTNAME= gqrx PORTVERSION= 2.8 DISTVERSIONPREFIX= v +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= comms hamradio diff --git a/comms/gr-osmosdr/Makefile b/comms/gr-osmosdr/Makefile index d8a77b4cef76..36af3c3ff6c4 100644 --- a/comms/gr-osmosdr/Makefile +++ b/comms/gr-osmosdr/Makefile @@ -2,7 +2,7 @@ PORTNAME= gr-osmosdr PORTVERSION= 20160622 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= comms hamradio MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac diff --git a/comms/uhd/Makefile b/comms/uhd/Makefile index 866c3324faf5..442c925ef7fb 100644 --- a/comms/uhd/Makefile +++ b/comms/uhd/Makefile @@ -2,7 +2,7 @@ PORTNAME= uhd PORTVERSION= 3.10.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms hamradio MASTER_SITES= http://files.ettus.com/binaries/images/ DISTFILES= ${IMAGE_FILE} diff --git a/comms/usrp/Makefile b/comms/usrp/Makefile index de39a82f4686..04c404c0e831 100644 --- a/comms/usrp/Makefile +++ b/comms/usrp/Makefile @@ -2,7 +2,7 @@ PORTNAME= usrp PORTVERSION= 3.4.3 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= comms hamradio MASTER_SITES= LOCAL/adrian DISTNAME= Ettus-USRP-3.4.3 diff --git a/converters/osm2pgsql/Makefile b/converters/osm2pgsql/Makefile index 67927f2ce9fc..e8d0ce225fcf 100644 --- a/converters/osm2pgsql/Makefile +++ b/converters/osm2pgsql/Makefile @@ -3,7 +3,7 @@ PORTNAME= osm2pgsql PORTVERSION= 0.92.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= converters geography MAINTAINER= amdmi3@FreeBSD.org diff --git a/databases/akonadi/Makefile b/databases/akonadi/Makefile index f53f289917ec..7ef100757da8 100644 --- a/databases/akonadi/Makefile +++ b/databases/akonadi/Makefile @@ -3,7 +3,7 @@ PORTNAME= akonadi PORTVERSION= 1.13.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases kde MASTER_SITES= KDE/stable/${PORTNAME}/src DIST_SUBDIR= KDE diff --git a/databases/clickhouse/Makefile b/databases/clickhouse/Makefile index 12764be321af..0f84ef905cf0 100644 --- a/databases/clickhouse/Makefile +++ b/databases/clickhouse/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.1.54289 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -stable #DISTVERSIONSUFFIX= -testing -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MAINTAINER= proler@gmail.com diff --git a/databases/galera/Makefile b/databases/galera/Makefile index 60efcc8c22c1..27b60b5a96d9 100644 --- a/databases/galera/Makefile +++ b/databases/galera/Makefile @@ -4,6 +4,7 @@ PORTNAME= galera PORTVERSION?= 25.3.21 DISTVERSIONPREFIX?= release_ +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= devel@galeracluster.com diff --git a/databases/glom/Makefile b/databases/glom/Makefile index fdf21a4d2758..6c8574b1578b 100644 --- a/databases/glom/Makefile +++ b/databases/glom/Makefile @@ -3,7 +3,7 @@ PORTNAME= glom PORTVERSION= 1.28.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/databases/grass7/Makefile b/databases/grass7/Makefile index 5e7b8dddb62b..f5ba962d02a9 100644 --- a/databases/grass7/Makefile +++ b/databases/grass7/Makefile @@ -3,6 +3,7 @@ PORTNAME= grass PORTVERSION= 7.2.2 +PORTREVISION= 1 CATEGORIES= databases geography MASTER_SITES= http://grass.osgeo.org/%SUBDIR%/ \ http://grass.cict.fr/%SUBDIR%/ \ diff --git a/databases/hamsterdb/Makefile b/databases/hamsterdb/Makefile index e04bea6ce731..cd56907f8d2d 100644 --- a/databases/hamsterdb/Makefile +++ b/databases/hamsterdb/Makefile @@ -3,7 +3,7 @@ PORTNAME= hamsterdb PORTVERSION= 2.1.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases MASTER_SITES= http://files.hamsterdb.com/dl/ diff --git a/databases/mariadb100-server/Makefile b/databases/mariadb100-server/Makefile index 22521698bfeb..24b1a080b134 100644 --- a/databases/mariadb100-server/Makefile +++ b/databases/mariadb100-server/Makefile @@ -2,7 +2,7 @@ PORTNAME?= mariadb PORTVERSION= 10.0.32 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ http://mirrors.supportex.net/${SITESDIR}/ \ diff --git a/databases/mariadb101-server/Makefile b/databases/mariadb101-server/Makefile index e6166eb4cfe0..9c405a5b93bb 100644 --- a/databases/mariadb101-server/Makefile +++ b/databases/mariadb101-server/Makefile @@ -2,7 +2,7 @@ PORTNAME?= mariadb PORTVERSION= 10.1.26 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ http://mirrors.supportex.net/${SITESDIR}/ \ diff --git a/databases/mariadb102-server/Makefile b/databases/mariadb102-server/Makefile index afc4c55d6730..1f35f6664bcd 100644 --- a/databases/mariadb102-server/Makefile +++ b/databases/mariadb102-server/Makefile @@ -2,7 +2,7 @@ PORTNAME?= mariadb PORTVERSION= 10.2.7 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= databases ipv6 MASTER_SITES= http://mirrors.supportex.net/${SITESDIR}/ \ http://mirror2.hs-esslingen.de/pub/Mirrors/${SITESDIR}/ \ diff --git a/databases/mariadb55-server/Makefile b/databases/mariadb55-server/Makefile index 28580286c70f..b96a061345a2 100644 --- a/databases/mariadb55-server/Makefile +++ b/databases/mariadb55-server/Makefile @@ -2,7 +2,7 @@ PORTNAME?= mariadb PORTVERSION= 5.5.57 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ http://mirrors.supportex.net/mariadb/${PORTNAME}-${PORTVERSION}/source/ \ diff --git a/databases/mongodb/Makefile b/databases/mongodb/Makefile index 2c1d33816417..fd0815ebd303 100644 --- a/databases/mongodb/Makefile +++ b/databases/mongodb/Makefile @@ -3,6 +3,7 @@ PORTNAME= mongodb PORTVERSION= 2.6.12 +PORTREVISION= 1 CATEGORIES= databases net MASTER_SITES= http://downloads.mongodb.org/src/ DISTNAME= ${PORTNAME}-src-r${PORTVERSION} diff --git a/databases/mongodb34-rocks/Makefile b/databases/mongodb34-rocks/Makefile index bb86cc254419..4e64dcea37d6 100644 --- a/databases/mongodb34-rocks/Makefile +++ b/databases/mongodb34-rocks/Makefile @@ -2,7 +2,7 @@ PORTNAME= mongodb PORTVERSION= 3.4.6 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= r CATEGORIES= databases net MASTER_SITES= https://fastdl.mongodb.org/src/ \ diff --git a/databases/mongodb34/Makefile b/databases/mongodb34/Makefile index 281659a49b6a..8231592e3611 100644 --- a/databases/mongodb34/Makefile +++ b/databases/mongodb34/Makefile @@ -3,7 +3,7 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r DISTVERSION= 3.4.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases net MASTER_SITES= https://fastdl.mongodb.org/src/ \ http://fastdl.mongodb.org/src/ \ diff --git a/databases/mysql-connector-c++/Makefile b/databases/mysql-connector-c++/Makefile index ef4abf3dcb17..795222083ae6 100644 --- a/databases/mysql-connector-c++/Makefile +++ b/databases/mysql-connector-c++/Makefile @@ -3,6 +3,7 @@ PORTNAME= mysql-connector-c++ PORTVERSION= 1.1.9 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= MYSQL/Connector-C++ diff --git a/databases/pgrouting/Makefile b/databases/pgrouting/Makefile index 41c69c3bf037..45bbb3ceb3f4 100644 --- a/databases/pgrouting/Makefile +++ b/databases/pgrouting/Makefile @@ -4,6 +4,7 @@ PORTNAME= pgrouting PORTVERSION= 2.5.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= databases geography MAINTAINER= lbartoletti@tuxfamily.org diff --git a/databases/php5-pdo_cassandra/Makefile b/databases/php5-pdo_cassandra/Makefile index db5f8940d03b..a22960f6af93 100644 --- a/databases/php5-pdo_cassandra/Makefile +++ b/databases/php5-pdo_cassandra/Makefile @@ -3,7 +3,7 @@ PORTNAME= pdo_cassandra PORTVERSION= 0.2.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= databases PKGNAMEPREFIX= php5- diff --git a/databases/sfcgal/Makefile b/databases/sfcgal/Makefile index eca90bbb9ac7..dfff8fc8d6f7 100644 --- a/databases/sfcgal/Makefile +++ b/databases/sfcgal/Makefile @@ -4,6 +4,7 @@ PORTNAME= sfcgal PORTVERSION= 1.3.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= databases math graphics MAINTAINER= lbartoletti@tuxfamily.org diff --git a/databases/soci/Makefile b/databases/soci/Makefile index 041d15e60977..0744cc4b2dd0 100644 --- a/databases/soci/Makefile +++ b/databases/soci/Makefile @@ -3,7 +3,7 @@ PORTNAME= soci PORTVERSION= 3.2.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/databases/speedtables/Makefile b/databases/speedtables/Makefile index a3eb8a5a70fe..f580d1b61841 100644 --- a/databases/speedtables/Makefile +++ b/databases/speedtables/Makefile @@ -4,6 +4,7 @@ PORTNAME= speedtables PORTVERSION= 1.13.6 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= gahr@FreeBSD.org diff --git a/databases/vsqlite/Makefile b/databases/vsqlite/Makefile index e8eb7340b005..2b64de390e59 100644 --- a/databases/vsqlite/Makefile +++ b/databases/vsqlite/Makefile @@ -3,7 +3,7 @@ PORTNAME= vsqlite PORTVERSION= 0.3.13 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= databases MAINTAINER= kwm@FreeBSD.org diff --git a/deskutils/easystroke/Makefile b/deskutils/easystroke/Makefile index 6c95f115af93..961369c9f7ff 100644 --- a/deskutils/easystroke/Makefile +++ b/deskutils/easystroke/Makefile @@ -3,7 +3,7 @@ PORTNAME= easystroke PORTVERSION= 0.6.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= deskutils MASTER_SITES= SF diff --git a/deskutils/gnote/Makefile b/deskutils/gnote/Makefile index fefcf306ab6e..fc1470fbd0fa 100644 --- a/deskutils/gnote/Makefile +++ b/deskutils/gnote/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnote PORTVERSION= 3.18.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils gnome MASTER_SITES= GNOME diff --git a/deskutils/kdepim4-runtime/Makefile b/deskutils/kdepim4-runtime/Makefile index ffdf545b1dad..558a63701668 100644 --- a/deskutils/kdepim4-runtime/Makefile +++ b/deskutils/kdepim4-runtime/Makefile @@ -3,7 +3,7 @@ PORTNAME= kdepim-runtime PORTVERSION= ${KDE4_KDEPIM_VERSION} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/deskutils/kdepim4/Makefile b/deskutils/kdepim4/Makefile index 5d0f75566ba1..d604b43b5007 100644 --- a/deskutils/kdepim4/Makefile +++ b/deskutils/kdepim4/Makefile @@ -3,7 +3,7 @@ PORTNAME= kdepim PORTVERSION= ${KDE4_KDEPIM_VERSION} -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/deskutils/kdepimlibs4/Makefile b/deskutils/kdepimlibs4/Makefile index 2b681e3a1b09..db847cc4831f 100644 --- a/deskutils/kdepimlibs4/Makefile +++ b/deskutils/kdepimlibs4/Makefile @@ -3,7 +3,7 @@ PORTNAME= kdepimlibs PORTVERSION= ${KDE4_KDEPIM_VERSION} -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${KDE4_APPLICATIONS_VERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/deskutils/launchy/Makefile b/deskutils/launchy/Makefile index 321ea8ea24f0..8b39bee88c57 100644 --- a/deskutils/launchy/Makefile +++ b/deskutils/launchy/Makefile @@ -3,7 +3,7 @@ PORTNAME= launchy PORTVERSION= 2.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME}/Launchy%20on%20Linux/${PORTVERSION} diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index af84d1c01277..81f48fc62b16 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -3,7 +3,7 @@ PORTNAME= pinot PORTVERSION= 1.09 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils MAINTAINER= thierry@FreeBSD.org diff --git a/devel/avro-cpp/Makefile b/devel/avro-cpp/Makefile index 2fca5cbb04dd..74b81d4ae546 100644 --- a/devel/avro-cpp/Makefile +++ b/devel/avro-cpp/Makefile @@ -3,7 +3,7 @@ PORTNAME= avro PORTVERSION= 1.8.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= http://www.sai.msu.su/apache/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ \ APACHE/${PORTNAME}/stable diff --git a/devel/boost-all/compiled.mk b/devel/boost-all/compiled.mk index 5e918749e6ca..2497855c5e8b 100644 --- a/devel/boost-all/compiled.mk +++ b/devel/boost-all/compiled.mk @@ -4,7 +4,8 @@ MAKE_CMD= bjam MAKEFILE= # MAKE_FLAGS= # ALL_TARGET= stage -USES+= compiler:features +USES+= compiler:c++11-lib +USE_CXXSTD= gnu++11 PLIST_SUB+= BOOST_SHARED_LIB_VER=${PORTVERSION} diff --git a/devel/boost-libs/Makefile b/devel/boost-libs/Makefile index 38d78fb0177e..ba89ddc4371d 100644 --- a/devel/boost-libs/Makefile +++ b/devel/boost-libs/Makefile @@ -10,6 +10,9 @@ BROKEN_sparc64= https://github.com/boostorg/context/commit/f2ef6326b6ed BUILD_DEPENDS+= bjam:devel/boost-jam +# libs/config/test/boost_no_cxx11_thread_local.ipp fails (see base r303795) +PLIST_SUB+= FIBER="${"${OPSYS}"=="FreeBSD" && ${OSREL:R} < 11:?@comment :}" + OPTIONS_DEFINE= DEBUG OPTIMIZED_CFLAGS OPTIONS_MULTI= LOCALE OPTIONS_MULTI_LOCALE= ICONV ICU diff --git a/devel/boost-libs/pkg-plist b/devel/boost-libs/pkg-plist index 2e37bcb8c67e..da50d1a869ec 100644 --- a/devel/boost-libs/pkg-plist +++ b/devel/boost-libs/pkg-plist @@ -12498,6 +12498,9 @@ lib/libboost_date_time.a lib/libboost_date_time.so lib/libboost_date_time.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_exception.a +%%FIBER%%lib/libboost_fiber.a +%%FIBER%%lib/libboost_fiber.so +%%FIBER%%lib/libboost_fiber.so.%%BOOST_SHARED_LIB_VER%% lib/libboost_filesystem.a lib/libboost_filesystem.so lib/libboost_filesystem.so.%%BOOST_SHARED_LIB_VER%% diff --git a/devel/boost_build/Makefile b/devel/boost_build/Makefile index 37d5ebdf652d..d8ec16028d8d 100644 --- a/devel/boost_build/Makefile +++ b/devel/boost_build/Makefile @@ -3,7 +3,7 @@ PORTNAME= boost_build PORTVERSION= 2.0.m12 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= SF/boost/boost-build/2.0-m12 DISTNAME= ${PORTNAME:S/_/-/g}-${PORTVERSION:S/.m/-m/} diff --git a/devel/codeblocks/Makefile b/devel/codeblocks/Makefile index 2499288888ae..0bf70b97ed77 100644 --- a/devel/codeblocks/Makefile +++ b/devel/codeblocks/Makefile @@ -3,7 +3,7 @@ PORTNAME= codeblocks PORTVERSION= 16.01 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/Sources/${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/devel/cpp-hocon/Makefile b/devel/cpp-hocon/Makefile index 054ac3978d8e..f9575be37128 100644 --- a/devel/cpp-hocon/Makefile +++ b/devel/cpp-hocon/Makefile @@ -2,6 +2,7 @@ PORTNAME= cpp-hocon PORTVERSION= 0.1.6 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= puppet@FreeBSD.org diff --git a/devel/cpp-netlib/Makefile b/devel/cpp-netlib/Makefile index 148e812ab35a..b17eadbf74d6 100644 --- a/devel/cpp-netlib/Makefile +++ b/devel/cpp-netlib/Makefile @@ -5,7 +5,7 @@ PORTNAME= cpp-netlib DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 0.12.0 DISTVERSIONSUFFIX= -final -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= zi@FreeBSD.org diff --git a/devel/cpprestsdk/Makefile b/devel/cpprestsdk/Makefile index 1a130bf525f8..847e4f2fdccd 100644 --- a/devel/cpprestsdk/Makefile +++ b/devel/cpprestsdk/Makefile @@ -3,7 +3,7 @@ PORTNAME= cpprestsdk PORTVERSION= 2.9.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= projects@phess.net diff --git a/devel/eblob/Makefile b/devel/eblob/Makefile index 5ca6ca24f0e8..44f69254381c 100644 --- a/devel/eblob/Makefile +++ b/devel/eblob/Makefile @@ -3,7 +3,7 @@ PORTNAME= eblob PORTVERSION= 0.18.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MAINTAINER= ports@FreeBSD.org diff --git a/devel/edb/Makefile b/devel/edb/Makefile index 460c7cd97092..ceb0c2b29e75 100644 --- a/devel/edb/Makefile +++ b/devel/edb/Makefile @@ -2,7 +2,7 @@ PORTNAME= edb PORTVERSION= 0.9.18 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MASTER_SITES= http://codef00.com/projects/ DISTNAME= debugger-${PORTVERSION} diff --git a/devel/gearmand-devel/Makefile b/devel/gearmand-devel/Makefile index 8962a92cb39f..bd0c9b13220e 100644 --- a/devel/gearmand-devel/Makefile +++ b/devel/gearmand-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= gearmand PORTVERSION= 1.1.8 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel MASTER_SITES= http://launchpad.net/gearmand/1.2/${PORTVERSION}/+download/ PKGNAMESUFFIX= -devel diff --git a/devel/gearmand/Makefile b/devel/gearmand/Makefile index 0154c283429a..2dcd5e2ef56f 100644 --- a/devel/gearmand/Makefile +++ b/devel/gearmand/Makefile @@ -3,7 +3,7 @@ PORTNAME= gearmand PORTVERSION= 1.0.6 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel MASTER_SITES= http://launchpad.net/gearmand/1.0/${PORTVERSION}/+download/ diff --git a/devel/kdevplatform/Makefile b/devel/kdevplatform/Makefile index 62e871f0a938..3cd2b43c761a 100644 --- a/devel/kdevplatform/Makefile +++ b/devel/kdevplatform/Makefile @@ -3,7 +3,7 @@ PORTNAME= kdevplatform PORTVERSION= ${KDEVELOP_VERSION:S/4./1./} -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel kde MASTER_SITES= KDE/${KDEVELOP_BRANCH}/kdevelop/${KDEVELOP_VERSION} DIST_SUBDIR= KDE/kdevelop/${KDEVELOP_VERSION} diff --git a/devel/leatherman/Makefile b/devel/leatherman/Makefile index 8e19a667ec6f..89ae182782d7 100644 --- a/devel/leatherman/Makefile +++ b/devel/leatherman/Makefile @@ -2,6 +2,7 @@ PORTNAME= leatherman PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= puppet@FreeBSD.org diff --git a/devel/libarea/Makefile b/devel/libarea/Makefile index 783c5c2d55c0..0709b5c9778e 100644 --- a/devel/libarea/Makefile +++ b/devel/libarea/Makefile @@ -3,7 +3,7 @@ PORTNAME= libarea PORTVERSION= 20160313 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel cad MAINTAINER= pfg@FreeBSD.org diff --git a/devel/libclaw/Makefile b/devel/libclaw/Makefile index 4a4433907b94..f52c1bd41c8b 100644 --- a/devel/libclaw/Makefile +++ b/devel/libclaw/Makefile @@ -3,7 +3,7 @@ PORTNAME= libclaw PORTVERSION= 1.7.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= SF diff --git a/devel/libcutl/Makefile b/devel/libcutl/Makefile index 2ae4b1855507..267046e08fdf 100644 --- a/devel/libcutl/Makefile +++ b/devel/libcutl/Makefile @@ -2,7 +2,7 @@ PORTNAME= libcutl PORTVERSION= 1.10.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MASTER_SITES= http://www.codesynthesis.com/download/${PORTNAME}/${PORTVERSION:R}/ diff --git a/devel/libflatarray/Makefile b/devel/libflatarray/Makefile index 2571712e6f3f..ab3a2387a21f 100644 --- a/devel/libflatarray/Makefile +++ b/devel/libflatarray/Makefile @@ -3,7 +3,7 @@ PORTNAME= libflatarray PORTVERSION= 0.3.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel science MASTER_SITES= http://www.libgeodecomp.org/archive/ diff --git a/devel/libftdi/Makefile b/devel/libftdi/Makefile index 00cbf4143af5..075e188dffd5 100644 --- a/devel/libftdi/Makefile +++ b/devel/libftdi/Makefile @@ -2,7 +2,7 @@ PORTNAME= libftdi PORTVERSION= 0.20 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel MASTER_SITES= http://www.intra2net.com/en/developer/libftdi/download/ diff --git a/devel/libftdi1/Makefile b/devel/libftdi1/Makefile index dc0c1946a7dd..47104e1b8acc 100644 --- a/devel/libftdi1/Makefile +++ b/devel/libftdi1/Makefile @@ -2,6 +2,7 @@ PORTNAME= libftdi1 PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.intra2net.com/en/developer/libftdi/download/ diff --git a/devel/libiqxmlrpc/Makefile b/devel/libiqxmlrpc/Makefile index 1df01f97b184..0eb17c4462e2 100644 --- a/devel/libiqxmlrpc/Makefile +++ b/devel/libiqxmlrpc/Makefile @@ -3,7 +3,7 @@ PORTNAME= libiqxmlrpc PORTVERSION= 0.13.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel net MASTER_SITES= SF diff --git a/devel/libkolab/Makefile b/devel/libkolab/Makefile index 0ed2e31f0c3f..a7be7ecd0f83 100644 --- a/devel/libkolab/Makefile +++ b/devel/libkolab/Makefile @@ -2,7 +2,7 @@ PORTNAME= libkolab PORTVERSION= 0.6.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel kde MASTER_SITES= http://mirror.kolabsys.com/pub/releases/ diff --git a/devel/liblas/Makefile b/devel/liblas/Makefile index 6f2ccbc071eb..4238db8f0186 100644 --- a/devel/liblas/Makefile +++ b/devel/liblas/Makefile @@ -3,7 +3,7 @@ PORTNAME= liblas PORTVERSION= 1.8.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MAINTAINER= wen@FreeBSD.org diff --git a/devel/libopkele/Makefile b/devel/libopkele/Makefile index 25e77c1ca0e4..96ddddcacf27 100644 --- a/devel/libopkele/Makefile +++ b/devel/libopkele/Makefile @@ -3,7 +3,7 @@ PORTNAME= libopkele PORTVERSION= 2.0.4 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel MASTER_SITES= http://kin.klever.net/dist/ diff --git a/devel/liborcus/Makefile b/devel/liborcus/Makefile index 367c4f51cd29..872f6a1a7bbf 100644 --- a/devel/liborcus/Makefile +++ b/devel/liborcus/Makefile @@ -2,7 +2,7 @@ PORTNAME= liborcus PORTVERSION= 0.12.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel misc MASTER_SITES= http://kohei.us/files/orcus/src/ diff --git a/devel/log4cxx/Makefile b/devel/log4cxx/Makefile index 35198304ceb1..b6ec159cb36d 100644 --- a/devel/log4cxx/Makefile +++ b/devel/log4cxx/Makefile @@ -3,7 +3,7 @@ PORTNAME= log4cxx PORTVERSION= 0.10.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel MASTER_SITES= APACHE/logging/${PORTNAME}/${PORTVERSION} DISTNAME= apache-${PORTNAME}-${PORTVERSION} diff --git a/devel/love07/Makefile b/devel/love07/Makefile index d67138b3fae6..550e49950087 100644 --- a/devel/love07/Makefile +++ b/devel/love07/Makefile @@ -3,7 +3,7 @@ PORTNAME= love PORTVERSION= 0.7.2 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= devel games MASTER_SITES= http://cdn.bitbucket.org/rude/love/downloads/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/devel/love08/Makefile b/devel/love08/Makefile index 511b3c52a59d..6f1d3fdc8d2b 100644 --- a/devel/love08/Makefile +++ b/devel/love08/Makefile @@ -3,7 +3,7 @@ PORTNAME= love PORTVERSION= 0.8.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel games MASTER_SITES= http://cdn.bitbucket.org/rude/love/downloads/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/devel/love5/Makefile b/devel/love5/Makefile index f4e9e7fd31e6..cc17003b492d 100644 --- a/devel/love5/Makefile +++ b/devel/love5/Makefile @@ -3,7 +3,7 @@ PORTNAME= love DISTVERSION= 0.5-0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= devel games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${DISTVERSION} PKGNAMESUFFIX= 5 diff --git a/devel/luabind/Makefile b/devel/luabind/Makefile index 2f67e0bda129..114ef7f8fd78 100644 --- a/devel/luabind/Makefile +++ b/devel/luabind/Makefile @@ -3,7 +3,7 @@ PORTNAME= luabind PORTVERSION= 0.9.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MASTER_SITES= SF diff --git a/devel/mongo-cxx-driver/Makefile b/devel/mongo-cxx-driver/Makefile index aeb65f43389f..b322467ccf59 100644 --- a/devel/mongo-cxx-driver/Makefile +++ b/devel/mongo-cxx-driver/Makefile @@ -4,7 +4,7 @@ PORTNAME= mongo-cxx-driver PORTVERSION= 1.1.2 DISTVERSIONPREFIX=legacy- -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= numisemis@yahoo.com diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile index 95ff09e79007..88e03847380f 100644 --- a/devel/monotone/Makefile +++ b/devel/monotone/Makefile @@ -3,7 +3,7 @@ PORTNAME= monotone PORTVERSION= 1.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MASTER_SITES= http://www.monotone.ca/downloads/${PORTVERSION}/ diff --git a/devel/py-pyopencl/Makefile b/devel/py-pyopencl/Makefile index e600a3650318..cfc0b4ca3dd5 100644 --- a/devel/py-pyopencl/Makefile +++ b/devel/py-pyopencl/Makefile @@ -2,6 +2,7 @@ PORTNAME= pyopencl PORTVERSION= 2017.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/rlvm/Makefile b/devel/rlvm/Makefile index 6a7a29112373..140443c5f5e6 100644 --- a/devel/rlvm/Makefile +++ b/devel/rlvm/Makefile @@ -4,7 +4,7 @@ PORTNAME= rlvm DISTVERSIONPREFIX= release- DISTVERSION= 0.14-67 DISTVERSIONSUFFIX= -g9350209 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel games MAINTAINER= jbeich@FreeBSD.org diff --git a/devel/sdts++/Makefile b/devel/sdts++/Makefile index 63f05af60edd..c101ffc6979d 100644 --- a/devel/sdts++/Makefile +++ b/devel/sdts++/Makefile @@ -3,7 +3,7 @@ PORTNAME= sdts++ PORTVERSION= 1.5.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= devel MASTER_SITES= http://thor-f5.er.usgs.gov/sdts/sdtsxx/ \ http://lychnobite.org/sdts/ diff --git a/devel/simgear/Makefile b/devel/simgear/Makefile index 3d65ae9af907..fa9795cdcf7e 100644 --- a/devel/simgear/Makefile +++ b/devel/simgear/Makefile @@ -2,7 +2,7 @@ PORTNAME= simgear PORTVERSION= 2017.1.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel games MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} diff --git a/devel/smack/Makefile b/devel/smack/Makefile index e6305ed82757..284a4b6cbc38 100644 --- a/devel/smack/Makefile +++ b/devel/smack/Makefile @@ -3,7 +3,7 @@ PORTNAME= smack PORTVERSION= 0.5.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel MAINTAINER= vg@FreeBSD.org diff --git a/devel/srecord/Makefile b/devel/srecord/Makefile index 39ea67076869..353802c7c5fd 100644 --- a/devel/srecord/Makefile +++ b/devel/srecord/Makefile @@ -3,7 +3,7 @@ PORTNAME= srecord PORTVERSION= 1.64 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel MASTER_SITES= SF diff --git a/devel/subcommander2/Makefile b/devel/subcommander2/Makefile index f56e7f5e19ca..31efc3758f60 100644 --- a/devel/subcommander2/Makefile +++ b/devel/subcommander2/Makefile @@ -3,7 +3,7 @@ PORTNAME= subcommander PORTVERSION= 2.0.0.b5.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${PORTVERSION:R:S,.b,~b,}p${PORTVERSION:E}.orig diff --git a/devel/synfig/Makefile b/devel/synfig/Makefile index 743b126b1275..bf49c2ef78a9 100644 --- a/devel/synfig/Makefile +++ b/devel/synfig/Makefile @@ -3,7 +3,7 @@ PORTNAME= synfig PORTVERSION= 1.0.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel graphics multimedia MASTER_SITES= SF/${PORTNAME}/releases/${PORTVERSION}/source diff --git a/devel/thrift-cpp/Makefile b/devel/thrift-cpp/Makefile index 0b6cf302a892..777820fd33e8 100644 --- a/devel/thrift-cpp/Makefile +++ b/devel/thrift-cpp/Makefile @@ -3,7 +3,7 @@ PORTNAME= thrift PORTVERSION= ${THRIFT_PORTVERSION} # to keep in sync with thrift -PORTREVISION= 9 +PORTREVISION= 10 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= APACHE/thrift/${PORTVERSION} diff --git a/devel/uatraits/Makefile b/devel/uatraits/Makefile index 2cc1bd620f7c..023d12ce17db 100644 --- a/devel/uatraits/Makefile +++ b/devel/uatraits/Makefile @@ -3,7 +3,7 @@ PORTNAME= uatraits PORTVERSION= 20130430 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel www MASTER_SITES= http://people.freebsd.org/~demon/ diff --git a/devel/umbrello/Makefile b/devel/umbrello/Makefile index 4609a0b07585..6cf7dbc58fea 100644 --- a/devel/umbrello/Makefile +++ b/devel/umbrello/Makefile @@ -2,7 +2,7 @@ PORTNAME= umbrello PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel kde kde-kde4 MAINTAINER= kde@FreeBSD.org diff --git a/devel/vera++/Makefile b/devel/vera++/Makefile index efe25657e08c..a61ac1a9fb50 100644 --- a/devel/vera++/Makefile +++ b/devel/vera++/Makefile @@ -3,7 +3,7 @@ PORTNAME= vera++ PORTVERSION= 1.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= https://bitbucket.org/verateam/vera/downloads/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ diff --git a/devel/xmltooling/Makefile b/devel/xmltooling/Makefile index 00170bb47cbe..24fef4234045 100644 --- a/devel/xmltooling/Makefile +++ b/devel/xmltooling/Makefile @@ -3,7 +3,7 @@ PORTNAME= xmltooling PORTVERSION= 1.6.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel security MASTER_SITES= http://shibboleth.net/downloads/c++-opensaml/2.6.0/ diff --git a/devel/yaml-cpp/Makefile b/devel/yaml-cpp/Makefile index 74e8dc945b51..b45e3546f2f5 100644 --- a/devel/yaml-cpp/Makefile +++ b/devel/yaml-cpp/Makefile @@ -4,7 +4,7 @@ PORTNAME= yaml-cpp PORTVERSION= 0.5.3 DISTVERSIONPREFIX= release- -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MAINTAINER= madpilot@FreeBSD.org diff --git a/dns/dnsdist/Makefile b/dns/dnsdist/Makefile index 9a0b592a88c6..b9e7f27e1290 100644 --- a/dns/dnsdist/Makefile +++ b/dns/dnsdist/Makefile @@ -3,6 +3,7 @@ PORTNAME= dnsdist DISTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= dns net MASTER_SITES= https://downloads.powerdns.com/releases/ \ LOCAL/cpm diff --git a/dns/powerdns-recursor/Makefile b/dns/powerdns-recursor/Makefile index 7609c726d5fd..646a75a72c3a 100644 --- a/dns/powerdns-recursor/Makefile +++ b/dns/powerdns-recursor/Makefile @@ -3,7 +3,7 @@ PORTNAME= recursor PORTVERSION= 4.0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ PKGNAMEPREFIX= powerdns- diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index 3863e5791c7c..5d379e06f434 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -2,7 +2,7 @@ PORTNAME= powerdns PORTVERSION= 4.0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ DISTNAME= pdns-${PORTVERSION} diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index ee5e437d9242..41bbf4b57c92 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -3,7 +3,7 @@ PORTNAME= abiword PORTVERSION= 3.0.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/abiword/${PORTVERSION}/source/ DIST_SUBDIR= AbiWord diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index a9a2819f5683..a36c60a042cd 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -6,7 +6,7 @@ # PORTNAME= calligra PORTVERSION= 3.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} DIST_SUBDIR= KDE/${PORTNAME} diff --git a/editors/jucipp/Makefile b/editors/jucipp/Makefile index 11bd95d6af64..d0c0733bb3d1 100644 --- a/editors/jucipp/Makefile +++ b/editors/jucipp/Makefile @@ -3,6 +3,7 @@ PORTNAME= jucipp PORTVERSION= 1.2.4 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= editors diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 7a3641561f2c..14ff0039e945 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -2,7 +2,7 @@ .include "${.CURDIR}/Makefile.common" -PORTREVISION= 2 +PORTREVISION= 3 MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${PORTVERSION}/ \ http://dev-www.libreoffice.org/src/:src \ http://dev-www.libreoffice.org/extern/:ext diff --git a/editors/madedit/Makefile b/editors/madedit/Makefile index df41d12a7829..38194f442863 100644 --- a/editors/madedit/Makefile +++ b/editors/madedit/Makefile @@ -3,7 +3,7 @@ PORTNAME= madedit PORTVERSION= 0.2.9 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= editors MASTER_SITES= SF/${PORTNAME}/MadEdit/MadEdit-${PORTVERSION} diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile index dce9eaa28e3f..dbfc25b9808a 100644 --- a/editors/openoffice-4/Makefile +++ b/editors/openoffice-4/Makefile @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION} -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= editors java MASTER_SITES= APACHE/openoffice/${PORTVERSION}/source \ http://tools.openoffice.org/unowinreg_prebuild/680/:unoreg \ diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile index 03cf98ad0dc3..0cb45168293a 100644 --- a/editors/openoffice-devel/Makefile +++ b/editors/openoffice-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${SVNREVISION} -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 4 CATEGORIES= editors java MASTER_SITES= https://dist.apache.org/repos/dist/dev/openoffice/${AOOVERSION}-${AOORC}-r${SVNREVISION}/source/ \ diff --git a/editors/pdfedit/Makefile b/editors/pdfedit/Makefile index 3e96d359b73b..0401ea511c3c 100644 --- a/editors/pdfedit/Makefile +++ b/editors/pdfedit/Makefile @@ -3,7 +3,7 @@ PORTNAME= pdfedit PORTVERSION= 0.4.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= editors MASTER_SITES= SF diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index 772449f7a252..a832c014eb96 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -4,7 +4,7 @@ PORTNAME= poedit PORTVERSION= 1.8.4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= editors MASTER_SITES= https://github.com/vslavik/${PORTNAME}/releases/download/v${PORTVERSION}-oss/ diff --git a/editors/xmlcopyeditor/Makefile b/editors/xmlcopyeditor/Makefile index 9cddf7377d77..d3b35aeda19f 100644 --- a/editors/xmlcopyeditor/Makefile +++ b/editors/xmlcopyeditor/Makefile @@ -3,7 +3,7 @@ PORTNAME= xmlcopyeditor PORTVERSION= 1.2.1.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors MASTER_SITES= SF/xml-copy-editor/${PORTNAME}-linux/${PORTVERSION} diff --git a/emulators/citra-qt5/Makefile b/emulators/citra-qt5/Makefile index 690002e635c2..ac7516fe5ba0 100644 --- a/emulators/citra-qt5/Makefile +++ b/emulators/citra-qt5/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -qt5 MASTERDIR= ${.CURDIR}/../citra diff --git a/emulators/citra/Makefile b/emulators/citra/Makefile index 81aa6ec3ff56..a79dcacce61b 100644 --- a/emulators/citra/Makefile +++ b/emulators/citra/Makefile @@ -2,7 +2,7 @@ PORTNAME= citra PORTVERSION= s20170809 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org diff --git a/emulators/mupen64plus-video-glide64mk2/Makefile b/emulators/mupen64plus-video-glide64mk2/Makefile index a1b73b59be80..d2a0e9c31f25 100644 --- a/emulators/mupen64plus-video-glide64mk2/Makefile +++ b/emulators/mupen64plus-video-glide64mk2/Makefile @@ -1,7 +1,7 @@ # Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 8 +PORTREVISION= 9 PKGNAMESUFFIX= -video-glide64mk2 COMMENT= Glide64mk2 video plugin for Mupen64Plus diff --git a/finance/kmymoney-kde4/Makefile b/finance/kmymoney-kde4/Makefile index ec90a9e987dc..11108c55071e 100644 --- a/finance/kmymoney-kde4/Makefile +++ b/finance/kmymoney-kde4/Makefile @@ -2,7 +2,7 @@ PORTNAME= kmymoney PORTVERSION= 4.8.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= finance kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src diff --git a/finance/ledger/Makefile b/finance/ledger/Makefile index 9ca48a40caac..2b825fa15a42 100644 --- a/finance/ledger/Makefile +++ b/finance/ledger/Makefile @@ -4,7 +4,7 @@ PORTNAME= ledger PORTVERSION= 3.1.1 DISTVERSIONPREFIX= v -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= finance MAINTAINER= woodycarey@hotmail.com diff --git a/finance/moneymanagerex/Makefile b/finance/moneymanagerex/Makefile index 4c87adb50f90..1ae333151696 100644 --- a/finance/moneymanagerex/Makefile +++ b/finance/moneymanagerex/Makefile @@ -4,7 +4,7 @@ PORTNAME= mmex PORTVERSION= 1.2.7 DISTVERSIONPREFIX= v -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= finance MASTER_SITES= https://github.com/vslavik/bakefile/releases/download/v0.2.9/:bakefile DISTFILES= bakefile-0.2.9${EXTRACT_SUFX}:bakefile diff --git a/games/alephone/Makefile b/games/alephone/Makefile index fac0dca86847..acb89816e7ff 100644 --- a/games/alephone/Makefile +++ b/games/alephone/Makefile @@ -3,7 +3,7 @@ PORTNAME= alephone PORTVERSION= 20150620 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF/marathon/Aleph%20One/2015-06-20 DISTNAME= AlephOne-${PORTVERSION} diff --git a/games/allacrost/Makefile b/games/allacrost/Makefile index 9bc1b51ec95e..d20ca44fa4fb 100644 --- a/games/allacrost/Makefile +++ b/games/allacrost/Makefile @@ -3,7 +3,7 @@ PORTNAME= allacrost PORTVERSION= 1.0.2 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-demo/${PORTVERSION} DISTNAME= ${PORTNAME}_demo_source_${PORTVERSION} diff --git a/games/arx-libertatis/Makefile b/games/arx-libertatis/Makefile index b04a7b152442..b1c73cdc46d3 100644 --- a/games/arx-libertatis/Makefile +++ b/games/arx-libertatis/Makefile @@ -3,7 +3,7 @@ PORTNAME= arx-libertatis PORTVERSION= 1.1.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://downloads.sourceforge.net/arx/ \ http://arx-libertatis.org/files/ diff --git a/games/asc/Makefile b/games/asc/Makefile index 6b6bacb599fe..6087de568f2d 100644 --- a/games/asc/Makefile +++ b/games/asc/Makefile @@ -3,7 +3,7 @@ PORTNAME= asc PORTVERSION= 2.6.1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}-hq/ASC%20Source/${PORTVERSION:R} \ http://www.asc-hq.org/music/:music diff --git a/games/bastet/Makefile b/games/bastet/Makefile index ae77867ca763..c000cb2015a4 100644 --- a/games/bastet/Makefile +++ b/games/bastet/Makefile @@ -3,7 +3,7 @@ PORTNAME= bastet PORTVERSION= 0.43 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= http://fph.altervista.org/prog/files/ diff --git a/games/blobby/Makefile b/games/blobby/Makefile index d85504b95ae5..bed2cbc49d65 100644 --- a/games/blobby/Makefile +++ b/games/blobby/Makefile @@ -3,7 +3,7 @@ PORTNAME= blobby PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Blobby%20Volley%202%20%28Linux%29/${PORTVERSION} diff --git a/games/burrtools/Makefile b/games/burrtools/Makefile index d7ddb8bb1e75..33dfeeb7c57a 100644 --- a/games/burrtools/Makefile +++ b/games/burrtools/Makefile @@ -3,7 +3,7 @@ PORTNAME= burrtools PORTVERSION= 0.6.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games MASTER_SITES= SF diff --git a/games/easyrpg-player/Makefile b/games/easyrpg-player/Makefile index 0559ee0d8d86..f6e07ae0eb7a 100644 --- a/games/easyrpg-player/Makefile +++ b/games/easyrpg-player/Makefile @@ -3,7 +3,7 @@ PORTNAME= easyrpg-player PORTVERSION= 0.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/fishsupper/Makefile b/games/fishsupper/Makefile index 2163bb24ed6e..c6809d6b97e8 100644 --- a/games/fishsupper/Makefile +++ b/games/fishsupper/Makefile @@ -3,7 +3,7 @@ PORTNAME= fishsupper PORTVERSION= 0.1.6 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games MASTER_SITES= SF/${PORTNAME} diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile index ad78726f786d..bba1fa89694b 100644 --- a/games/flightgear/Makefile +++ b/games/flightgear/Makefile @@ -3,7 +3,7 @@ PORTNAME= flightgear PORTVERSION= 2017.1.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} diff --git a/games/flyhard/Makefile b/games/flyhard/Makefile index df8ad53d2a5f..2a29ef9aab95 100644 --- a/games/flyhard/Makefile +++ b/games/flyhard/Makefile @@ -3,7 +3,7 @@ PORTNAME= flyhard PORTVERSION= 0.42 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games MASTER_SITES= http://www.markboyd.me.uk/games/flyhard/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/frogatto/Makefile b/games/frogatto/Makefile index 541bb7d69b3c..22ea773bbd84 100644 --- a/games/frogatto/Makefile +++ b/games/frogatto/Makefile @@ -3,7 +3,7 @@ PORTNAME= frogatto PORTVERSION= 1.3.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games MAINTAINER= fiziologus@gmail.com diff --git a/games/galaxyhack/Makefile b/games/galaxyhack/Makefile index b1168c22910e..fe69f52576f6 100644 --- a/games/galaxyhack/Makefile +++ b/games/galaxyhack/Makefile @@ -3,7 +3,7 @@ PORTNAME= galaxyhack PORTVERSION= 1.74 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= games MASTER_SITES= SF \ SF/${PORTNAME}/Fleet%20packages/020906:fleets diff --git a/games/glob2/Makefile b/games/glob2/Makefile index cf361addd61d..467493ff8bf4 100644 --- a/games/glob2/Makefile +++ b/games/glob2/Makefile @@ -3,7 +3,7 @@ PORTNAME= glob2 PORTVERSION= 0.9.4.4 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= games MASTER_SITES= SAVANNAH/${PORTNAME}/${PORTVERSION:R}/ diff --git a/games/lander/Makefile b/games/lander/Makefile index 87117ea20e4c..29e08d9ee47a 100644 --- a/games/lander/Makefile +++ b/games/lander/Makefile @@ -3,7 +3,7 @@ PORTNAME= lander PORTVERSION= 0.6.6 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games MASTER_SITES= http://www.nickg.me.uk/files/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/mkhexgrid/Makefile b/games/mkhexgrid/Makefile index 1ea77bf4c7e1..09e7a027316f 100644 --- a/games/mkhexgrid/Makefile +++ b/games/mkhexgrid/Makefile @@ -3,7 +3,7 @@ PORTNAME= mkhexgrid PORTVERSION= 0.1.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games MASTER_SITES= http://www.nomic.net/~uckelman/mkhexgrid/releases/ \ http://aaron.daltons.ca/freebsd/ diff --git a/games/openclonk/Makefile b/games/openclonk/Makefile index b5e74b698daf..424f21462f2e 100644 --- a/games/openclonk/Makefile +++ b/games/openclonk/Makefile @@ -4,7 +4,7 @@ PORTNAME= openclonk PORTVERSION= 7.0 DISTVERSIONSUFFIX= -src -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= http://www.openclonk.org/builds/release/${DISTVERSION}/ diff --git a/games/openlierox/Makefile b/games/openlierox/Makefile index 7fb2a643897a..437909198e41 100644 --- a/games/openlierox/Makefile +++ b/games/openlierox/Makefile @@ -3,7 +3,7 @@ PORTNAME= openlierox DISTVERSION= 0.58_rc3 -PORTREVISION= 12 +PORTREVISION= 13 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/OpenLieroX%20${DISTVERSION:C/_/%20/} diff --git a/games/openmw/Makefile b/games/openmw/Makefile index c9b72a56e394..f87d98bc93de 100644 --- a/games/openmw/Makefile +++ b/games/openmw/Makefile @@ -3,7 +3,7 @@ PORTNAME= openmw PORTVERSION= 0.42.0 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= openmw- CATEGORIES= games diff --git a/games/openyahtzee/Makefile b/games/openyahtzee/Makefile index 7dbcef1ee316..def30ed10d81 100644 --- a/games/openyahtzee/Makefile +++ b/games/openyahtzee/Makefile @@ -3,7 +3,7 @@ PORTNAME= openyahtzee PORTVERSION= 1.9.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Open%20Yahtzee/Open%20Yahtzee%20${PORTVERSION} diff --git a/games/pingus/Makefile b/games/pingus/Makefile index 25b6a37a0438..9bd44e2bd174 100644 --- a/games/pingus/Makefile +++ b/games/pingus/Makefile @@ -3,7 +3,7 @@ PORTNAME= pingus PORTVERSION= 0.7.6 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile index 83424dad5859..e9397bf00311 100644 --- a/games/pokerth/Makefile +++ b/games/pokerth/Makefile @@ -3,7 +3,7 @@ PORTNAME= pokerth PORTVERSION= 1.1.1 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.1 DISTNAME= PokerTH-${PORTVERSION}-src diff --git a/games/py-fife/Makefile b/games/py-fife/Makefile index d1e19bffc448..6caf25b4497e 100644 --- a/games/py-fife/Makefile +++ b/games/py-fife/Makefile @@ -3,7 +3,7 @@ PORTNAME= fife PORTVERSION= 0.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/games/scummvm-tools/Makefile b/games/scummvm-tools/Makefile index 9d00463d5ae6..ce3959203374 100644 --- a/games/scummvm-tools/Makefile +++ b/games/scummvm-tools/Makefile @@ -3,7 +3,7 @@ PORTNAME= scummvm-tools DISTVERSION= 1.8.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games emulators MASTER_SITES= SF/scummvm/${PORTNAME}/${DISTVERSION} diff --git a/games/spring/Makefile b/games/spring/Makefile index 9a3f3a62f39a..68af2c1080f1 100644 --- a/games/spring/Makefile +++ b/games/spring/Makefile @@ -3,7 +3,7 @@ PORTNAME= spring PORTVERSION= 98.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SF/springrts/springrts/${PORTNAME}-${PORTVERSION} \ http://springrts.com/dl/ diff --git a/games/springlobby/Makefile b/games/springlobby/Makefile index 53b97e0169c1..7d8140b38d2f 100644 --- a/games/springlobby/Makefile +++ b/games/springlobby/Makefile @@ -3,7 +3,7 @@ PORTNAME= springlobby PORTVERSION= 0.180 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games net MASTER_SITES= http://www.springlobby.info/tarballs/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/stuntrally/Makefile b/games/stuntrally/Makefile index 4d60023b12bf..6ede8cad05cf 100644 --- a/games/stuntrally/Makefile +++ b/games/stuntrally/Makefile @@ -3,6 +3,7 @@ PORTNAME= stuntrally PORTVERSION= 2.6 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org @@ -11,6 +12,8 @@ COMMENT= 3D racing game based on VDrift and OGRE with track editor LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/License.txt +BROKEN= fails to build against Boost with C++11 features, see bug 222189 + LIB_DEPENDS= libboost_thread.so:devel/boost-libs USE_GITHUB= yes diff --git a/games/supertux2/Makefile b/games/supertux2/Makefile index 8b5b1dfc12dd..bbdf33e87155 100644 --- a/games/supertux2/Makefile +++ b/games/supertux2/Makefile @@ -2,7 +2,7 @@ PORTNAME= supertux PORTVERSION= 0.4.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= https://github.com/SuperTux/supertux/releases/download/v${PORTVERSION}/ PKGNAMESUFFIX= 2 diff --git a/games/traingame/Makefile b/games/traingame/Makefile index 568a892f35f1..c02d4bdd2db2 100644 --- a/games/traingame/Makefile +++ b/games/traingame/Makefile @@ -3,7 +3,7 @@ PORTNAME= traingame PORTVERSION= 0.3 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games MAINTAINER= nemysis@FreeBSD.org diff --git a/games/valyriatear/Makefile b/games/valyriatear/Makefile index 85d8237df657..109038c66f4a 100644 --- a/games/valyriatear/Makefile +++ b/games/valyriatear/Makefile @@ -3,6 +3,7 @@ PORTNAME= valyriatear PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/vamos/Makefile b/games/vamos/Makefile index 53601d53a0a6..de42db287ebb 100644 --- a/games/vamos/Makefile +++ b/games/vamos/Makefile @@ -3,7 +3,7 @@ PORTNAME= vamos PORTVERSION= 0.7.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/ \ SF/nemysisfreebsdp/${CATEGORIES}/:icons diff --git a/games/vegastrike/Makefile b/games/vegastrike/Makefile index d7c96d8e77e4..e0f1f4d104f5 100644 --- a/games/vegastrike/Makefile +++ b/games/vegastrike/Makefile @@ -3,7 +3,7 @@ PORTNAME= vegastrike PORTVERSION= 0.5.1.r1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}/ DISTNAME= ${PORTNAME}-src-${PORTVERSION} diff --git a/games/violetland/Makefile b/games/violetland/Makefile index d76429691b40..44019159e7ff 100644 --- a/games/violetland/Makefile +++ b/games/violetland/Makefile @@ -3,7 +3,7 @@ PORTNAME= violetland PORTVERSION= 0.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 0c8a9ca5785d..083cb1211489 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -2,7 +2,7 @@ PORTNAME= wesnoth PORTVERSION= 1.12.6 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} \ diff --git a/games/widelands/Makefile b/games/widelands/Makefile index 2dbbbd136202..a6741471592a 100644 --- a/games/widelands/Makefile +++ b/games/widelands/Makefile @@ -3,7 +3,7 @@ PORTNAME= widelands DISTVERSION= build19 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= https://launchpad.net/widelands/${DISTVERSION}/${DISTVERSION}/+download/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/graphics/agave/Makefile b/graphics/agave/Makefile index c04b0c2ea7c4..2bba1c93643a 100644 --- a/graphics/agave/Makefile +++ b/graphics/agave/Makefile @@ -3,7 +3,7 @@ PORTNAME= agave PORTVERSION= 0.4.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics gnome MASTER_SITES= http://download.gna.org/colorscheme/releases/ diff --git a/graphics/appleseed/Makefile b/graphics/appleseed/Makefile index dc1caa9ec60c..e9c12dd6efa1 100644 --- a/graphics/appleseed/Makefile +++ b/graphics/appleseed/Makefile @@ -3,7 +3,7 @@ PORTNAME= appleseed DISTVERSION= 1.5.2-beta -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile index 6762031530d4..235ebe5ff043 100644 --- a/graphics/aqsis/Makefile +++ b/graphics/aqsis/Makefile @@ -3,7 +3,7 @@ PORTNAME= aqsis PORTVERSION= 1.8.2 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION} @@ -20,6 +20,7 @@ LIB_DEPENDS= libIlmImf.so:graphics/OpenEXR \ libtiff.so:graphics/tiff RUN_DEPENDS= bash:shells/bash +BROKEN= fails to build against Boost with C++11 features, see bug 220787 BROKEN_sparc64= Fails to build: cannot link with boost LDFLAGS+= -L${LOCALBASE}/lib diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index d843e1c5841d..0d7c035dcd50 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -3,7 +3,7 @@ PORTNAME= blender PORTVERSION= 2.78c -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics games MASTER_SITES= http://download.blender.org/source/ \ http://mirror.cs.umn.edu/blender.org/source/ \ diff --git a/graphics/caffe/Makefile b/graphics/caffe/Makefile index ec501bdf386d..898480e96f65 100644 --- a/graphics/caffe/Makefile +++ b/graphics/caffe/Makefile @@ -2,7 +2,7 @@ PORTNAME= caffe PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MAINTAINER= eric@camachat.org diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile index d6ea515004f9..907f568f318b 100644 --- a/graphics/cegui/Makefile +++ b/graphics/cegui/Makefile @@ -3,6 +3,7 @@ PORTNAME= cegui PORTVERSION= 0.8.7 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= SF/crayzedsgui/CEGUI%20Mk-2/0.8 diff --git a/graphics/colmap/Makefile b/graphics/colmap/Makefile index fdbfd267c49a..69eaf5e31216 100644 --- a/graphics/colmap/Makefile +++ b/graphics/colmap/Makefile @@ -2,7 +2,7 @@ PORTNAME= colmap DISTVERSION= 3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/digikam-kde4/Makefile b/graphics/digikam-kde4/Makefile index 61a8fecf8f42..194ae9b3fd95 100644 --- a/graphics/digikam-kde4/Makefile +++ b/graphics/digikam-kde4/Makefile @@ -3,7 +3,7 @@ PORTNAME= digikam PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 2 CATEGORIES= graphics kde diff --git a/graphics/dspdfviewer/Makefile b/graphics/dspdfviewer/Makefile index 11df11d24586..982ad835d257 100644 --- a/graphics/dspdfviewer/Makefile +++ b/graphics/dspdfviewer/Makefile @@ -3,7 +3,7 @@ PORTNAME= dspdfviewer PORTVERSION= 1.15.1 DISTVERSIONPREFIX=v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MAINTAINER= santhosh.raju@gmail.com diff --git a/graphics/enblend/Makefile b/graphics/enblend/Makefile index 78d83433858b..32031a839d47 100644 --- a/graphics/enblend/Makefile +++ b/graphics/enblend/Makefile @@ -3,7 +3,7 @@ PORTNAME= enblend PORTVERSION= 4.1.4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= SF/enblend/enblend-enfuse/enblend-enfuse-${PORTVERSION:R} DISTNAME= enblend-enfuse-${PORTVERSION} diff --git a/graphics/evolvotron/Makefile b/graphics/evolvotron/Makefile index a5f4ac574ce4..d2e41a4972ae 100644 --- a/graphics/evolvotron/Makefile +++ b/graphics/evolvotron/Makefile @@ -3,7 +3,7 @@ PORTNAME= evolvotron PORTVERSION= 0.6.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= SF \ SF/nemysisfreebsdp/${CATEGORIES}/:icons diff --git a/graphics/fracplanet/Makefile b/graphics/fracplanet/Makefile index 2b19653b2ecb..dc1b8dfcfd3a 100644 --- a/graphics/fracplanet/Makefile +++ b/graphics/fracplanet/Makefile @@ -3,7 +3,7 @@ PORTNAME= fracplanet PORTVERSION= 0.4.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics MASTER_SITES= SF \ SF/nemysisfreebsdp/:icons diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index 63b206df35d6..4838f4d46918 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnash PORTVERSION= 0.8.10 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= graphics MASTER_SITES= http://git.savannah.gnu.org/cgit/gnash.git/snapshot/ DISTNAME= gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880 diff --git a/graphics/gource/Makefile b/graphics/gource/Makefile index 60f558219df7..9157e35df8d6 100644 --- a/graphics/gource/Makefile +++ b/graphics/gource/Makefile @@ -3,7 +3,7 @@ PORTNAME= gource PORTVERSION= 0.43 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= https://github.com/acaudwell/Gource/releases/download/${PORTNAME}-${PORTVERSION}/ diff --git a/graphics/gsculpt/Makefile b/graphics/gsculpt/Makefile index 02a12e1445f4..590ee13d131f 100644 --- a/graphics/gsculpt/Makefile +++ b/graphics/gsculpt/Makefile @@ -3,7 +3,7 @@ PORTNAME= gsculpt PORTVERSION= 0.99.47 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME:S,-src,,} DISTNAME= gSculpt-${PORTVERSION}-alpha-src diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index b9fb6f6a117f..b82a37c4f4ac 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -3,7 +3,7 @@ PORTNAME= hugin PORTVERSION= 2017.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index c709d360a5c1..5105757d86ef 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -3,7 +3,7 @@ PORTNAME= inkscape PORTVERSION= 0.92.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics gnome MASTER_SITES= https://launchpadlibrarian.net/306309537/ \ LOCAL/kwm diff --git a/graphics/kipi-plugin-gpssync/Makefile b/graphics/kipi-plugin-gpssync/Makefile index 0ca60d4a1729..25c26bfbb4b2 100644 --- a/graphics/kipi-plugin-gpssync/Makefile +++ b/graphics/kipi-plugin-gpssync/Makefile @@ -2,7 +2,7 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org diff --git a/graphics/krita/Makefile b/graphics/krita/Makefile index 8a0817d43096..2c4bb2a13190 100644 --- a/graphics/krita/Makefile +++ b/graphics/krita/Makefile @@ -2,7 +2,7 @@ PORTNAME= krita PORTVERSION= 3.1.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/3.1.2 DIST_SUBDIR= KDE/${PORTNAME} diff --git a/graphics/libcdr01/Makefile b/graphics/libcdr01/Makefile index b638e30b41d2..e067fff931ed 100644 --- a/graphics/libcdr01/Makefile +++ b/graphics/libcdr01/Makefile @@ -2,7 +2,7 @@ PORTNAME= libcdr PORTVERSION= 0.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics devel MASTER_SITES= LODEV PKGNAMESUFFIX= 01 diff --git a/graphics/libetonyek01/Makefile b/graphics/libetonyek01/Makefile index 64de2f83cd8e..39ab9ff97ec9 100644 --- a/graphics/libetonyek01/Makefile +++ b/graphics/libetonyek01/Makefile @@ -2,7 +2,7 @@ PORTNAME= libetonyek PORTVERSION= 0.1.6 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/ diff --git a/graphics/libfreehand/Makefile b/graphics/libfreehand/Makefile index 050057a3e90c..e2b7d55e51d6 100644 --- a/graphics/libfreehand/Makefile +++ b/graphics/libfreehand/Makefile @@ -2,7 +2,7 @@ PORTNAME= libfreehand PORTVERSION= 0.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= LODEV diff --git a/graphics/libgltf/Makefile b/graphics/libgltf/Makefile index 6fc52746c4d6..aa5ba7090a99 100644 --- a/graphics/libgltf/Makefile +++ b/graphics/libgltf/Makefile @@ -2,7 +2,7 @@ PORTNAME= libgltf PORTVERSION= 0.0.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics devel MASTER_SITES= LODEV diff --git a/graphics/libopenraw/Makefile b/graphics/libopenraw/Makefile index c4cd5fb70e5d..94f09bb1507f 100644 --- a/graphics/libopenraw/Makefile +++ b/graphics/libopenraw/Makefile @@ -3,7 +3,7 @@ PORTNAME= libopenraw PORTVERSION= 0.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://libopenraw.freedesktop.org/download/ diff --git a/graphics/libzmf/Makefile b/graphics/libzmf/Makefile index 18a4271469e3..d49b31924063 100644 --- a/graphics/libzmf/Makefile +++ b/graphics/libzmf/Makefile @@ -2,7 +2,7 @@ PORTNAME= libzmf PORTVERSION= 0.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= LODEV diff --git a/graphics/luminance-qt5/Makefile b/graphics/luminance-qt5/Makefile index 71738f4a87c4..817c69b352bb 100644 --- a/graphics/luminance-qt5/Makefile +++ b/graphics/luminance-qt5/Makefile @@ -3,7 +3,7 @@ PORTNAME= luminance-hdr DISTVERSION= 2.4.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= graphics MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION} PKGNAMESUFFIX= -qt5 diff --git a/graphics/luminance/Makefile b/graphics/luminance/Makefile index 26e190d4cac0..84dc50a3e387 100644 --- a/graphics/luminance/Makefile +++ b/graphics/luminance/Makefile @@ -3,7 +3,7 @@ PORTNAME= luminance-hdr DISTVERSION= 2.3.1 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION} diff --git a/graphics/luxrender/Makefile b/graphics/luxrender/Makefile index eda390a5a7df..a85488bcbb53 100644 --- a/graphics/luxrender/Makefile +++ b/graphics/luxrender/Makefile @@ -3,7 +3,7 @@ PORTNAME= luxrender DISTVERSION?= 1.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= https://bitbucket.org/luxrender/lux/get/ \ https://bitbucket.org/luxrender/luxrays/get/:lr diff --git a/graphics/mapnik/Makefile b/graphics/mapnik/Makefile index 588d7c8ed5a9..3859c34172f4 100644 --- a/graphics/mapnik/Makefile +++ b/graphics/mapnik/Makefile @@ -4,7 +4,7 @@ PORTNAME= mapnik PORTVERSION= 3.0.9 DISTVERSIONPREFIX= v -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics geography MASTER_SITES= http://mapnik.s3.amazonaws.com/dist/v${PORTVERSION}/ diff --git a/graphics/mitsuba/Makefile b/graphics/mitsuba/Makefile index ed7504dc529c..4a70fc7d4b6a 100644 --- a/graphics/mitsuba/Makefile +++ b/graphics/mitsuba/Makefile @@ -3,7 +3,7 @@ PORTNAME= mitsuba PORTVERSION= 0.5.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= https://www.mitsuba-renderer.org/repos/mitsuba/archive/${HG_REVISION}${EXTRACT_SUFX}?dummy= DISTNAME= ${PORTNAME}-${HG_REVISION} diff --git a/graphics/ogre3d/Makefile b/graphics/ogre3d/Makefile index f297e0a55632..df6c02e50582 100644 --- a/graphics/ogre3d/Makefile +++ b/graphics/ogre3d/Makefile @@ -3,7 +3,7 @@ PORTNAME= ogre3d PORTVERSION= 1.9.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics devel MASTER_SITES= https://bitbucket.org/sinbad/ogre/get/ DISTNAME= v1-9-0 diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile index 617fdca7f055..8e6c1da91c63 100644 --- a/graphics/openimageio/Makefile +++ b/graphics/openimageio/Makefile @@ -3,7 +3,7 @@ PORTNAME= openimageio PORTVERSION= 1.7.17 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= Release- CATEGORIES?= graphics multimedia diff --git a/graphics/openshadinglanguage/Makefile b/graphics/openshadinglanguage/Makefile index c1629171d611..d1c6d8868234 100644 --- a/graphics/openshadinglanguage/Makefile +++ b/graphics/openshadinglanguage/Makefile @@ -3,7 +3,7 @@ PORTNAME= openshadinglanguage PORTVERSION= 1.8.10 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= Release- CATEGORIES= graphics devel diff --git a/graphics/panomatic/Makefile b/graphics/panomatic/Makefile index e57c88430eca..9bb5bcc00367 100644 --- a/graphics/panomatic/Makefile +++ b/graphics/panomatic/Makefile @@ -3,7 +3,7 @@ PORTNAME= panomatic PORTVERSION= 0.9.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/graphics/povray37/Makefile b/graphics/povray37/Makefile index 3c9f952bd003..317e04456148 100644 --- a/graphics/povray37/Makefile +++ b/graphics/povray37/Makefile @@ -2,7 +2,7 @@ PORTNAME= povray DISTVERSION= 3.7.0.RC6 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= http://www.povray.org/beta/source/ PKGNAMESUFFIX= 37 diff --git a/graphics/py-exiv2/Makefile b/graphics/py-exiv2/Makefile index 640bc79ceff2..bfc2b9b0fb57 100644 --- a/graphics/py-exiv2/Makefile +++ b/graphics/py-exiv2/Makefile @@ -3,7 +3,7 @@ PORTNAME= exiv2 PORTVERSION= 0.3.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics python MASTER_SITES= https://launchpadlibrarian.net/83595798/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/scantailor/Makefile b/graphics/scantailor/Makefile index d93b8b92e6dd..065bd5e07ce0 100644 --- a/graphics/scantailor/Makefile +++ b/graphics/scantailor/Makefile @@ -3,7 +3,7 @@ PORTNAME= scantailor PORTVERSION= 0.9.11.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MASTER_SITES= SF diff --git a/irc/ezbounce/Makefile b/irc/ezbounce/Makefile index 5babb2e18556..7d66020b56c0 100644 --- a/irc/ezbounce/Makefile +++ b/irc/ezbounce/Makefile @@ -3,7 +3,7 @@ PORTNAME= ezbounce PORTVERSION= 1.99.15 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= irc MASTER_SITES= http://BSDforge.com/projects/source/irc/ezbounce/ diff --git a/lang/sdcc-devel/Makefile b/lang/sdcc-devel/Makefile index df9df7fe5567..8e5a4a18ae86 100644 --- a/lang/sdcc-devel/Makefile +++ b/lang/sdcc-devel/Makefile @@ -2,7 +2,7 @@ PORTNAME= sdcc PORTVERSION= 3.6.1.2016.07.08 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang MASTER_SITES= SF/sdcc/snapshot_builds/sdcc-src/ \ http://tijl.fastmail.com/mirror/ diff --git a/lang/sdcc/Makefile b/lang/sdcc/Makefile index cbb5c12b756b..6b1b1217d026 100644 --- a/lang/sdcc/Makefile +++ b/lang/sdcc/Makefile @@ -3,7 +3,7 @@ PORTNAME= sdcc PORTVERSION= 3.6.0 DISTVERSIONPREFIX= src- -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang MASTER_SITES= SF diff --git a/mail/libmapi/Makefile b/mail/libmapi/Makefile index 5a208dd60a93..190070534634 100644 --- a/mail/libmapi/Makefile +++ b/mail/libmapi/Makefile @@ -5,7 +5,7 @@ PORTNAME= libmapi PORTVERSION= 2.3 DISTVERSIONPREFIX= openchange- DISTVERSIONSUFFIX= -VULCAN -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= mail MAINTAINER= kwm@FreeBSD.org diff --git a/math/armadillo/Makefile b/math/armadillo/Makefile index c17ecf7ba277..83e55f33e71d 100644 --- a/math/armadillo/Makefile +++ b/math/armadillo/Makefile @@ -2,7 +2,7 @@ PORTNAME= armadillo PORTVERSION= 7.950.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= SF/arma diff --git a/math/aspcud/Makefile b/math/aspcud/Makefile index 65eadd4ec497..90b49ec51988 100644 --- a/math/aspcud/Makefile +++ b/math/aspcud/Makefile @@ -4,7 +4,7 @@ PORTNAME= aspcud PORTVERSION= 1.9.1 DISTVERSIONSUFFIX= -source -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math ports-mgmt sysutils MASTER_SITES= SOURCEFORGE/potassco/${PORTNAME}/${PORTVERSION} diff --git a/math/cadabra2/Makefile b/math/cadabra2/Makefile index 4828bb0fc0fb..83ec17e813c8 100644 --- a/math/cadabra2/Makefile +++ b/math/cadabra2/Makefile @@ -3,7 +3,7 @@ PORTNAME= cadabra2 PORTVERSION= 2.1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= yuri@rawbw.com diff --git a/math/cgal/Makefile b/math/cgal/Makefile index 4ff00853693c..f1a983a0b470 100644 --- a/math/cgal/Makefile +++ b/math/cgal/Makefile @@ -3,7 +3,7 @@ PORTNAME= cgal PORTVERSION= 4.9 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MASTER_SITES= https://github.com/${PORTNAME:tu}/${PORTNAME}/releases/download/releases/${DISTNAME}/ DISTNAME= ${PORTNAME:tu}-${PORTVERSION} diff --git a/math/clblas/Makefile b/math/clblas/Makefile index 5d8ab222be2b..a608835113c7 100644 --- a/math/clblas/Makefile +++ b/math/clblas/Makefile @@ -4,7 +4,7 @@ PORTNAME= clblas PORTVERSION= 2.10 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MAINTAINER= dieterich@ogolem.org diff --git a/math/cryptominisat/Makefile b/math/cryptominisat/Makefile index f651432d472b..3080577a85cf 100644 --- a/math/cryptominisat/Makefile +++ b/math/cryptominisat/Makefile @@ -2,7 +2,7 @@ PORTNAME= cryptominisat PORTVERSION= 5.0.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MAINTAINER= 6yearold@gmail.com diff --git a/math/dynare/Makefile b/math/dynare/Makefile index b5e6c8a69cd6..8d7ae72288b6 100644 --- a/math/dynare/Makefile +++ b/math/dynare/Makefile @@ -3,7 +3,7 @@ PORTNAME= dynare PORTVERSION= 4.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://www.dynare.org/release/source/ diff --git a/math/fityk/Makefile b/math/fityk/Makefile index 6755593b6340..e7317fdf74b3 100644 --- a/math/fityk/Makefile +++ b/math/fityk/Makefile @@ -4,7 +4,7 @@ PORTNAME= fityk PORTVERSION= 1.3.0 DISTVERSIONPREFIX= v -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MAINTAINER= ports@FreeBSD.org diff --git a/math/freemat/Makefile b/math/freemat/Makefile index 1c4dddf7a231..58aa5ab484b9 100644 --- a/math/freemat/Makefile +++ b/math/freemat/Makefile @@ -4,7 +4,7 @@ PORTNAME= FreeMat PORTVERSION= 4.2 DISTVERSIONSUFFIX= -Source -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= math science MASTER_SITES= SF/freemat/FreeMat4 diff --git a/math/kig/Makefile b/math/kig/Makefile index a5ea321de3ec..c5ae8bbfd5ff 100644 --- a/math/kig/Makefile +++ b/math/kig/Makefile @@ -2,7 +2,7 @@ PORTNAME= kig PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math kde kde-kde4 MAINTAINER= kde@FreeBSD.org diff --git a/math/liborigin/Makefile b/math/liborigin/Makefile index 313ddd443d26..ab46286d28e1 100644 --- a/math/liborigin/Makefile +++ b/math/liborigin/Makefile @@ -2,7 +2,7 @@ PORTNAME= liborigin PORTVERSION= 2.0.0 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2.0 diff --git a/math/mosesdecoder/Makefile b/math/mosesdecoder/Makefile index 210f91e522ba..352848dddbdc 100644 --- a/math/mosesdecoder/Makefile +++ b/math/mosesdecoder/Makefile @@ -4,7 +4,7 @@ PORTNAME= mosesdecoder PORTVERSION= 2.1.1 DISTVERSIONPREFIX= RELEASE- -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MAINTAINER= demon@FreeBSD.org diff --git a/math/pdal/Makefile b/math/pdal/Makefile index 01182f819ca2..c03ed942dce7 100644 --- a/math/pdal/Makefile +++ b/math/pdal/Makefile @@ -3,7 +3,7 @@ PORTNAME= pdal PORTVERSION= 1.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math databases graphics MAINTAINER= lbartoletti@tuxfamily.org diff --git a/math/rocs/Makefile b/math/rocs/Makefile index 2394583abf1a..271f289c77a7 100644 --- a/math/rocs/Makefile +++ b/math/rocs/Makefile @@ -2,7 +2,7 @@ PORTNAME= rocs PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math kde kde-kde4 MAINTAINER= kde@FreeBSD.org diff --git a/math/stp/Makefile b/math/stp/Makefile index 99b58e90f8f0..7572ebf2b2f6 100644 --- a/math/stp/Makefile +++ b/math/stp/Makefile @@ -3,7 +3,7 @@ PORTNAME= stp PORTVERSION= 1436 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= http://intara.arrowdodger.ru/ diff --git a/math/ufc/Makefile b/math/ufc/Makefile index 1d25a215c13a..5abf76f30e80 100644 --- a/math/ufc/Makefile +++ b/math/ufc/Makefile @@ -3,7 +3,7 @@ PORTNAME= ufc PORTVERSION= ${MMVERSION}.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math python MASTER_SITES= http://launchpad.net/${PORTNAME}/${MMVERSION}.x/${PORTVERSION}/+download/ diff --git a/math/vowpal_wabbit/Makefile b/math/vowpal_wabbit/Makefile index 13226cd362fa..1f8f645e5d73 100644 --- a/math/vowpal_wabbit/Makefile +++ b/math/vowpal_wabbit/Makefile @@ -3,7 +3,7 @@ PORTNAME= vowpal_wabbit PORTVERSION= 7.10 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MAINTAINER= demon@FreeBSD.org diff --git a/misc/artikulate/Makefile b/misc/artikulate/Makefile index ff95a804ff51..6ebe374eb27a 100644 --- a/misc/artikulate/Makefile +++ b/misc/artikulate/Makefile @@ -2,7 +2,7 @@ PORTNAME= artikulate PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc kde kde-kde4 MAINTAINER= kde@FreeBSD.org diff --git a/multimedia/aegisub/Makefile b/multimedia/aegisub/Makefile index e29dfc997527..2fd6c7a5b121 100644 --- a/multimedia/aegisub/Makefile +++ b/multimedia/aegisub/Makefile @@ -3,7 +3,7 @@ PORTNAME= aegisub PORTVERSION= 3.2.2 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= multimedia MASTER_SITES= http://ftp.aegisub.org/pub/archives/releases/source/ \ ftp://ftp.aegisub.org/pub/archives/releases/source/ \ diff --git a/multimedia/bombono/Makefile b/multimedia/bombono/Makefile index cf570ad78402..5d5d94ed8be2 100644 --- a/multimedia/bombono/Makefile +++ b/multimedia/bombono/Makefile @@ -3,7 +3,7 @@ PORTNAME= bombono PORTVERSION= 1.2.2 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-dvd/${PORTVERSION:R} DISTNAME= ${PORTNAME}-dvd-${PORTVERSION} diff --git a/multimedia/cclive/Makefile b/multimedia/cclive/Makefile index 81e3db2ed178..6ed12881337e 100644 --- a/multimedia/cclive/Makefile +++ b/multimedia/cclive/Makefile @@ -3,7 +3,7 @@ PORTNAME= cclive PORTVERSION= 0.7.16 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia net MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R} diff --git a/multimedia/flvtool++/Makefile b/multimedia/flvtool++/Makefile index 2c1572d745a4..4c0b2aa7399c 100644 --- a/multimedia/flvtool++/Makefile +++ b/multimedia/flvtool++/Makefile @@ -3,7 +3,7 @@ PORTNAME= flvtool++ PORTVERSION= 1.2.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia MAINTAINER= ports@FreeBSD.org diff --git a/multimedia/gstreamer-qt4/Makefile b/multimedia/gstreamer-qt4/Makefile index cecaac157033..110075319d7b 100644 --- a/multimedia/gstreamer-qt4/Makefile +++ b/multimedia/gstreamer-qt4/Makefile @@ -3,7 +3,7 @@ PORTNAME= gstreamer PORTVERSION= 0.10.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= multimedia MASTER_SITES= http://gstreamer.freedesktop.org/src/qt-${PORTNAME}/ PKGNAMESUFFIX= -qt4 diff --git a/multimedia/gstreamer1-qt4/Makefile b/multimedia/gstreamer1-qt4/Makefile index e2c81435e6ab..bd8bc0aae070 100644 --- a/multimedia/gstreamer1-qt4/Makefile +++ b/multimedia/gstreamer1-qt4/Makefile @@ -2,7 +2,7 @@ PORTNAME= gstreamer1-qt PORTVERSION= 1.2.0 -PORTREVISION?= 6 +PORTREVISION?= 7 CATEGORIES= multimedia MASTER_SITES= http://gstreamer.freedesktop.org/src/qt-gstreamer/ PKGNAMESUFFIX?= 4 diff --git a/multimedia/gstreamer1-qt5/Makefile b/multimedia/gstreamer1-qt5/Makefile index d8c0a41216d9..ae160bf8ba99 100644 --- a/multimedia/gstreamer1-qt5/Makefile +++ b/multimedia/gstreamer1-qt5/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gstreamer-qt -PORTREVISION= 3 +PORTREVISION= 4 PKGNAMESUFFIX= 5 MASTERDIR= ${.CURDIR:H}/gstreamer1-qt4 diff --git a/multimedia/miro/Makefile b/multimedia/miro/Makefile index 136eb99154a6..9fa2b0dbe0e2 100644 --- a/multimedia/miro/Makefile +++ b/multimedia/miro/Makefile @@ -3,7 +3,7 @@ PORTNAME= miro PORTVERSION= 6.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.osuosl.org/pub/pculture.org/miro/src/ \ http://ftp.osuosl.org/pub/pculture.org/miro/src/ diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile index abc28293379d..772ad1de7157 100644 --- a/multimedia/mkvtoolnix/Makefile +++ b/multimedia/mkvtoolnix/Makefile @@ -3,7 +3,7 @@ PORTNAME= mkvtoolnix PORTVERSION= 15.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ \ https://mkvtoolnix.download/sources/ diff --git a/multimedia/oggvideotools/Makefile b/multimedia/oggvideotools/Makefile index e12ae17d2fc0..cc7180263198 100644 --- a/multimedia/oggvideotools/Makefile +++ b/multimedia/oggvideotools/Makefile @@ -3,7 +3,7 @@ PORTNAME= oggvideotools PORTVERSION= 0.9.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME} diff --git a/multimedia/omxplayer/Makefile b/multimedia/omxplayer/Makefile index 5d0f791cc273..33aae2fcd54d 100644 --- a/multimedia/omxplayer/Makefile +++ b/multimedia/omxplayer/Makefile @@ -3,7 +3,7 @@ PORTNAME= omxplayer PORTVERSION= 20161004 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MAINTAINER= mikael.urankar@gmail.com diff --git a/multimedia/plexhometheater/Makefile b/multimedia/plexhometheater/Makefile index 546604e6f92d..fda8d325b985 100644 --- a/multimedia/plexhometheater/Makefile +++ b/multimedia/plexhometheater/Makefile @@ -5,7 +5,7 @@ PORTNAME= plexhometheater PORTVERSION= 1.4.1 DISTVERSIONPREFIX=v DISTVERSIONSUFFIX=.469-47a90f01 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= multimedia MAINTAINER= woodsb02@FreeBSD.org diff --git a/multimedia/vdr-plugin-upnp/Makefile b/multimedia/vdr-plugin-upnp/Makefile index 74757870b05a..714c00d2d9c1 100644 --- a/multimedia/vdr-plugin-upnp/Makefile +++ b/multimedia/vdr-plugin-upnp/Makefile @@ -3,7 +3,7 @@ PORTNAME= vdr-plugin-upnp PORTVERSION= 0.0.2a2 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= multimedia MASTER_SITES= http://projects.vdr-developer.org/attachments/download/177/ DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION:S/a/-alpha/}${DISTVERSIONSUFFIX} diff --git a/net-im/ekiga/Makefile b/net-im/ekiga/Makefile index d99b95ec9072..0786c4918b56 100644 --- a/net-im/ekiga/Makefile +++ b/net-im/ekiga/Makefile @@ -4,7 +4,7 @@ PORTNAME= ekiga PORTVERSION= 4.0.1 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= net-im MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/net-im/licq-icq/Makefile b/net-im/licq-icq/Makefile index 4ec1466fd880..4966dec3376a 100644 --- a/net-im/licq-icq/Makefile +++ b/net-im/licq-icq/Makefile @@ -2,7 +2,7 @@ PORTNAME= icq PORTVERSION= 1.8.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MAINTAINER= dinoex@FreeBSD.org diff --git a/net-im/licq-jabber/Makefile b/net-im/licq-jabber/Makefile index 74d04f0fc781..4bf0681f14aa 100644 --- a/net-im/licq-jabber/Makefile +++ b/net-im/licq-jabber/Makefile @@ -2,7 +2,7 @@ PORTNAME= jabber PORTVERSION= 1.8.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net-im MAINTAINER= dinoex@FreeBSD.org diff --git a/net-im/licq-msn/Makefile b/net-im/licq-msn/Makefile index 171f777790a8..936f07ebb1d3 100644 --- a/net-im/licq-msn/Makefile +++ b/net-im/licq-msn/Makefile @@ -2,7 +2,7 @@ PORTNAME= msn PORTVERSION= 1.8.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MAINTAINER= dinoex@FreeBSD.org diff --git a/net-im/licq-osd/Makefile b/net-im/licq-osd/Makefile index 8b80755402e3..a2a0b6db4ea7 100644 --- a/net-im/licq-osd/Makefile +++ b/net-im/licq-osd/Makefile @@ -3,7 +3,7 @@ PORTNAME= osd PORTVERSION= 1.8.2 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 2 CATEGORIES= net-im diff --git a/net-im/licq-qt-gui/Makefile b/net-im/licq-qt-gui/Makefile index d3d8ef5041f4..ccd2b1cf683d 100644 --- a/net-im/licq-qt-gui/Makefile +++ b/net-im/licq-qt-gui/Makefile @@ -3,7 +3,7 @@ PORTNAME= qt4-gui PORTVERSION= 1.8.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-im PKGNAMESUFFIX?= ${KDE_SUFFIX}${PKGNAMESUFFIX2} diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile index bb5c814bd7a2..cacb1bad9e45 100644 --- a/net-im/licq/Makefile +++ b/net-im/licq/Makefile @@ -3,7 +3,7 @@ PORTNAME= base PORTVERSION= ${LICQ_VER} -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-im PKGNAMESUFFIX= ${SOCKS_SUFFIX}${PKGNAMESUFFIX2} diff --git a/net-mgmt/fastnetmon/Makefile b/net-mgmt/fastnetmon/Makefile index 5db2ed3c9453..0ec5b5a25af8 100644 --- a/net-mgmt/fastnetmon/Makefile +++ b/net-mgmt/fastnetmon/Makefile @@ -4,7 +4,7 @@ PORTNAME= fastnetmon PORTVERSION= 1.1.3 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-mgmt security MAINTAINER= farrokhi@FreeBSD.org diff --git a/net-mgmt/icinga2/Makefile b/net-mgmt/icinga2/Makefile index 0e10d6a7afb8..25371db2db1e 100644 --- a/net-mgmt/icinga2/Makefile +++ b/net-mgmt/icinga2/Makefile @@ -3,6 +3,7 @@ PORTNAME= icinga2 DISTVERSIONPREFIX= v DISTVERSION= 2.7.1 +PORTREVISION= 1 CATEGORIES= net-mgmt MAINTAINER= lme@FreeBSD.org diff --git a/net-p2p/bitcoin-daemon/Makefile b/net-p2p/bitcoin-daemon/Makefile index 52820693c101..bb0c04583fbf 100644 --- a/net-p2p/bitcoin-daemon/Makefile +++ b/net-p2p/bitcoin-daemon/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ MASTERDIR= ${.CURDIR}/../bitcoin +PORTREVISION= 1 PKGNAMESUFFIX= -daemon COMMENT= Virtual Peer-to-Peer Currency (Daemon) diff --git a/net-p2p/eiskaltdcpp-daemon/Makefile b/net-p2p/eiskaltdcpp-daemon/Makefile index 9b3e3ffe5dff..deb6c55d06d8 100644 --- a/net-p2p/eiskaltdcpp-daemon/Makefile +++ b/net-p2p/eiskaltdcpp-daemon/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= eiskaltdcpp -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p PKGNAMESUFFIX= -daemon diff --git a/net-p2p/eiskaltdcpp-gtk/Makefile b/net-p2p/eiskaltdcpp-gtk/Makefile index 0286f90d9234..297a5cb938bc 100644 --- a/net-p2p/eiskaltdcpp-gtk/Makefile +++ b/net-p2p/eiskaltdcpp-gtk/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= eiskaltdcpp -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p PKGNAMESUFFIX= -gtk diff --git a/net-p2p/eiskaltdcpp-lib/Makefile b/net-p2p/eiskaltdcpp-lib/Makefile index a2e1744a45c0..87d21a2357a2 100644 --- a/net-p2p/eiskaltdcpp-lib/Makefile +++ b/net-p2p/eiskaltdcpp-lib/Makefile @@ -4,7 +4,7 @@ PORTNAME= eiskaltdcpp PORTVERSION= 2.2.10 DISTVERSIONPREFIX= v -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-p2p PKGNAMESUFFIX?= -lib diff --git a/net-p2p/eiskaltdcpp-qt/Makefile b/net-p2p/eiskaltdcpp-qt/Makefile index 720c937b1cb4..995c8c069eb6 100644 --- a/net-p2p/eiskaltdcpp-qt/Makefile +++ b/net-p2p/eiskaltdcpp-qt/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= eiskaltdcpp -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p PKGNAMESUFFIX= -qt diff --git a/net-p2p/ktorrent/Makefile b/net-p2p/ktorrent/Makefile index 273976f460e7..1e4eebf68697 100644 --- a/net-p2p/ktorrent/Makefile +++ b/net-p2p/ktorrent/Makefile @@ -3,7 +3,7 @@ PORTNAME= ktorrent DISTVERSION= 4.3.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net-p2p kde MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION}/ diff --git a/net-p2p/libktorrent/Makefile b/net-p2p/libktorrent/Makefile index e3e0d137519b..80d651b31d68 100644 --- a/net-p2p/libktorrent/Makefile +++ b/net-p2p/libktorrent/Makefile @@ -2,7 +2,7 @@ PORTNAME= libktorrent DISTVERSION= 1.3.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= net-p2p kde MASTER_SITES= http://ktorrent.org/downloads/${DISTVERSION:C,^1,4,:C,-.*,,}/ diff --git a/net-p2p/libtorrent-rasterbar/Makefile b/net-p2p/libtorrent-rasterbar/Makefile index 60521b4f9e3b..50c34bfa0b1d 100644 --- a/net-p2p/libtorrent-rasterbar/Makefile +++ b/net-p2p/libtorrent-rasterbar/Makefile @@ -3,7 +3,7 @@ PORTNAME= libtorrent-rasterbar PORTVERSION= 1.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= net-p2p ipv6 MASTER_SITES= https://github.com/arvidn/libtorrent/releases/download/libtorrent-${PORTVERSION:S/./_/g}/ diff --git a/net-p2p/linuxdcpp/Makefile b/net-p2p/linuxdcpp/Makefile index 621b4d67b5bd..392185365d93 100644 --- a/net-p2p/linuxdcpp/Makefile +++ b/net-p2p/linuxdcpp/Makefile @@ -2,7 +2,7 @@ PORTNAME= linuxdcpp PORTVERSION= 1.1.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-p2p MASTER_SITES= http://launchpadlibrarian.net/69733951/ diff --git a/net-p2p/litecoin/Makefile b/net-p2p/litecoin/Makefile index 7a1a425fee11..a7308d0c38a4 100644 --- a/net-p2p/litecoin/Makefile +++ b/net-p2p/litecoin/Makefile @@ -5,6 +5,7 @@ PORTNAME= litecoin PORTVERSION= 0.14.2 PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net-p2p finance MAINTAINER= swills@FreeBSD.org diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index ae0bb540ebee..51d95fc4a9fa 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -3,7 +3,7 @@ PORTNAME= qbittorrent PORTVERSION= 3.3.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/net-p2p/twister/Makefile b/net-p2p/twister/Makefile index e7e1a9fbd20a..2b6f270107db 100644 --- a/net-p2p/twister/Makefile +++ b/net-p2p/twister/Makefile @@ -4,7 +4,7 @@ PORTNAME= twister-core PORTVERSION= 0.9.34 DISTVERSIONPREFIX= v -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= net-p2p diff --git a/net/asio/Makefile b/net/asio/Makefile index 73ccb4ea4320..dea64cc04df6 100644 --- a/net/asio/Makefile +++ b/net/asio/Makefile @@ -3,6 +3,7 @@ PORTNAME= asio PORTVERSION= 1.10.6 +PORTREVISION= 1 CATEGORIES= net devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20(Stable)/ diff --git a/net/ceph-devel/Makefile b/net/ceph-devel/Makefile index bf61c82cf3ca..b36bc6d62493 100644 --- a/net/ceph-devel/Makefile +++ b/net/ceph-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= ceph DISTVERSION= wip.v2017-08-15-1 +PORTREVISION= 1 CATEGORIES= net PKGNAMESUFFIX= -devel diff --git a/net/ceph/Makefile b/net/ceph/Makefile index 07d0d2d2769f..d1a4d61ac54e 100644 --- a/net/ceph/Makefile +++ b/net/ceph/Makefile @@ -3,6 +3,7 @@ PORTNAME= ceph DISTVERSION= v12.2.0 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= wjw@digiware.nl diff --git a/net/grive/Makefile b/net/grive/Makefile index 592843cd8ac3..c6fbfc5dda3d 100644 --- a/net/grive/Makefile +++ b/net/grive/Makefile @@ -3,7 +3,7 @@ PORTNAME= grive PORTVERSION= 0.3.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net MAINTAINER= ktsin@acm.org diff --git a/net/grive2/Makefile b/net/grive2/Makefile index 052ccad0a944..1509afa403d7 100644 --- a/net/grive2/Makefile +++ b/net/grive2/Makefile @@ -4,7 +4,7 @@ PORTNAME= grive2 PORTVERSION= 0.5.0 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MAINTAINER= cpm@FreeBSD.org diff --git a/net/kdenetwork4-strigi-analyzers/Makefile b/net/kdenetwork4-strigi-analyzers/Makefile index b970c2cd0779..c52a10068a68 100644 --- a/net/kdenetwork4-strigi-analyzers/Makefile +++ b/net/kdenetwork4-strigi-analyzers/Makefile @@ -2,7 +2,7 @@ PORTNAME= kdenetwork-strigi-analyzers PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net kde kde-kde4 MAINTAINER= kde@FreeBSD.org diff --git a/net/kea/Makefile b/net/kea/Makefile index 4d80a357fb5b..b92a91037132 100644 --- a/net/kea/Makefile +++ b/net/kea/Makefile @@ -2,7 +2,7 @@ PORTNAME= kea PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net ipv6 MASTER_SITES= ISC/kea/${PORTVERSION} diff --git a/net/kget/Makefile b/net/kget/Makefile index 7bc4ccddb65a..78c9c4fb5f16 100644 --- a/net/kget/Makefile +++ b/net/kget/Makefile @@ -2,7 +2,7 @@ PORTNAME= kget PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net kde kde-kde4 MAINTAINER= kde@FreeBSD.org diff --git a/net/libcmis/Makefile b/net/libcmis/Makefile index c6e5a5b1c0e5..22d4b3f2bcbe 100644 --- a/net/libcmis/Makefile +++ b/net/libcmis/Makefile @@ -2,7 +2,7 @@ PORTNAME= libcmis PORTVERSION= 0.5.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net devel MASTER_SITES= http://dev-www.libreoffice.org/src/ diff --git a/net/pktanon/Makefile b/net/pktanon/Makefile index 9cdb9450e2ce..56406e4de56e 100644 --- a/net/pktanon/Makefile +++ b/net/pktanon/Makefile @@ -2,7 +2,7 @@ PORTNAME= pktanon PORTVERSION= 1.4.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= http://www.tm.uka.de/software/pktanon/download/ DISTNAME= ${PORTNAME}-${PORTVERSION}-dev diff --git a/net/scribe/Makefile b/net/scribe/Makefile index 0864ea584bab..6468b2a9579b 100644 --- a/net/scribe/Makefile +++ b/net/scribe/Makefile @@ -3,7 +3,7 @@ PORTNAME= scribe DISTVERSION= 2.2.2013.04.15 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net MAINTAINER= ports@FreeBSD.org diff --git a/net/tcpflow/Makefile b/net/tcpflow/Makefile index 2f65975db43b..dca82ac92259 100644 --- a/net/tcpflow/Makefile +++ b/net/tcpflow/Makefile @@ -3,7 +3,7 @@ PORTNAME= tcpflow PORTVERSION= 1.4.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= http://digitalcorpora.org/downloads/${PORTNAME}/ diff --git a/net/xorp/Makefile b/net/xorp/Makefile index 1f848857ab4a..3611766b36f0 100644 --- a/net/xorp/Makefile +++ b/net/xorp/Makefile @@ -4,7 +4,7 @@ PORTNAME= xorp PORTVERSION= 1.8.5 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MAINTAINER= hrs@FreeBSD.org diff --git a/print/libmspub01/Makefile b/print/libmspub01/Makefile index 1bb5c182b521..9cb4b3fe0519 100644 --- a/print/libmspub01/Makefile +++ b/print/libmspub01/Makefile @@ -2,7 +2,7 @@ PORTNAME= libmspub PORTVERSION= 0.1.2 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= print graphics devel MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/ PKGNAMESUFFIX= 01 diff --git a/print/libpagemaker/Makefile b/print/libpagemaker/Makefile index db93c4fe13a2..9566f96814cf 100644 --- a/print/libpagemaker/Makefile +++ b/print/libpagemaker/Makefile @@ -2,7 +2,7 @@ PORTNAME= libpagemaker PORTVERSION= 0.0.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print graphics devel MASTER_SITES= LIBREOFFICE_DEV diff --git a/print/lyx/Makefile b/print/lyx/Makefile index 168c8f968ff5..1c699dc70d26 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -3,6 +3,7 @@ PORTNAME= lyx PORTVERSION= ${MAJOR_VERSION}.${MINOR_VERSION} +PORTREVISION= 1 CATEGORIES= print editors MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/${MAJOR_VERSION}.x/ \ http://www-ftp.lip6.fr/ftp/pub/lyx/stable/${MAJOR_VERSION}.x/ \ diff --git a/print/pdfcube/Makefile b/print/pdfcube/Makefile index f9503a594e04..f0e2858bb915 100644 --- a/print/pdfcube/Makefile +++ b/print/pdfcube/Makefile @@ -3,7 +3,7 @@ PORTNAME= pdfcube PORTVERSION= 0.0.5 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= print MASTER_SITES= http://code.100allora.it/releases/pdfcube/ diff --git a/print/scribus/Makefile b/print/scribus/Makefile index da4f004074cd..7d89884dad61 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -3,7 +3,7 @@ PORTNAME= scribus PORTVERSION= 1.4.6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= print editors MASTER_SITES= SF \ http://www.scribus.net/downloads/${PORTVERSION}/ diff --git a/science/avogadro/Makefile b/science/avogadro/Makefile index cc978f4103d9..719b65a8c815 100644 --- a/science/avogadro/Makefile +++ b/science/avogadro/Makefile @@ -3,7 +3,7 @@ PORTNAME= avogadro PORTVERSION= 1.1.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= science MASTER_SITES= SF diff --git a/science/bddsolve/Makefile b/science/bddsolve/Makefile index 3feac1e95e3f..d52804b1ff01 100644 --- a/science/bddsolve/Makefile +++ b/science/bddsolve/Makefile @@ -3,7 +3,7 @@ PORTNAME= bddsolve PORTVERSION= 1.03 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science MASTER_SITES= http://www.win.tue.nl/~wieger/bddsolve/_downloads/ DISTNAME= ${PORTNAME}-source-${PORTVERSION} diff --git a/science/gromacs/Makefile b/science/gromacs/Makefile index 7e03b23e7b53..be6726629346 100644 --- a/science/gromacs/Makefile +++ b/science/gromacs/Makefile @@ -3,7 +3,7 @@ PORTNAME= gromacs PORTVERSION= 5.0.6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= science MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/ diff --git a/science/iboview/Makefile b/science/iboview/Makefile index 5781e3ead474..0af8613e2d5b 100644 --- a/science/iboview/Makefile +++ b/science/iboview/Makefile @@ -3,7 +3,7 @@ PORTNAME= iboview PORTVERSION= 20150427 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science MASTER_SITES= http://www.iboview.org/bin/ DISTNAME= ibo-view.20150427 diff --git a/science/libgeodecomp/Makefile b/science/libgeodecomp/Makefile index bfc3699b5aa6..85e4e289327e 100644 --- a/science/libgeodecomp/Makefile +++ b/science/libgeodecomp/Makefile @@ -3,7 +3,7 @@ PORTNAME= libgeodecomp PORTVERSION= 0.4.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science devel MASTER_SITES= http://www.libgeodecomp.org/archive/ diff --git a/science/libkml/Makefile b/science/libkml/Makefile index 16de3d2ed702..70b1ad245830 100644 --- a/science/libkml/Makefile +++ b/science/libkml/Makefile @@ -3,7 +3,7 @@ PORTNAME= libkml PORTVERSION= 1.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MAINTAINER= sunpoet@FreeBSD.org diff --git a/science/orthanc-dicomweb/Makefile b/science/orthanc-dicomweb/Makefile index 1e2c9ee8a950..f0675b2af2cf 100644 --- a/science/orthanc-dicomweb/Makefile +++ b/science/orthanc-dicomweb/Makefile @@ -3,7 +3,7 @@ PORTNAME= orthanc-dicomweb PORTVERSION= 0.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science net MASTER_SITES= http://orthanc-server.com/downloads/get.php?path=/plugin-dicom-web/ DISTNAME= OrthancDicomWeb-${PORTVERSION} diff --git a/science/orthanc-postgresql/Makefile b/science/orthanc-postgresql/Makefile index 90b616d617db..f14c90d92d3f 100644 --- a/science/orthanc-postgresql/Makefile +++ b/science/orthanc-postgresql/Makefile @@ -3,7 +3,7 @@ PORTNAME= orthanc-portgresql PORTVERSION= 2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science graphics MASTER_SITES= http://orthanc-server.com/downloads/get.php?path=/plugin-postgresql/ DISTNAME= OrthancPostgreSQL-${PORTVERSION} diff --git a/science/orthanc-webviewer/Makefile b/science/orthanc-webviewer/Makefile index 3d2cb7e86baa..89fb7e825130 100644 --- a/science/orthanc-webviewer/Makefile +++ b/science/orthanc-webviewer/Makefile @@ -3,7 +3,7 @@ PORTNAME= orthanc-webviewer PORTVERSION= 2.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science graphics MASTER_SITES= http://orthanc-server.com/downloads/get.php?path=/plugin-webviewer/:main \ http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/WebViewer/:thirdparty diff --git a/science/orthanc/Makefile b/science/orthanc/Makefile index 1e27dc93f09f..2683ac8eba45 100644 --- a/science/orthanc/Makefile +++ b/science/orthanc/Makefile @@ -3,7 +3,7 @@ PORTNAME= orthanc PORTVERSION= 1.1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science graphics net www MASTER_SITES= http://orthanc-server.com/downloads/get.php?path=/orthanc/:main \ http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/:mongoose diff --git a/science/pulseview/Makefile b/science/pulseview/Makefile index cd779410f83a..2493a8879c0e 100644 --- a/science/pulseview/Makefile +++ b/science/pulseview/Makefile @@ -3,7 +3,7 @@ PORTNAME= pulseview PORTVERSION= 0.2.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science cad MASTER_SITES= http://sigrok.org/download/source/pulseview/ diff --git a/security/botan110/Makefile b/security/botan110/Makefile index 71667c4f8634..5ca6af6c899d 100644 --- a/security/botan110/Makefile +++ b/security/botan110/Makefile @@ -3,7 +3,7 @@ PORTNAME= botan PORTVERSION= 1.10.13 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= http://botan.randombit.net/releases/ PKGNAMESUFFIX= 110 diff --git a/security/clamfs/Makefile b/security/clamfs/Makefile index 37011f03aef9..f87accc98bee 100644 --- a/security/clamfs/Makefile +++ b/security/clamfs/Makefile @@ -3,7 +3,7 @@ PORTNAME= clamfs PORTVERSION= 1.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= SF diff --git a/security/i2pd/Makefile b/security/i2pd/Makefile index f16510476ddf..ab8d591a8b1c 100644 --- a/security/i2pd/Makefile +++ b/security/i2pd/Makefile @@ -3,7 +3,7 @@ PORTNAME= i2pd PORTVERSION= 2.15.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net-p2p MAINTAINER= amdmi3@FreeBSD.org diff --git a/security/opensaml2/Makefile b/security/opensaml2/Makefile index cd523d78c723..44de6d530251 100644 --- a/security/opensaml2/Makefile +++ b/security/opensaml2/Makefile @@ -3,7 +3,7 @@ PORTNAME= opensaml2 PORTVERSION= 2.6.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= http://shibboleth.net/downloads/c++-opensaml/${PORTVERSION}/ DISTNAME= opensaml-${PORTVERSION} diff --git a/security/quantis/Makefile b/security/quantis/Makefile index b0933f322e14..3f45e8843267 100644 --- a/security/quantis/Makefile +++ b/security/quantis/Makefile @@ -3,7 +3,7 @@ PORTNAME= quantis DISTVERSION= v13.11.08 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security devel java MASTER_SITES= http://www.idquantique.com/~download/Quantis/ \ LOCAL/ale diff --git a/security/shibboleth2-sp/Makefile b/security/shibboleth2-sp/Makefile index 845190b2f980..03f24862d199 100644 --- a/security/shibboleth2-sp/Makefile +++ b/security/shibboleth2-sp/Makefile @@ -3,7 +3,7 @@ PORTNAME= shibboleth-sp PORTVERSION= 2.6.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security www MASTER_SITES= http://shibboleth.net/downloads/service-provider/${PORTVERSION}/ diff --git a/security/spass/Makefile b/security/spass/Makefile index 7f80dfd331a3..673f11ad5902 100644 --- a/security/spass/Makefile +++ b/security/spass/Makefile @@ -2,7 +2,7 @@ PORTNAME= spass PORTVERSION= 3.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security MAINTAINER= ports@FreeBSD.org diff --git a/sysutils/condor/Makefile b/sysutils/condor/Makefile index 0105bd49f8b8..97b6ee9036af 100644 --- a/sysutils/condor/Makefile +++ b/sysutils/condor/Makefile @@ -6,7 +6,7 @@ PORTNAME= condor PORTVERSION= 8.4.9 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils net MASTER_SITES= http://www.acadix.biz/Ports/distfiles/ DISTNAME= condor_src-${PORTVERSION}-all-all diff --git a/sysutils/facter/Makefile b/sysutils/facter/Makefile index c9f57aa7d50e..7dfc6abdcd59 100644 --- a/sysutils/facter/Makefile +++ b/sysutils/facter/Makefile @@ -2,7 +2,7 @@ PORTNAME= facter PORTVERSION= 3.9.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= sysutils MASTER_SITES= http://downloads.puppetlabs.com/facter/ diff --git a/sysutils/freefilesync/Makefile b/sysutils/freefilesync/Makefile index e05a6827253f..a7c1c004c518 100644 --- a/sysutils/freefilesync/Makefile +++ b/sysutils/freefilesync/Makefile @@ -3,7 +3,7 @@ PORTNAME= freefilesync PORTVERSION= 8.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MASTER_SITES= https://www.freefilesync.org/download/ \ https://www.freefilesync.org/archive/ diff --git a/sysutils/kf5-kwallet/Makefile b/sysutils/kf5-kwallet/Makefile index 079626ca10ae..5f0cea4466a4 100644 --- a/sysutils/kf5-kwallet/Makefile +++ b/sysutils/kf5-kwallet/Makefile @@ -3,6 +3,7 @@ PORTNAME= kwallet PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/sysutils/logstalgia/Makefile b/sysutils/logstalgia/Makefile index 6f0a14bcfaae..f5b698b0c73c 100644 --- a/sysutils/logstalgia/Makefile +++ b/sysutils/logstalgia/Makefile @@ -3,7 +3,7 @@ PORTNAME= logstalgia PORTVERSION= 1.0.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils www MAINTAINER= ehaupt@FreeBSD.org diff --git a/sysutils/ori/Makefile b/sysutils/ori/Makefile index 101e6638f685..c93eae31884f 100644 --- a/sysutils/ori/Makefile +++ b/sysutils/ori/Makefile @@ -3,7 +3,7 @@ PORTNAME= ori PORTVERSION= 0.8.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= sysutils net MASTER_SITES= http://cdn.bitbucket.org/orifs/ori/downloads/ diff --git a/sysutils/osquery/Makefile b/sysutils/osquery/Makefile index d0b87fd5a981..c0abbbf6265a 100644 --- a/sysutils/osquery/Makefile +++ b/sysutils/osquery/Makefile @@ -3,7 +3,7 @@ PORTNAME= osquery PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= zi@FreeBSD.org diff --git a/textproc/clucene/Makefile b/textproc/clucene/Makefile index bcab28b2796f..4d4a2e48ca9d 100644 --- a/textproc/clucene/Makefile +++ b/textproc/clucene/Makefile @@ -3,7 +3,7 @@ PORTNAME= clucene PORTVERSION= 2.3.3.4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-core-unstable/2.3 DISTNAME= ${PORTNAME}-core-${PORTVERSION} diff --git a/textproc/highlight/Makefile b/textproc/highlight/Makefile index 30e1990ee89f..74e96279e52e 100644 --- a/textproc/highlight/Makefile +++ b/textproc/highlight/Makefile @@ -3,7 +3,7 @@ PORTNAME= highlight PORTVERSION= 3.36 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 3 CATEGORIES= textproc MASTER_SITES= http://www.andre-simon.de/zip/ diff --git a/textproc/kenlm/Makefile b/textproc/kenlm/Makefile index 19a46b0b36e7..289c9a16a5c4 100644 --- a/textproc/kenlm/Makefile +++ b/textproc/kenlm/Makefile @@ -3,7 +3,7 @@ PORTNAME= kenlm PORTVERSION= 20140830 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc MASTER_SITES= http://kheafield.com/code/ DISTNAME= ${PORTNAME} diff --git a/textproc/kiss-templates/Makefile b/textproc/kiss-templates/Makefile index 520b23de9014..a038961b7d58 100644 --- a/textproc/kiss-templates/Makefile +++ b/textproc/kiss-templates/Makefile @@ -3,7 +3,7 @@ PORTNAME= kiss-templates PORTVERSION= 0.19 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= andreas.sommer87@googlemail.com diff --git a/textproc/libabw/Makefile b/textproc/libabw/Makefile index 54298e113917..f662da352d9c 100644 --- a/textproc/libabw/Makefile +++ b/textproc/libabw/Makefile @@ -2,7 +2,7 @@ PORTNAME= libabw PORTVERSION= 0.1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc MASTER_SITES= LODEV/${PORTNAME} diff --git a/textproc/libe-book/Makefile b/textproc/libe-book/Makefile index 3e9036254bd4..6f0e01b12519 100644 --- a/textproc/libe-book/Makefile +++ b/textproc/libe-book/Makefile @@ -2,7 +2,7 @@ PORTNAME= libe-book PORTVERSION= 0.1.2 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= textproc MASTER_SITES= SF/libebook/${PORTNAME}-${PORTVERSION}/ diff --git a/textproc/libkolabxml/Makefile b/textproc/libkolabxml/Makefile index a78e1757e18e..b942052bba92 100644 --- a/textproc/libkolabxml/Makefile +++ b/textproc/libkolabxml/Makefile @@ -2,7 +2,7 @@ PORTNAME= libkolabxml PORTVERSION= 1.1.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= http://mirror.kolabsys.com/pub/releases/ diff --git a/textproc/libmwaw03/Makefile b/textproc/libmwaw03/Makefile index 506516e22bd7..166346fe5b6e 100644 --- a/textproc/libmwaw03/Makefile +++ b/textproc/libmwaw03/Makefile @@ -2,6 +2,7 @@ PORTNAME= libmwaw PORTVERSION= 0.3.12 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX= 03 diff --git a/textproc/libodfgen01/Makefile b/textproc/libodfgen01/Makefile index 4a9b040ac09b..2169220a27c5 100644 --- a/textproc/libodfgen01/Makefile +++ b/textproc/libodfgen01/Makefile @@ -2,7 +2,7 @@ PORTNAME= libodfgen PORTVERSION= 0.1.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= SF/libwpd/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX= 01 diff --git a/textproc/librevenge/Makefile b/textproc/librevenge/Makefile index 46c22405b581..a3933361747c 100644 --- a/textproc/librevenge/Makefile +++ b/textproc/librevenge/Makefile @@ -2,7 +2,7 @@ PORTNAME= librevenge PORTVERSION= 0.0.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= SF/libwpd/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/textproc/libstaroffice/Makefile b/textproc/libstaroffice/Makefile index bca7f663a0f9..5860b76aeb14 100644 --- a/textproc/libstaroffice/Makefile +++ b/textproc/libstaroffice/Makefile @@ -2,6 +2,7 @@ PORTNAME= libstaroffice PORTVERSION= 0.0.4 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= LODEV MASTER_SITE_SUBDIR= # diff --git a/textproc/libvisio01/Makefile b/textproc/libvisio01/Makefile index e73c08f9ecac..11e3b57b4577 100644 --- a/textproc/libvisio01/Makefile +++ b/textproc/libvisio01/Makefile @@ -2,7 +2,7 @@ PORTNAME= libvisio PORTVERSION= 0.1.5 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= textproc devel MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/ PKGNAMESUFFIX= 01 diff --git a/textproc/libwpd010/Makefile b/textproc/libwpd010/Makefile index 2c661ca4a7f6..3407dd22c8cc 100644 --- a/textproc/libwpd010/Makefile +++ b/textproc/libwpd010/Makefile @@ -3,6 +3,7 @@ PORTNAME= libwpd PORTVERSION= 0.10.2 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX= 010 diff --git a/textproc/libwps/Makefile b/textproc/libwps/Makefile index 30b2811c9611..115fadfa633c 100644 --- a/textproc/libwps/Makefile +++ b/textproc/libwps/Makefile @@ -3,6 +3,7 @@ PORTNAME= libwps PORTVERSION= 0.4.7 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/textproc/libwps03/Makefile b/textproc/libwps03/Makefile index 2876b3c29b74..c3dc9c6596c3 100644 --- a/textproc/libwps03/Makefile +++ b/textproc/libwps03/Makefile @@ -3,7 +3,7 @@ PORTNAME= libwps PORTVERSION= 0.3.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX= 03 diff --git a/textproc/luceneplusplus/Makefile b/textproc/luceneplusplus/Makefile index ade7a12db5ff..2551338d209d 100644 --- a/textproc/luceneplusplus/Makefile +++ b/textproc/luceneplusplus/Makefile @@ -3,7 +3,7 @@ PORTNAME= lucene++ PORTVERSION= 3.0.7 DISTVERSIONPREFIX= rel_ -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MAINTAINER= arved@FreeBSD.org diff --git a/textproc/randlm/Makefile b/textproc/randlm/Makefile index 6fd2def0435a..a5baa960173d 100644 --- a/textproc/randlm/Makefile +++ b/textproc/randlm/Makefile @@ -3,7 +3,7 @@ PORTNAME= randlm PORTVERSION= 0.2.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME} diff --git a/textproc/source-highlight/Makefile b/textproc/source-highlight/Makefile index 4021064ede3d..c90247883711 100644 --- a/textproc/source-highlight/Makefile +++ b/textproc/source-highlight/Makefile @@ -3,7 +3,7 @@ PORTNAME= source-highlight PORTVERSION= 3.1.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc MASTER_SITES= GNU/src-highlite diff --git a/textproc/xmlwrapp/Makefile b/textproc/xmlwrapp/Makefile index ae6c768775df..c84e7f107cfa 100644 --- a/textproc/xmlwrapp/Makefile +++ b/textproc/xmlwrapp/Makefile @@ -3,7 +3,7 @@ PORTNAME= xmlwrapp PORTVERSION= 0.7.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= textproc MASTER_SITES= SF diff --git a/www/anyterm/Makefile b/www/anyterm/Makefile index dae087d047c5..3566584c520d 100644 --- a/www/anyterm/Makefile +++ b/www/anyterm/Makefile @@ -3,7 +3,7 @@ PORTNAME= anyterm PORTVERSION= 1.1.29 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= www MASTER_SITES= http://anyterm.org/download/ \ http://dl1.douglasthrift.net/${PORTNAME}/ \ diff --git a/www/domoticz/Makefile b/www/domoticz/Makefile index 1e178800bce6..33cc6e21a61e 100644 --- a/www/domoticz/Makefile +++ b/www/domoticz/Makefile @@ -2,6 +2,7 @@ PORTNAME= domoticz PORTVERSION= 3.${DOMOTICZ_REL} +PORTREVISION= 1 CATEGORIES= www MAINTAINER= kiwi@oav.net diff --git a/www/kdewebdev4/Makefile b/www/kdewebdev4/Makefile index 0fce4e72ffd3..97242f396bbe 100644 --- a/www/kdewebdev4/Makefile +++ b/www/kdewebdev4/Makefile @@ -3,7 +3,7 @@ PORTNAME= kdewebdev PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www kde kde-kde4 MAINTAINER= kde@FreeBSD.org diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index fe490976c80c..566855fd22d1 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -4,6 +4,7 @@ PORTNAME= nghttp2 PORTVERSION= 1.26.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www net MAINTAINER= sunpoet@FreeBSD.org diff --git a/www/wt/Makefile b/www/wt/Makefile index 4f3a9a43d0d7..04783836f15c 100644 --- a/www/wt/Makefile +++ b/www/wt/Makefile @@ -3,7 +3,7 @@ PORTNAME= wt PORTVERSION= 3.3.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= info@babaei.net diff --git a/x11-toolkits/flowcanvas/Makefile b/x11-toolkits/flowcanvas/Makefile index e8fbc27a1ba9..4ceced77535d 100644 --- a/x11-toolkits/flowcanvas/Makefile +++ b/x11-toolkits/flowcanvas/Makefile @@ -3,7 +3,7 @@ PORTNAME= flowcanvas PORTVERSION= 0.7.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= x11-toolkits MASTER_SITES= http://download.drobilla.net/ diff --git a/x11/kde4-workspace/Makefile b/x11/kde4-workspace/Makefile index d82a33d95727..865d5f994fdf 100644 --- a/x11/kde4-workspace/Makefile +++ b/x11/kde4-workspace/Makefile @@ -2,7 +2,7 @@ PORTNAME= kde-workspace PORTVERSION= ${KDE4_WORKSPACE_VERSION} -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= x11 kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/x11/kf5-kactivities/Makefile b/x11/kf5-kactivities/Makefile index c81e1f155ae6..0b017c694ab6 100644 --- a/x11/kf5-kactivities/Makefile +++ b/x11/kf5-kactivities/Makefile @@ -3,6 +3,7 @@ PORTNAME= kactivities PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/x11/leechcraft/Makefile b/x11/leechcraft/Makefile index f68944f43efb..a2725e971e0c 100644 --- a/x11/leechcraft/Makefile +++ b/x11/leechcraft/Makefile @@ -3,7 +3,7 @@ PORTNAME= leechcraft PORTVERSION= 0.6.70 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= x11 MASTER_SITES= http://dist.leechcraft.org/LeechCraft/0.6.70/ |