diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-04-02 09:08:47 +0000 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-04-02 09:08:47 +0000 |
commit | 856fd1202fb90c231772341a37cfd64301ece330 (patch) | |
tree | 64c6f8487a027029437c0c0be5a4e28eca1d94af | |
parent | 1c4d25737102d338a9f85d1177f6e532004421e1 (diff) | |
download | FreeBSD-ports-856fd1202fb90c231772341a37cfd64301ece330.zip FreeBSD-ports-856fd1202fb90c231772341a37cfd64301ece330.tar.gz |
MFH: r437435 r437437 r437439 r437475 by gerald
Remove files/patch-armv6-hf-support since armv6hf no longer exists as
an arch.
Reported by: andreast
Update lang/gcc and hence the default version of GCC in the Ports
Collection (requested by USE_GCC=yes and various USES=compiler
invocations) from GCC 4.9.4 to GCC 5.4.
files/patch-arm-support and files/patch-gcc_system.h have become
obsolete. New patches files/patch-arm-unwind-cxx-support and
files/patch-libc++ help support arm targets and new libc++ in base.
ONLY_FOR_ARCHS now also includes arm.
A new option GRAPHITE_DESC, off by default for now, adds support for
Graphite loop optimizations.
Finally, conflicts with other lang/gcc* ports are adjusted suitably.
In terms of changes for users, this upgrade brings the following:
The default mode for C is now -std=gnu11 instead of -std=gnu89.
New warning options -Wc90-c99-compat and -Wc99-c11-compat may
prove useful on that front.
The C++ front end now has full C++14 language support including
C++14 variable templates, C++14 aggregates with non-static data
member initializers, C++14 extended constexpr, and more.
The Standard C++ Library (libstdc++) has full C++11 support and
experimental full C++14 support. It uses a new ABI by default.
There have been significant improvements to inter-procedural optimizations
and link-time optimization such as One Definition Rule based merging of C++
types as well as register allocation.
OpenMP 4.0 specification offloading features are now supported by the C,
C++, and Fortran compilers. Cilk Plus, an extension to the C and C++
languages to support data and task parallelism, has been added as well.
New warning options -Wswitch-bool, -Wlogical-not-parentheses,
-Wbool-compare and -Wsizeof-array-argument may prove useful as
may new preprocessor directives __has_include, __has_include_next,
and __has_attribute.
GCC can now be built as a shared library for embedding in other processes
(such as interpreters), suitable for Just-In-Time compilation to machine
code. This provides a C API and a C++ wrapper API.
Many code generation improvements for AArch64, ARM, support for
AVX-512{BW,DQ,VL,IFMA,VBMI} and Intel MPX on x86-64, and generally
improvements on many targets.
The Local Register Allocator (LRA) now contains a rematerialization
subpass and is able to reuse the PIC hard register on x86/x86-64 to
improve performance of position independent code.
https://gcc.gnu.org/gcc-5/changes.html has a more extensive set of
changes and https://gcc.gnu.org/gcc-5/porting_to.html has a solid
overview of issue you may encountering porting to this new version.
PR: 216707, 218125
Tested by: antoine (-exp runs)
Supported by: jbeich, tcberner, and others
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
Add support for aarch64.
Submitted by: andreast
Approved by: ports-secteam (junovitch)
1132 files changed, 1483 insertions, 1513 deletions
diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk index 2ec2061..f84b898 100644 --- a/Mk/bsd.default-versions.mk +++ b/Mk/bsd.default-versions.mk @@ -38,7 +38,7 @@ FIREBIRD_DEFAULT?= 2.5 # Possible values: 3.0.0 FPC_DEFAULT?= 3.0.2 # Possible values: 4.7, 4.8, 4.9, 5, 6 -GCC_DEFAULT?= 4.9 +GCC_DEFAULT?= 5 # Possible values: 7, 8, 9, agpl GHOSTSCRIPT_DEFAULT?= agpl .if ${ARCH} == amd64 @@ -141,6 +141,6 @@ TCLTK_DEFAULT?= 8.6 VARNISH_DEFAULT?= 4 # Version of lang/gcc. Do not override! -LANG_GCC_IS= 4.9 +LANG_GCC_IS= 5 .endif diff --git a/archivers/kf5-karchive/Makefile b/archivers/kf5-karchive/Makefile index 2c91a72..3eb99ed 100644 --- a/archivers/kf5-karchive/Makefile +++ b/archivers/kf5-karchive/Makefile @@ -3,6 +3,7 @@ PORTNAME= karchive PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= archivers kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/archivers/paq/Makefile b/archivers/paq/Makefile index b7be097..bbf24f9 100644 --- a/archivers/paq/Makefile +++ b/archivers/paq/Makefile @@ -3,7 +3,7 @@ PORTNAME= paq PORTVERSION= 20140131 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers MASTER_SITES= http://mattmahoney.net/dc/ LOCAL/bf/paq/ DISTFILES= wbpe110.zip zpaqd633.zip zpaq657.zip zpipe.201.zip diff --git a/archivers/pxz/Makefile b/archivers/pxz/Makefile index 738ff50..5385f41 100644 --- a/archivers/pxz/Makefile +++ b/archivers/pxz/Makefile @@ -3,7 +3,7 @@ PORTNAME= pxz PORTVERSION= 0.20141018 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= archivers MASTER_SITES= LOCAL/delphij DISTNAME= pxz-git-${PORTVERSION:S/0.//} diff --git a/archivers/py-brotli/Makefile b/archivers/py-brotli/Makefile index cd3d079..e1fc2ed 100644 --- a/archivers/py-brotli/Makefile +++ b/archivers/py-brotli/Makefile @@ -3,7 +3,7 @@ PORTNAME= brotli PORTVERSION= 0.5.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= archivers MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/archivers/rvm/Makefile b/archivers/rvm/Makefile index 9118c5c..0bedff6 100644 --- a/archivers/rvm/Makefile +++ b/archivers/rvm/Makefile @@ -3,6 +3,7 @@ PORTNAME= rvm PORTVERSION= 1.11 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= SF PKGNAMESUFFIX= an diff --git a/astro/geographiclib/Makefile b/astro/geographiclib/Makefile index 5784dba..5527b7f 100644 --- a/astro/geographiclib/Makefile +++ b/astro/geographiclib/Makefile @@ -3,6 +3,7 @@ PORTNAME= geographiclib PORTVERSION= 1.46 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= SF/geographiclib/distrib\ SF/geographiclib:geoids,gravity,magnetic diff --git a/astro/gpstk/Makefile b/astro/gpstk/Makefile index edcb82d..a2c3020 100644 --- a/astro/gpstk/Makefile +++ b/astro/gpstk/Makefile @@ -3,7 +3,7 @@ PORTNAME= gpstk PORTVERSION= 2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro devel MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}.src diff --git a/astro/kstars/Makefile b/astro/kstars/Makefile index 34527a4..376448d 100644 --- a/astro/kstars/Makefile +++ b/astro/kstars/Makefile @@ -2,7 +2,7 @@ PORTNAME= kstars PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= astro kde kde-kde4 MAINTAINER= kde@FreeBSD.org diff --git a/astro/libosmium/Makefile b/astro/libosmium/Makefile index e8df8cd..59179e4 100644 --- a/astro/libosmium/Makefile +++ b/astro/libosmium/Makefile @@ -3,6 +3,7 @@ PORTNAME= libosmium PORTVERSION= 2.12.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= astro geography devel diff --git a/astro/nightfall/Makefile b/astro/nightfall/Makefile index a5c9155..c10bdcf 100644 --- a/astro/nightfall/Makefile +++ b/astro/nightfall/Makefile @@ -3,7 +3,7 @@ PORTNAME= nightfall PORTVERSION= 1.86 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro MASTER_SITES= http://www.la-samhna.de/nightfall/ diff --git a/astro/opencpn/Makefile b/astro/opencpn/Makefile index 48b5aca..2d981f9 100644 --- a/astro/opencpn/Makefile +++ b/astro/opencpn/Makefile @@ -3,7 +3,7 @@ PORTNAME= opencpn PORTVERSION= 4.4.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro geography MAINTAINER= freebsd@netfence.it diff --git a/astro/qmapshack/Makefile b/astro/qmapshack/Makefile index 2b05ed7..d9fdcdd 100644 --- a/astro/qmapshack/Makefile +++ b/astro/qmapshack/Makefile @@ -3,6 +3,7 @@ PORTNAME= qmapshack PORTVERSION= 1.7.2 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= https://bitbucket.org/maproom/qmapshack/downloads/ diff --git a/astro/viking/Makefile b/astro/viking/Makefile index f76cbc1..73c9ac1 100644 --- a/astro/viking/Makefile +++ b/astro/viking/Makefile @@ -3,7 +3,7 @@ PORTNAME= viking PORTVERSION= 1.6.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/ diff --git a/astro/wcslib/Makefile b/astro/wcslib/Makefile index b912149..d6e8c0d 100644 --- a/astro/wcslib/Makefile +++ b/astro/wcslib/Makefile @@ -3,6 +3,7 @@ PORTNAME= wcslib PORTVERSION= 5.16 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= ftp://ftp.atnf.csiro.au/pub/software/wcslib/ diff --git a/astro/xtide/Makefile b/astro/xtide/Makefile index 11a7215..d2222be 100644 --- a/astro/xtide/Makefile +++ b/astro/xtide/Makefile @@ -3,6 +3,7 @@ PORTNAME= xtide PORTVERSION= 2.15.1 +PORTREVISION= 1 CATEGORIES= astro geography MASTER_SITES= ftp://ftp.flaterco.com/xtide/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index e0dbb8d..18a3d07 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -3,7 +3,7 @@ PORTNAME= audacity PORTVERSION= 2.1.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= https://github.com/audacity/audacity/archive/ DISTNAME= Audacity-${PORTVERSION} diff --git a/audio/calf/Makefile b/audio/calf/Makefile index 6f18b5a..dd3c221 100644 --- a/audio/calf/Makefile +++ b/audio/calf/Makefile @@ -3,7 +3,7 @@ PORTNAME= calf PORTVERSION= 0.0.60 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://calf-studio-gear.org/files/ diff --git a/audio/ccaudio2/Makefile b/audio/ccaudio2/Makefile index d128ae5..906df14 100644 --- a/audio/ccaudio2/Makefile +++ b/audio/ccaudio2/Makefile @@ -3,6 +3,7 @@ PORTNAME= ccaudio2 PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= GNU/ccaudio diff --git a/audio/chromaprint/Makefile b/audio/chromaprint/Makefile index f23e45f..1821439 100644 --- a/audio/chromaprint/Makefile +++ b/audio/chromaprint/Makefile @@ -2,6 +2,7 @@ PORTNAME= chromaprint PORTVERSION= 1.4.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://github.com/acoustid/${PORTNAME}/releases/download/v${PORTVERSION}/ \ https://bitbucket.org/acoustid/${PORTNAME}/downloads/ diff --git a/audio/codec2/Makefile b/audio/codec2/Makefile index b6d370f..8afa152 100644 --- a/audio/codec2/Makefile +++ b/audio/codec2/Makefile @@ -2,7 +2,7 @@ PORTNAME= codec2 PORTVERSION= 0.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio hamradio MASTER_SITES= http://files.freedv.org/codec2/ \ LOCAL/db diff --git a/audio/csound/Makefile b/audio/csound/Makefile index d9038ef..86a6030 100644 --- a/audio/csound/Makefile +++ b/audio/csound/Makefile @@ -3,7 +3,7 @@ PORTNAME= csound PORTVERSION= 5.19.01 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}5/${PORTNAME}${PORTVERSION:R} \ SF/${PORTNAME}/${PORTNAME}5/${PORTNAME}${PORTVERSION:R}/manual:manual diff --git a/audio/csound6/Makefile b/audio/csound6/Makefile index ef30a7f..7420c10 100644 --- a/audio/csound6/Makefile +++ b/audio/csound6/Makefile @@ -3,7 +3,7 @@ PORTNAME= csound PORTVERSION= 6.06 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}6/${PORTNAME:S/c/C/}${PORTVERSION} PKGNAMESUFFIX= 6 diff --git a/audio/deadbeef/Makefile b/audio/deadbeef/Makefile index 6a56c5e..369c13d 100644 --- a/audio/deadbeef/Makefile +++ b/audio/deadbeef/Makefile @@ -3,7 +3,7 @@ PORTNAME= deadbeef PORTVERSION= 0.7.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/ diff --git a/audio/espeak/Makefile b/audio/espeak/Makefile index 9afb467..81b66b4 100644 --- a/audio/espeak/Makefile +++ b/audio/espeak/Makefile @@ -3,7 +3,7 @@ PORTNAME= espeak PORTVERSION= 1.48.04 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} DISTNAME= ${PORTNAME}-${PORTVERSION}-source diff --git a/audio/firefly/Makefile b/audio/firefly/Makefile index c1af437..d572ac7 100644 --- a/audio/firefly/Makefile +++ b/audio/firefly/Makefile @@ -3,7 +3,7 @@ PORTNAME= firefly PORTVERSION= 1696 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= audio MASTER_SITES= SF/fireflyserver-server/Sources/mt-daapd/svn-${PORTVERSION} DISTNAME= mt-daapd-svn-${PORTVERSION} diff --git a/audio/funktrackergold/Makefile b/audio/funktrackergold/Makefile index aa0356f..bf35f11 100644 --- a/audio/funktrackergold/Makefile +++ b/audio/funktrackergold/Makefile @@ -3,7 +3,7 @@ PORTNAME= funktrackergold DISTVERSION= 1.5-2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SUNSITE/apps/sound/players diff --git a/audio/gbsplay/Makefile b/audio/gbsplay/Makefile index ee41420..6381236 100644 --- a/audio/gbsplay/Makefile +++ b/audio/gbsplay/Makefile @@ -3,6 +3,7 @@ PORTNAME= gbsplay PORTVERSION= 0.0.93.20161217 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= ehaupt@FreeBSD.org diff --git a/audio/gnuspeechsa/Makefile b/audio/gnuspeechsa/Makefile index 87d9444..f77137f 100644 --- a/audio/gnuspeechsa/Makefile +++ b/audio/gnuspeechsa/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnuspeechsa PORTVERSION= 0.1.5 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= GNU/gnuspeech diff --git a/audio/gogglesmm/Makefile b/audio/gogglesmm/Makefile index 2ae2209..f111ddb 100644 --- a/audio/gogglesmm/Makefile +++ b/audio/gogglesmm/Makefile @@ -3,6 +3,7 @@ PORTNAME= gogglesmm PORTVERSION= 1.1.5 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= jhale@FreeBSD.org diff --git a/audio/idjc/Makefile b/audio/idjc/Makefile index a37793a..777e4c3 100644 --- a/audio/idjc/Makefile +++ b/audio/idjc/Makefile @@ -3,7 +3,7 @@ PORTNAME= idjc PORTVERSION= 0.8.16 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio python MASTER_SITES= SF/idjc/idjc/0.8 diff --git a/audio/libsoxr/Makefile b/audio/libsoxr/Makefile index 3415c3b..422e87f 100644 --- a/audio/libsoxr/Makefile +++ b/audio/libsoxr/Makefile @@ -2,7 +2,7 @@ PORTNAME= libsoxr PORTVERSION= 0.1.2.20160529 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= LOCAL/riggs/soxr/ diff --git a/audio/murmur/Makefile b/audio/murmur/Makefile index 49b27c7..3b9116d 100644 --- a/audio/murmur/Makefile +++ b/audio/murmur/Makefile @@ -3,7 +3,7 @@ PORTNAME= murmur PORTVERSION= 1.2.19 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio net MAINTAINER= feld@FreeBSD.org diff --git a/audio/musescore/Makefile b/audio/musescore/Makefile index 4c40ea1..72a4943 100644 --- a/audio/musescore/Makefile +++ b/audio/musescore/Makefile @@ -3,6 +3,7 @@ PORTNAME= musescore PORTVERSION= 2.0.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://ftp.osuosl.org/pub/musescore/releases/MuseScore-${PORTVERSION}/ DISTNAME= MuseScore-${PORTVERSION} diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index f118f98..0d4e38e 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -2,7 +2,7 @@ PORTNAME= musicpd PORTVERSION= 0.20.6 -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 45654b1..dc55804 100644 --- a/audio/ncmpcpp/Makefile +++ b/audio/ncmpcpp/Makefile @@ -2,7 +2,7 @@ PORTNAME= ncmpcpp PORTVERSION= 0.7.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://ncmpcpp.rybczak.net/stable/ diff --git a/audio/openal-soft/Makefile b/audio/openal-soft/Makefile index f2415de..1a8d2a3e 100644 --- a/audio/openal-soft/Makefile +++ b/audio/openal-soft/Makefile @@ -2,7 +2,7 @@ PORTNAME= openal-soft PORTVERSION= 1.17.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://kcat.strangesoft.net/openal-releases/ diff --git a/audio/openspc/Makefile b/audio/openspc/Makefile index b76e753..bba1c9b 100644 --- a/audio/openspc/Makefile +++ b/audio/openspc/Makefile @@ -3,7 +3,7 @@ PORTNAME= openspc PORTVERSION= 0.3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= http://membres.lycos.fr/pixels/ \ LOCAL/ehaupt diff --git a/audio/pragha/Makefile b/audio/pragha/Makefile index 802a517..43a40f9 100644 --- a/audio/pragha/Makefile +++ b/audio/pragha/Makefile @@ -3,7 +3,7 @@ PORTNAME= pragha PORTVERSION= 1.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= https://github.com/pragha-music-player/${PORTNAME}/releases/download/v${PORTVERSION}/ diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index 94a7697..f68b3e2 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -6,6 +6,7 @@ PORTNAME= pulseaudio PORTVERSION= 10.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://freedesktop.org/software/pulseaudio/releases/ diff --git a/audio/py-karaoke/Makefile b/audio/py-karaoke/Makefile index 3c1672a..6b469fa 100644 --- a/audio/py-karaoke/Makefile +++ b/audio/py-karaoke/Makefile @@ -3,7 +3,7 @@ PORTNAME= karaoke PORTVERSION= 0.7.5 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= audio python MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/audio/py-tagpy/Makefile b/audio/py-tagpy/Makefile index 26e833c..aca76fc 100644 --- a/audio/py-tagpy/Makefile +++ b/audio/py-tagpy/Makefile @@ -3,7 +3,7 @@ PORTNAME= tagpy PORTVERSION= 2013.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/audio/qjackctl/Makefile b/audio/qjackctl/Makefile index 491394a..766e319 100644 --- a/audio/qjackctl/Makefile +++ b/audio/qjackctl/Makefile @@ -3,6 +3,7 @@ PORTNAME= qjackctl PORTVERSION= 0.4.4 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF diff --git a/audio/rosegarden/Makefile b/audio/rosegarden/Makefile index 61f3e98..25df28e 100644 --- a/audio/rosegarden/Makefile +++ b/audio/rosegarden/Makefile @@ -3,6 +3,7 @@ PORTNAME= rosegarden PORTVERSION= 16.06 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF diff --git a/audio/sayonara/Makefile b/audio/sayonara/Makefile index 45b2a0a..f555d7a 100644 --- a/audio/sayonara/Makefile +++ b/audio/sayonara/Makefile @@ -3,7 +3,7 @@ PORTNAME= sayonara PORTVERSION= 0.9.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://www.sayonara-player.com/sw/ DISTNAME= ${PORTNAME}-player-${PORTVERSION}-git11-20161030 diff --git a/audio/schism/Makefile b/audio/schism/Makefile index 5659fa7..504fae7 100644 --- a/audio/schism/Makefile +++ b/audio/schism/Makefile @@ -3,6 +3,7 @@ PORTNAME= schism PORTVERSION= 20160913 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= ehaupt@FreeBSD.org diff --git a/audio/smasher/Makefile b/audio/smasher/Makefile index 5e99ff5..d49bb1d 100644 --- a/audio/smasher/Makefile +++ b/audio/smasher/Makefile @@ -3,7 +3,7 @@ PORTNAME= smasher PORTVERSION= 1.1.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= SF diff --git a/audio/soundkonverter/Makefile b/audio/soundkonverter/Makefile index 36065d4..3bfc8f2 100644 --- a/audio/soundkonverter/Makefile +++ b/audio/soundkonverter/Makefile @@ -4,7 +4,7 @@ PORTNAME= soundkonverter PORTVERSION= 2.2.2 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio kde MAINTAINER= dbn@FreeBSD.org diff --git a/audio/soundtouch/Makefile b/audio/soundtouch/Makefile index 6485e1c..ce7a65c 100644 --- a/audio/soundtouch/Makefile +++ b/audio/soundtouch/Makefile @@ -3,7 +3,7 @@ PORTNAME= soundtouch PORTVERSION= 1.9.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://www.surina.net/soundtouch/ diff --git a/audio/spek/Makefile b/audio/spek/Makefile index 6c22fd9..4aa2b4e 100644 --- a/audio/spek/Makefile +++ b/audio/spek/Makefile @@ -3,7 +3,7 @@ PORTNAME= spek PORTVERSION= 0.8.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= https://github.com/alexkay/${PORTNAME}/releases/download/v${PORTVERSION}/ diff --git a/audio/tomahawk/Makefile b/audio/tomahawk/Makefile index 5907418..f60d242 100644 --- a/audio/tomahawk/Makefile +++ b/audio/tomahawk/Makefile @@ -3,7 +3,7 @@ PORTNAME= tomahawk PORTVERSION= 0.8.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MAINTAINER= ports@FreeBSD.org diff --git a/audio/wxguitar/Makefile b/audio/wxguitar/Makefile index 99aa684..e73e995 100644 --- a/audio/wxguitar/Makefile +++ b/audio/wxguitar/Makefile @@ -3,7 +3,7 @@ PORTNAME= wxguitar PORTVERSION= 1.01 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ diff --git a/audio/xmms-gbsplay/Makefile b/audio/xmms-gbsplay/Makefile index 74bf94b..79342fa 100644 --- a/audio/xmms-gbsplay/Makefile +++ b/audio/xmms-gbsplay/Makefile @@ -3,7 +3,7 @@ PORTNAME= gbsplay PORTVERSION= 0.0.8 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio MASTER_SITES= LOCAL/ehaupt PKGNAMEPREFIX= xmms- diff --git a/benchmarks/himenobench/Makefile b/benchmarks/himenobench/Makefile index 8bf827c..72cdfe6 100644 --- a/benchmarks/himenobench/Makefile +++ b/benchmarks/himenobench/Makefile @@ -3,7 +3,7 @@ PORTNAME= himenobench PORTVERSION= 2015.07.09 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= benchmarks MASTER_SITES= http://accc.riken.jp/wp-content/uploads/2015/07/ DISTFILES= himenobmtxp_xl.zip himenobmtxp_l.zip \ diff --git a/benchmarks/hpl/Makefile b/benchmarks/hpl/Makefile index c9cf523..a454533 100644 --- a/benchmarks/hpl/Makefile +++ b/benchmarks/hpl/Makefile @@ -3,7 +3,7 @@ PORTNAME= hpl PORTVERSION= 2.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= benchmarks MASTER_SITES= NETLIB/benchmark/hpl diff --git a/benchmarks/octave-forge-benchmark/Makefile b/benchmarks/octave-forge-benchmark/Makefile index f980c28..3d757a5 100644 --- a/benchmarks/octave-forge-benchmark/Makefile +++ b/benchmarks/octave-forge-benchmark/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-benchmark PORTVERSION= 1.1.1 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= benchmarks math MAINTAINER= stephen@FreeBSD.org diff --git a/benchmarks/phoronix-test-suite/Makefile b/benchmarks/phoronix-test-suite/Makefile index 29554fb..042fd8f 100644 --- a/benchmarks/phoronix-test-suite/Makefile +++ b/benchmarks/phoronix-test-suite/Makefile @@ -3,6 +3,7 @@ PORTNAME= phoronix-test-suite PORTVERSION= 6.8.0 +PORTREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= http://www.phoronix-test-suite.com/releases/ diff --git a/benchmarks/polygraph/Makefile b/benchmarks/polygraph/Makefile index a9f2b3c..95ebf64 100644 --- a/benchmarks/polygraph/Makefile +++ b/benchmarks/polygraph/Makefile @@ -3,7 +3,7 @@ PORTNAME= polygraph PORTVERSION= 4.9.0 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONSUFFIX= -src CATEGORIES= benchmarks www MASTER_SITES= http://www.web-polygraph.org/downloads/srcs/ diff --git a/biology/bowtie/Makefile b/biology/bowtie/Makefile index 2606005..991393a 100644 --- a/biology/bowtie/Makefile +++ b/biology/bowtie/Makefile @@ -3,7 +3,7 @@ PORTNAME= bowtie PORTVERSION= 1.1.2 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= biology diff --git a/biology/cd-hit/Makefile b/biology/cd-hit/Makefile index 7e3d5df..5c348f1 100644 --- a/biology/cd-hit/Makefile +++ b/biology/cd-hit/Makefile @@ -3,6 +3,7 @@ PORTNAME= cd-hit PORTVERSION= 4.6.6 +PORTREVISION= 1 DISTVERSIONPREFIX= V CATEGORIES= biology diff --git a/biology/crux/Makefile b/biology/crux/Makefile index 6131e4c..50dc846 100644 --- a/biology/crux/Makefile +++ b/biology/crux/Makefile @@ -3,7 +3,7 @@ PORTNAME= crux PORTVERSION= 1.2.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= biology python MASTER_SITES= http://www.canonware.com/download/Crux/ diff --git a/biology/diamond/Makefile b/biology/diamond/Makefile index 1e0b76d..2c0bbcd 100644 --- a/biology/diamond/Makefile +++ b/biology/diamond/Makefile @@ -2,6 +2,7 @@ PORTNAME= diamond PORTVERSION= 0.8.36 +PORTREVISION= 1 DISTVERSIONPREFIX=v CATEGORIES= biology diff --git a/biology/fasttree/Makefile b/biology/fasttree/Makefile index d95457d..1dcc0db 100644 --- a/biology/fasttree/Makefile +++ b/biology/fasttree/Makefile @@ -3,7 +3,7 @@ PORTNAME= FastTree PORTVERSION= 2.1.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology MASTER_SITES= http://www.microbesonline.org/fasttree/ EXTRACT_SUFX= .c diff --git a/biology/jellyfish/Makefile b/biology/jellyfish/Makefile index 15a3722..5225aae 100644 --- a/biology/jellyfish/Makefile +++ b/biology/jellyfish/Makefile @@ -3,6 +3,7 @@ PORTNAME= jellyfish PORTVERSION= 2.2.6 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= biology diff --git a/biology/molden/Makefile b/biology/molden/Makefile index e19e38d..23f472a 100644 --- a/biology/molden/Makefile +++ b/biology/molden/Makefile @@ -3,7 +3,7 @@ PORTNAME= molden PORTVERSION= 5.7 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= biology MASTER_SITES= ftp://ftp.cmbi.ru.nl/pub/molgraph/molden/ diff --git a/biology/mopac/Makefile b/biology/mopac/Makefile index 67a6592..a160df9 100644 --- a/biology/mopac/Makefile +++ b/biology/mopac/Makefile @@ -3,7 +3,7 @@ PORTNAME= mopac PORTVERSION= 7.${MOPAC_SUBVERSION} -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= biology MASTER_SITES= http://bioinformatics.org/ghemical/download/%SUBDIR%/ diff --git a/biology/ncbi-blast+/Makefile b/biology/ncbi-blast+/Makefile index f28217c..d12f315 100644 --- a/biology/ncbi-blast+/Makefile +++ b/biology/ncbi-blast+/Makefile @@ -3,6 +3,7 @@ PORTNAME= blast+ PORTVERSION= 2.5.0 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= http://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/${PORTVERSION}/ \ http://acadix.biz/Ports/distfiles/ diff --git a/biology/plink/Makefile b/biology/plink/Makefile index f0c6135..43c14f1 100644 --- a/biology/plink/Makefile +++ b/biology/plink/Makefile @@ -3,7 +3,7 @@ PORTNAME= plink PORTVERSION= 1.07 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= biology science MASTER_SITES= http://pngu.mgh.harvard.edu/~purcell/plink/dist/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/biology/psi88/Makefile b/biology/psi88/Makefile index 7cd6f37..89cb93e 100644 --- a/biology/psi88/Makefile +++ b/biology/psi88/Makefile @@ -3,7 +3,7 @@ PORTNAME= psi88 PORTVERSION= 1.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= biology MASTER_SITES= http://www.ccl.net/cca/software/SOURCES/FORTRAN/psi88/ DISTNAME= ${PORTNAME} diff --git a/biology/seqan-apps/Makefile b/biology/seqan-apps/Makefile index 48d64279..0191a80 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= 2 +PORTREVISION= 3 CATEGORIES= biology MAINTAINER= h2+fbsdports@fsfe.org diff --git a/biology/seqtools/Makefile b/biology/seqtools/Makefile index 5586422..a242be6 100644 --- a/biology/seqtools/Makefile +++ b/biology/seqtools/Makefile @@ -2,6 +2,7 @@ PORTNAME= seqtools PORTVERSION= 4.44.1 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= ftp://ftp.sanger.ac.uk/pub4/resources/software/seqtools/PRODUCTION/ diff --git a/biology/ssaha/Makefile b/biology/ssaha/Makefile index 819d514..c7f6966 100644 --- a/biology/ssaha/Makefile +++ b/biology/ssaha/Makefile @@ -3,7 +3,7 @@ PORTNAME= ssaha PORTVERSION= 3.1c -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= biology MASTER_SITES= ftp://ftp.sanger.ac.uk/pub4/resources/software/ssaha/ DISTNAME= ${PORTNAME}_v${PORTVERSION:S/.//} diff --git a/biology/t_coffee/Makefile b/biology/t_coffee/Makefile index 8c02aba..d7a37f4 100644 --- a/biology/t_coffee/Makefile +++ b/biology/t_coffee/Makefile @@ -4,7 +4,7 @@ PORTNAME= t_coffee PORTVERSION= 9.03 DISTVERSIONSUFFIX= .r1318 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= biology MASTER_SITES= http://www.tcoffee.org/Packages/Stable/Version_${PORTVERSION}${DISTVERSIONSUFFIX}/ DISTNAME= T-COFFEE_distribution_Version_${PORTVERSION}${DISTVERSIONSUFFIX} diff --git a/biology/tinker/Makefile b/biology/tinker/Makefile index bceb673..a9f98b8 100644 --- a/biology/tinker/Makefile +++ b/biology/tinker/Makefile @@ -3,7 +3,7 @@ PORTNAME= tinker PORTVERSION= 7.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology MASTER_SITES= http://dasher.wustl.edu/tinker/downloads/ diff --git a/cad/NASTRAN-95/Makefile b/cad/NASTRAN-95/Makefile index 660eaf4..b82dc0b 100644 --- a/cad/NASTRAN-95/Makefile +++ b/cad/NASTRAN-95/Makefile @@ -3,7 +3,7 @@ PORTNAME= NASTRAN-95 PORTVERSION= 20151227 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= cad science MAINTAINER= ports@FreeBSD.org diff --git a/cad/alliance/Makefile b/cad/alliance/Makefile index 0d412be..deab3e8 100644 --- a/cad/alliance/Makefile +++ b/cad/alliance/Makefile @@ -3,7 +3,7 @@ PORTNAME= alliance DISTVERSION= 5.0-20120515 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= cad MASTER_SITES= http://ftp.lyx.org/lip6/softs/alliance/distribution/5.0/ \ http://ftp.jussieu.fr/lip6/softs/alliance/distribution/5.0/ \ diff --git a/cad/calculix/Makefile b/cad/calculix/Makefile index 8fe512d..a3f3cf2 100644 --- a/cad/calculix/Makefile +++ b/cad/calculix/Makefile @@ -3,7 +3,7 @@ PORTNAME= CalculiX PORTVERSION= 2.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= cad MASTER_SITES= http://www.dhondt.de/ DISTFILES= ${DIST_SOURCES} diff --git a/cad/cura-engine/Makefile b/cad/cura-engine/Makefile index ca2bfeb..ecbd5e6 100644 --- a/cad/cura-engine/Makefile +++ b/cad/cura-engine/Makefile @@ -2,6 +2,7 @@ PORTNAME= CuraEngine PORTVERSION= 15.04 +PORTREVISION= 1 CATEGORIES= cad MAINTAINER= cederom@tlen.pl diff --git a/cad/elmerfem/Makefile b/cad/elmerfem/Makefile index 77b82cc..f44b810 100644 --- a/cad/elmerfem/Makefile +++ b/cad/elmerfem/Makefile @@ -3,7 +3,7 @@ PORTNAME= elmerfem PORTVERSION= 8.2.20161026 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad science MAINTAINER= ports@FreeBSD.org diff --git a/cad/feappv/Makefile b/cad/feappv/Makefile index e60301c..23038a9 100644 --- a/cad/feappv/Makefile +++ b/cad/feappv/Makefile @@ -3,7 +3,7 @@ PORTNAME= feappv PORTVERSION= 3.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= cad science MASTER_SITES= http://www.ce.berkeley.edu/projects/feap/feappv/ DISTFILES= ${PORTNAME}${PORTVERSION:S/.//}${EXTRACT_SUFX} ${PORTDOCS} diff --git a/cad/freecad/Makefile b/cad/freecad/Makefile index c45cbec..b2044f0 100644 --- a/cad/freecad/Makefile +++ b/cad/freecad/Makefile @@ -2,6 +2,7 @@ PORTNAME= FreeCAD DISTVERSION= 0.17.g20170310 +PORTREVISION= 1 CATEGORIES= cad MAINTAINER= tj+freebsd_ports@a13.fr diff --git a/cad/freehdl/Makefile b/cad/freehdl/Makefile index e67a690..93754b3 100644 --- a/cad/freehdl/Makefile +++ b/cad/freehdl/Makefile @@ -3,7 +3,7 @@ PORTNAME= freehdl PORTVERSION= 0.0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= cad MASTER_SITES= http://freehdl.seul.org/~enaroska/ diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile index c924614..7b5ebd6 100644 --- a/cad/gmsh/Makefile +++ b/cad/gmsh/Makefile @@ -3,6 +3,7 @@ PORTNAME= gmsh PORTVERSION= 2.16.0 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= http://gmsh.info/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source diff --git a/cad/gspiceui/Makefile b/cad/gspiceui/Makefile index 6c667ef..fd4ea67 100644 --- a/cad/gspiceui/Makefile +++ b/cad/gspiceui/Makefile @@ -3,6 +3,7 @@ PORTNAME= gspiceui PORTVERSION= 1.1.00 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/gSpiceUI/${PORTNAME}-v${PORTVERSION} DISTNAME= ${PORTNAME}-v${PORTVERSION} diff --git a/cad/kicad-devel/Makefile b/cad/kicad-devel/Makefile index 1f20555..5221616 100644 --- a/cad/kicad-devel/Makefile +++ b/cad/kicad-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= kicad DISTVERSION= r${GIT_SRC_DATE} +PORTREVISION= 1 #PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= LOCAL/mr diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile index 039ab95..ce170e9 100644 --- a/cad/kicad/Makefile +++ b/cad/kicad/Makefile @@ -3,7 +3,7 @@ PORTNAME= kicad DISTVERSION= 20140622%2Bbzr4027 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= https://launchpadlibrarian.net/179199115/ diff --git a/cad/klayout/Makefile b/cad/klayout/Makefile index caeb77e..78e2581 100644 --- a/cad/klayout/Makefile +++ b/cad/klayout/Makefile @@ -2,6 +2,7 @@ PORTNAME= klayout PORTVERSION= 0.24.9 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= http://www.klayout.org/downloads/source/ diff --git a/cad/libopencad/Makefile b/cad/libopencad/Makefile index 8dcd3e8..4778aae 100644 --- a/cad/libopencad/Makefile +++ b/cad/libopencad/Makefile @@ -3,6 +3,7 @@ PORTNAME= libopencad PORTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= cad graphics geography MAINTAINER= lbartoletti@tuxfamily.org diff --git a/cad/librecad/Makefile b/cad/librecad/Makefile index f6ed9c3..bbbc973 100644 --- a/cad/librecad/Makefile +++ b/cad/librecad/Makefile @@ -2,6 +2,7 @@ PORTNAME= librecad PORTVERSION= 2.1.3 +PORTREVISION= 1 CATEGORIES= cad MAINTAINER= jhale@FreeBSD.org diff --git a/cad/meshlab/Makefile b/cad/meshlab/Makefile index 9983eaa..53185d8 100644 --- a/cad/meshlab/Makefile +++ b/cad/meshlab/Makefile @@ -3,7 +3,7 @@ PORTNAME= meshlab PORTVERSION= 1.3.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/MeshLab%20v${PORTVERSION}/ DISTNAME= MeshLabSrc_AllInc_v${PORTVERSION:C|\.||g} diff --git a/cad/opencascade/Makefile b/cad/opencascade/Makefile index 8621da2..7efcc8f 100644 --- a/cad/opencascade/Makefile +++ b/cad/opencascade/Makefile @@ -3,7 +3,7 @@ PORTNAME= opencascade PORTVERSION= 6.9.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= cad science MASTER_SITES= LOCAL/thierry diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile index 13cec8a..142e6bf 100644 --- a/cad/openscad/Makefile +++ b/cad/openscad/Makefile @@ -3,7 +3,7 @@ PORTNAME= openscad PORTVERSION= 2015.03 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= cad MASTER_SITES= http://files.openscad.org/ DISTNAME= openscad-${PORTVERSION}.src diff --git a/cad/openvsp/Makefile b/cad/openvsp/Makefile index d69bc0f..4e56d03 100644 --- a/cad/openvsp/Makefile +++ b/cad/openvsp/Makefile @@ -3,6 +3,7 @@ PORTNAME= openvsp PORTVERSION= 3.11.0 +PORTREVISION= 1 DISTVERSIONPREFIX= ${GH_PROJECT}_ CATEGORIES= cad diff --git a/cad/pdnmesh/Makefile b/cad/pdnmesh/Makefile index 9036a49..0c6b94f 100644 --- a/cad/pdnmesh/Makefile +++ b/cad/pdnmesh/Makefile @@ -3,7 +3,7 @@ PORTNAME= pdnmesh PORTVERSION= 0.2.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION} diff --git a/cad/qelectrotech/Makefile b/cad/qelectrotech/Makefile index 91f9297..f7b74fe 100644 --- a/cad/qelectrotech/Makefile +++ b/cad/qelectrotech/Makefile @@ -3,6 +3,7 @@ PORTNAME= qelectrotech PORTVERSION= 0.5 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= http://download.tuxfamily.org/qet/tags/20151127/ diff --git a/cad/sceptre/Makefile b/cad/sceptre/Makefile index 9050a3b..daf5e24 100644 --- a/cad/sceptre/Makefile +++ b/cad/sceptre/Makefile @@ -3,7 +3,7 @@ PORTNAME= sceptre PORTVERSION= 2012.061 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= cad MASTER_SITES= http://alpha.fh-friedberg.de/iem/fileadmin/user_upload/novender/sceptre/ diff --git a/cad/scotch/Makefile b/cad/scotch/Makefile index 573fea7..e433d93 100644 --- a/cad/scotch/Makefile +++ b/cad/scotch/Makefile @@ -3,7 +3,7 @@ PORTNAME= scotch DISTVERSION= 5.1.12b_esmumps -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= cad science MASTER_SITES= https://gforge.inria.fr/frs/download.php/28978/ DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/cad/stepcode/Makefile b/cad/stepcode/Makefile index 23fb6c1..81ed953 100644 --- a/cad/stepcode/Makefile +++ b/cad/stepcode/Makefile @@ -3,6 +3,7 @@ PORTNAME= stepcode PORTVERSION= 0.8 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= cad diff --git a/cad/tochnog/Makefile b/cad/tochnog/Makefile index 7a4f961..385e0e3 100644 --- a/cad/tochnog/Makefile +++ b/cad/tochnog/Makefile @@ -3,7 +3,7 @@ PORTNAME= tochnog PORTVERSION= 20140100 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/Tochnog%20Latest%20January%202014 DISTFILES= Sources${EXTRACT_SUFX} gid${EXTRACT_SUFX} \ diff --git a/chinese/ibus-libpinyin/Makefile b/chinese/ibus-libpinyin/Makefile index 15f8b4e..0ee87bd 100644 --- a/chinese/ibus-libpinyin/Makefile +++ b/chinese/ibus-libpinyin/Makefile @@ -3,6 +3,7 @@ PORTNAME= ibus-libpinyin PORTVERSION= 1.7.2 +PORTREVISION= 1 CATEGORIES= chinese MASTER_SITES= SF/libpinyin/${PORTNAME} diff --git a/chinese/ibus-pinyin/Makefile b/chinese/ibus-pinyin/Makefile index c1a3525..17cbdf3 100644 --- a/chinese/ibus-pinyin/Makefile +++ b/chinese/ibus-pinyin/Makefile @@ -3,7 +3,7 @@ PORTNAME= ibus-pinyin PORTVERSION= 1.5.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= chinese MAINTAINER= henry.hu.sh@gmail.com diff --git a/chinese/librime/Makefile b/chinese/librime/Makefile index fb962da..1709b5e 100644 --- a/chinese/librime/Makefile +++ b/chinese/librime/Makefile @@ -4,7 +4,7 @@ PORTNAME= librime PORTVERSION= 1.2.9 DISTVERSIONPREFIX= rime- -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= chinese textproc MAINTAINER= lichray@gmail.com diff --git a/chinese/opencc/Makefile b/chinese/opencc/Makefile index 9e7a18a..facbfdf 100644 --- a/chinese/opencc/Makefile +++ b/chinese/opencc/Makefile @@ -3,6 +3,7 @@ PORTNAME= opencc PORTVERSION= 1.0.4 +PORTREVISION= 1 DISTVERSIONPREFIX= ver. CATEGORIES= chinese converters diff --git a/chinese/pyzy/Makefile b/chinese/pyzy/Makefile index bc1bcb6..973fbe4 100644 --- a/chinese/pyzy/Makefile +++ b/chinese/pyzy/Makefile @@ -3,7 +3,7 @@ PORTNAME= pyzy PORTVERSION= 0.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= chinese MAINTAINER= henry.hu.sh@gmail.com diff --git a/comms/aldo/Makefile b/comms/aldo/Makefile index 65b4eb0..f930c06 100644 --- a/comms/aldo/Makefile +++ b/comms/aldo/Makefile @@ -3,7 +3,7 @@ PORTNAME= aldo PORTVERSION= 0.7.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= comms hamradio MASTER_SITES= SAVANNAH diff --git a/comms/dabstick-radio/Makefile b/comms/dabstick-radio/Makefile index 37ba011..6003698 100644 --- a/comms/dabstick-radio/Makefile +++ b/comms/dabstick-radio/Makefile @@ -3,7 +3,7 @@ PORTNAME= dabstick-radio PORTVERSION= 0.96 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= comms audio hamradio MASTER_SITES= http://www.sdr-j.tk/ \ LOCAL/nox/ diff --git a/comms/efax-gtk/Makefile b/comms/efax-gtk/Makefile index 98a4b8b..1cd0f81 100644 --- a/comms/efax-gtk/Makefile +++ b/comms/efax-gtk/Makefile @@ -3,7 +3,7 @@ PORTNAME= efax-gtk PORTVERSION= 3.2.13 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= comms MASTER_SITES= SF EXTRACT_SUFX= .src.tgz diff --git a/comms/ems-flasher/Makefile b/comms/ems-flasher/Makefile index 75e1acc..61333c4 100644 --- a/comms/ems-flasher/Makefile +++ b/comms/ems-flasher/Makefile @@ -3,7 +3,7 @@ PORTNAME= ems-flasher PORTVERSION= 0.03 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= comms MASTER_SITES= http://lacklustre.net/projects/ems-flasher/ \ https://cooltrainer.org/freebsd-ports/ems-flasher/ diff --git a/comms/fldigi/Makefile b/comms/fldigi/Makefile index b658f88..65ce1a9 100644 --- a/comms/fldigi/Makefile +++ b/comms/fldigi/Makefile @@ -2,6 +2,7 @@ PORTNAME= fldigi PORTVERSION= 4.0.1 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= SF/${PORTNAME}/${PORTNAME} diff --git a/comms/freedv/Makefile b/comms/freedv/Makefile index 0f320fa..bcdb24e 100644 --- a/comms/freedv/Makefile +++ b/comms/freedv/Makefile @@ -2,6 +2,7 @@ PORTNAME= freedv PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= http://files.freedv.org/freedv/ \ LOCAL/shurd diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile index 2998972..7259b55 100644 --- a/comms/gnuradio/Makefile +++ b/comms/gnuradio/Makefile @@ -2,6 +2,7 @@ PORTNAME= gnuradio PORTVERSION= 3.7.10.1 +PORTREVISION= 1 CATEGORIES= comms astro hamradio MASTER_SITES= http://gnuradio.org/releases/gnuradio/ \ LOCAL/db diff --git a/comms/gr-osmosdr/Makefile b/comms/gr-osmosdr/Makefile index 196698b..24b3d63 100644 --- a/comms/gr-osmosdr/Makefile +++ b/comms/gr-osmosdr/Makefile @@ -2,7 +2,7 @@ PORTNAME= gr-osmosdr PORTVERSION= 20160622 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms hamradio MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac diff --git a/comms/qt5-serialbus/Makefile b/comms/qt5-serialbus/Makefile index 0cd26db..3c810c8 100644 --- a/comms/qt5-serialbus/Makefile +++ b/comms/qt5-serialbus/Makefile @@ -2,6 +2,7 @@ PORTNAME= serialbus DISTVERSION= ${QT5_VERSION} +PORTREVISION= 1 CATEGORIES= comms PKGNAMEPREFIX= qt5- diff --git a/comms/sdr-wspr/Makefile b/comms/sdr-wspr/Makefile index 41441f1..662ce0e 100644 --- a/comms/sdr-wspr/Makefile +++ b/comms/sdr-wspr/Makefile @@ -4,7 +4,7 @@ PORTNAME= sdr-wspr PORTVERSION= 0.1.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms hamradio MAINTAINER= jeff@baitis.net diff --git a/comms/telldus-core/Makefile b/comms/telldus-core/Makefile index 0b3f983..8c9a269 100644 --- a/comms/telldus-core/Makefile +++ b/comms/telldus-core/Makefile @@ -3,7 +3,7 @@ PORTNAME= telldus-core PORTVERSION= 2.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms MASTER_SITES= http://download.telldus.se/TellStick/Software/telldus-core/ diff --git a/comms/trustedqsl/Makefile b/comms/trustedqsl/Makefile index 51d58fd..b249cd9 100644 --- a/comms/trustedqsl/Makefile +++ b/comms/trustedqsl/Makefile @@ -2,6 +2,7 @@ PORTNAME= trustedqsl PORTVERSION= 2.2.1 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= http://www.arrl.org/files/file/LoTW%20Instructions/ \ LOCAL/shurd diff --git a/comms/uhd/Makefile b/comms/uhd/Makefile index 59b3a0b..1f0b16d 100644 --- a/comms/uhd/Makefile +++ b/comms/uhd/Makefile @@ -2,7 +2,7 @@ PORTNAME= uhd PORTVERSION= 3.9.5 -PORTREVISION= 4 +PORTREVISION= 5 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 6f68ed8..74dce8f 100644 --- a/comms/usrp/Makefile +++ b/comms/usrp/Makefile @@ -2,7 +2,7 @@ PORTNAME= usrp PORTVERSION= 3.4.3 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= comms hamradio MASTER_SITES= LOCAL/adrian DISTNAME= Ettus-USRP-3.4.3 diff --git a/comms/wsjt/Makefile b/comms/wsjt/Makefile index 3aca5a6..27dd2dd 100644 --- a/comms/wsjt/Makefile +++ b/comms/wsjt/Makefile @@ -2,7 +2,7 @@ PORTNAME= wsjt DISTVERSION= ${VERSION}.r${SVN_REV} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= comms hamradio MASTER_SITES= LOCAL/db DISTNAME= wsjt-r${SVN_REV} diff --git a/comms/wsjtx/Makefile b/comms/wsjtx/Makefile index 71eadbc..847b1d7 100644 --- a/comms/wsjtx/Makefile +++ b/comms/wsjtx/Makefile @@ -2,6 +2,7 @@ PORTNAME= wsjtx PORTVERSION= 1.7.0 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= SF/wsjt/${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} diff --git a/comms/wspr/Makefile b/comms/wspr/Makefile index 1853862..9661010 100644 --- a/comms/wspr/Makefile +++ b/comms/wspr/Makefile @@ -2,7 +2,7 @@ PORTNAME= wspr DISTVERSION= ${VERSION}.r${SVN_REV} -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= comms hamradio MASTER_SITES= LOCAL/db DISTNAME= wspr-r${SVN_REV} diff --git a/converters/pdf2djvu/Makefile b/converters/pdf2djvu/Makefile index a04801e..0cc2705 100644 --- a/converters/pdf2djvu/Makefile +++ b/converters/pdf2djvu/Makefile @@ -3,7 +3,7 @@ PORTNAME= pdf2djvu PORTVERSION= 0.7.21 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= converters MASTER_SITES= https://bitbucket.org/jwilk/pdf2djvu/downloads/ diff --git a/databases/clickhouse/Makefile b/databases/clickhouse/Makefile index 777097c..f83dacac 100644 --- a/databases/clickhouse/Makefile +++ b/databases/clickhouse/Makefile @@ -3,6 +3,7 @@ PORTNAME= clickhouse PORTVERSION= 1.1.54165 +PORTREVISION= 1 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= -stable CATEGORIES= databases diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 78978b9..61b7402 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -3,7 +3,7 @@ PORTNAME= evolution-data-server PORTVERSION= 3.18.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/databases/fastdb/Makefile b/databases/fastdb/Makefile index e80f00a..07d671c 100644 --- a/databases/fastdb/Makefile +++ b/databases/fastdb/Makefile @@ -3,7 +3,7 @@ PORTNAME= fastdb PORTVERSION= 3.75 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= SF diff --git a/databases/galera/Makefile b/databases/galera/Makefile index 26acd13..9d6341a 100644 --- a/databases/galera/Makefile +++ b/databases/galera/Makefile @@ -4,7 +4,7 @@ PORTNAME= galera PORTVERSION= 25.3.5 DISTVERSIONSUFFIX= -src -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= databases MASTER_SITES= https://launchpadlibrarian.net/170877450/ diff --git a/databases/gigabase/Makefile b/databases/gigabase/Makefile index e7ebd19..283df76 100644 --- a/databases/gigabase/Makefile +++ b/databases/gigabase/Makefile @@ -3,7 +3,7 @@ PORTNAME= gigabase PORTVERSION= 3.91 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTVERSION} \ http://www.garret.ru/ diff --git a/databases/gnats4/Makefile b/databases/gnats4/Makefile index 4a02e12..cb39130 100644 --- a/databases/gnats4/Makefile +++ b/databases/gnats4/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnats PORTVERSION= 4.1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= databases devel MASTER_SITES= GNU PKGNAMESUFFIX= 4 diff --git a/databases/gomdb/Makefile b/databases/gomdb/Makefile index eb5054e..942e043 100644 --- a/databases/gomdb/Makefile +++ b/databases/gomdb/Makefile @@ -2,7 +2,7 @@ PORTNAME= gomdb PORTVERSION= 20140824 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MAINTAINER= cheffo@freebsd-bg.org diff --git a/databases/grass/Makefile b/databases/grass/Makefile index b8ca42b..d510e1b 100644 --- a/databases/grass/Makefile +++ b/databases/grass/Makefile @@ -3,7 +3,7 @@ PORTNAME= grass PORTVERSION= 6.4.6 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 2 CATEGORIES= databases geography MASTER_SITES= http://grass.osgeo.org/%SUBDIR%/ \ diff --git a/databases/leveldb/Makefile b/databases/leveldb/Makefile index 72b1fb0..cbaf1f9 100644 --- a/databases/leveldb/Makefile +++ b/databases/leveldb/Makefile @@ -3,6 +3,7 @@ PORTNAME= leveldb PORTVERSION= 1.20 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= databases diff --git a/databases/levigo/Makefile b/databases/levigo/Makefile index 7d66a84..3fd926a 100644 --- a/databases/levigo/Makefile +++ b/databases/levigo/Makefile @@ -2,7 +2,7 @@ PORTNAME= levigo PORTVERSION= 20150216 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MAINTAINER= cheffo@freebsd-bg.org diff --git a/databases/mariadb-connector-c/Makefile b/databases/mariadb-connector-c/Makefile index b40b01c..df8fdd2 100644 --- a/databases/mariadb-connector-c/Makefile +++ b/databases/mariadb-connector-c/Makefile @@ -2,6 +2,7 @@ PORTNAME= mariadb PORTVERSION= 2.3.1 +PORTREVISION= 1 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ http://mirrors.supportex.net/${SITESDIR}/ \ diff --git a/databases/mariadb100-server/Makefile b/databases/mariadb100-server/Makefile index a12ce4e..67ba650 100644 --- a/databases/mariadb100-server/Makefile +++ b/databases/mariadb100-server/Makefile @@ -2,7 +2,7 @@ PORTNAME?= mariadb PORTVERSION= 10.0.30 -PORTREVISION?= 0 +PORTREVISION?= 1 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 9ba602f..b10354f 100644 --- a/databases/mariadb101-server/Makefile +++ b/databases/mariadb101-server/Makefile @@ -2,7 +2,7 @@ PORTNAME?= mariadb PORTVERSION= 10.1.22 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ http://mirrors.supportex.net/${SITESDIR}/ \ diff --git a/databases/mariadb55-server/Makefile b/databases/mariadb55-server/Makefile index e50da0f..f5d993c 100644 --- a/databases/mariadb55-server/Makefile +++ b/databases/mariadb55-server/Makefile @@ -2,7 +2,7 @@ PORTNAME?= mariadb PORTVERSION= 5.5.54 -PORTREVISION?= 2 +PORTREVISION?= 3 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/mysql-q4m/Makefile b/databases/mysql-q4m/Makefile index 0b32548..fee9761 100644 --- a/databases/mysql-q4m/Makefile +++ b/databases/mysql-q4m/Makefile @@ -3,7 +3,7 @@ PORTNAME= q4m PORTVERSION= 0.9.13 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MASTER_SITES= http://q4m.kazuhooku.com/dist/ PKGNAMEPREFIX= ${_MYSQL_SERVER:T:C/-server$/-/} diff --git a/databases/mysql56-server/Makefile b/databases/mysql56-server/Makefile index bfc4ea8..59f7098 100644 --- a/databases/mysql56-server/Makefile +++ b/databases/mysql56-server/Makefile @@ -3,7 +3,7 @@ PORTNAME?= mysql PORTVERSION= 5.6.35 -PORTREVISION?= 6 +PORTREVISION?= 7 CATEGORIES= databases ipv6 MASTER_SITES= MYSQL/MySQL-5.6 PKGNAMESUFFIX?= 56-server diff --git a/databases/mysql57-server/Makefile b/databases/mysql57-server/Makefile index c0bde42..34977ce 100644 --- a/databases/mysql57-server/Makefile +++ b/databases/mysql57-server/Makefile @@ -3,7 +3,7 @@ PORTNAME?= mysql PORTVERSION= 5.7.17 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES= databases ipv6 MASTER_SITES= MYSQL/MySQL-5.7 PKGNAMESUFFIX?= 57-server diff --git a/databases/mysql80-server/Makefile b/databases/mysql80-server/Makefile index 6f6f54e..d31550c 100644 --- a/databases/mysql80-server/Makefile +++ b/databases/mysql80-server/Makefile @@ -4,7 +4,7 @@ PORTNAME?= mysql PORTVERSION= 8.0.0 DISTVERSIONSUFFIX?= -dmr -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES= databases ipv6 MASTER_SITES= MYSQL/MySQL-8.0 PKGNAMESUFFIX?= 80-server diff --git a/databases/percona57-server/Makefile b/databases/percona57-server/Makefile index 789d936..c4ab190 100644 --- a/databases/percona57-server/Makefile +++ b/databases/percona57-server/Makefile @@ -3,7 +3,7 @@ PORTNAME?= percona DISTVERSION= 5.7.16-10 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES= databases ipv6 MASTER_SITES= http://www.percona.com/downloads/Percona-Server-5.7/Percona-Server-${DISTVERSION}/source/tarball/:percona \ SF/boost/boost/1.59.0:boost diff --git a/databases/pgadmin3/Makefile b/databases/pgadmin3/Makefile index b2d646d..0934420 100644 --- a/databases/pgadmin3/Makefile +++ b/databases/pgadmin3/Makefile @@ -3,7 +3,7 @@ PORTNAME= pgadmin3 PORTVERSION= 1.22.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases MASTER_SITES= PGSQL/pgadmin3/release/v${PORTVERSION}/src DIST_SUBDIR= postgresql diff --git a/databases/pgmodeler/Makefile b/databases/pgmodeler/Makefile index e2e9350..18790e5 100644 --- a/databases/pgmodeler/Makefile +++ b/databases/pgmodeler/Makefile @@ -3,6 +3,7 @@ PORTNAME= pgmodeler PORTVERSION= 0.8.2 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= databases diff --git a/databases/pgrouting/Makefile b/databases/pgrouting/Makefile index bad4d3b..d75d6c5 100644 --- a/databases/pgrouting/Makefile +++ b/databases/pgrouting/Makefile @@ -3,6 +3,7 @@ PORTNAME= pgrouting PORTVERSION= 2.3.2 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= databases geography diff --git a/databases/php5-pdo_cassandra/Makefile b/databases/php5-pdo_cassandra/Makefile index 26b104b..f48a380 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= 8 +PORTREVISION= 9 CATEGORIES= databases PKGNAMEPREFIX= php5- diff --git a/databases/postgresql-plv8js/Makefile b/databases/postgresql-plv8js/Makefile index 7a9eb11..6819f24 100644 --- a/databases/postgresql-plv8js/Makefile +++ b/databases/postgresql-plv8js/Makefile @@ -3,6 +3,7 @@ PORTNAME= plv8 PORTVERSION= 1.4.8 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- diff --git a/databases/riak2/Makefile b/databases/riak2/Makefile index df14f7b..6b116a0 100644 --- a/databases/riak2/Makefile +++ b/databases/riak2/Makefile @@ -2,7 +2,7 @@ PORTNAME= riak2 PORTVERSION= 2.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MASTER_SITES= http://s3.amazonaws.com/downloads.basho.com/riak/${PORTVERSION:R}/${PORTVERSION}/ \ http://downloads.basho.com.s3.amazonaws.com/riak/${PORTVERSION:R}/${PORTVERSION}/ \ diff --git a/databases/rocksdb/Makefile b/databases/rocksdb/Makefile index 5bf5f18..2d69b9a 100644 --- a/databases/rocksdb/Makefile +++ b/databases/rocksdb/Makefile @@ -3,6 +3,7 @@ PORTNAME= rocksdb PORTVERSION= 5.0.2 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= databases diff --git a/databases/sqlitestudio/Makefile b/databases/sqlitestudio/Makefile index 2b6c22e..7a061c3 100644 --- a/databases/sqlitestudio/Makefile +++ b/databases/sqlitestudio/Makefile @@ -3,6 +3,7 @@ PORTNAME= sqlitestudio PORTVERSION= 3.1.1 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://sqlitestudio.pl/files/sqlitestudio3/complete/tar/ diff --git a/databases/tarantool/Makefile b/databases/tarantool/Makefile index dd013e3..d390ad5e 100644 --- a/databases/tarantool/Makefile +++ b/databases/tarantool/Makefile @@ -3,6 +3,7 @@ PORTNAME= tarantool PORTVERSION= 1.7.3.318 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://download.tarantool.org/tarantool/1.7/src/ diff --git a/databases/vsqlite/Makefile b/databases/vsqlite/Makefile index bd3cd0a..96f4f2d 100644 --- a/databases/vsqlite/Makefile +++ b/databases/vsqlite/Makefile @@ -3,7 +3,7 @@ PORTNAME= vsqlite PORTVERSION= 0.3.13 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MAINTAINER= kwm@FreeBSD.org diff --git a/deskutils/bijiben/Makefile b/deskutils/bijiben/Makefile index 3fdfec4..da4a187 100644 --- a/deskutils/bijiben/Makefile +++ b/deskutils/bijiben/Makefile @@ -3,6 +3,7 @@ PORTNAME= bijiben PORTVERSION= 3.18.2 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/deskutils/gnome-documents/Makefile b/deskutils/gnome-documents/Makefile index f0c794b..a55c8cd 100644 --- a/deskutils/gnome-documents/Makefile +++ b/deskutils/gnome-documents/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnome-documents PORTVERSION= 3.18.2 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/deskutils/gnome-initial-setup/Makefile b/deskutils/gnome-initial-setup/Makefile index a668f6c..5049b85 100644 --- a/deskutils/gnome-initial-setup/Makefile +++ b/deskutils/gnome-initial-setup/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnome-initial-setup PORTVERSION= 3.18.0 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/deskutils/gnome-photos/Makefile b/deskutils/gnome-photos/Makefile index 143c20c..4bdc35c 100644 --- a/deskutils/gnome-photos/Makefile +++ b/deskutils/gnome-photos/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnome-photos PORTVERSION= 3.18.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/deskutils/gnome-todo/Makefile b/deskutils/gnome-todo/Makefile index e32de8a..f13cb71 100644 --- a/deskutils/gnome-todo/Makefile +++ b/deskutils/gnome-todo/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnome-todo PORTVERSION= 3.18.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/deskutils/gnote/Makefile b/deskutils/gnote/Makefile index bc05755..d6af566 100644 --- a/deskutils/gnote/Makefile +++ b/deskutils/gnote/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnote PORTVERSION= 3.18.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils gnome MASTER_SITES= GNOME diff --git a/deskutils/growl-for-linux/Makefile b/deskutils/growl-for-linux/Makefile index f5a622c..943b10b 100644 --- a/deskutils/growl-for-linux/Makefile +++ b/deskutils/growl-for-linux/Makefile @@ -2,7 +2,7 @@ PORTNAME= growl-for-linux PORTVERSION= 0.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MAINTAINER= nivit@FreeBSD.org diff --git a/deskutils/homerun/Makefile b/deskutils/homerun/Makefile index 0521047..4141b2b 100644 --- a/deskutils/homerun/Makefile +++ b/deskutils/homerun/Makefile @@ -2,7 +2,7 @@ PORTNAME= homerun PORTVERSION= 0.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= KDE/unstable/${PORTNAME}/src/ diff --git a/deskutils/kdeconnect/Makefile b/deskutils/kdeconnect/Makefile index f9e40d0..1efa205 100644 --- a/deskutils/kdeconnect/Makefile +++ b/deskutils/kdeconnect/Makefile @@ -2,7 +2,7 @@ PORTNAME= kdeconnect-kde PORTVERSION= 0.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= KDE/unstable/kdeconnect/${PORTVERSION}/src/ diff --git a/deskutils/owncloudclient/Makefile b/deskutils/owncloudclient/Makefile index d1e6d39..4b446f0 100644 --- a/deskutils/owncloudclient/Makefile +++ b/deskutils/owncloudclient/Makefile @@ -3,6 +3,7 @@ PORTNAME= owncloudclient PORTVERSION= 2.3.1 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= deskutils diff --git a/deskutils/sliderule/Makefile b/deskutils/sliderule/Makefile index 99b3444..294f8d4 100644 --- a/deskutils/sliderule/Makefile +++ b/deskutils/sliderule/Makefile @@ -3,7 +3,7 @@ PORTNAME= sliderule PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils MASTER_SITES= LOCAL/joerg DISTNAME= ${PORTNAME} diff --git a/deskutils/taskd/Makefile b/deskutils/taskd/Makefile index 29576f2..6a667df 100644 --- a/deskutils/taskd/Makefile +++ b/deskutils/taskd/Makefile @@ -3,7 +3,7 @@ PORTNAME= taskd PORTVERSION= 1.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils MASTER_SITES= http://taskwarrior.org/download/ diff --git a/deskutils/taskwarrior/Makefile b/deskutils/taskwarrior/Makefile index 57d6d50..4415c39 100644 --- a/deskutils/taskwarrior/Makefile +++ b/deskutils/taskwarrior/Makefile @@ -3,6 +3,7 @@ PORTNAME= taskwarrior PORTVERSION= 2.5.1 +PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= skreuzer@FreeBSD.org diff --git a/deskutils/treesheets/Makefile b/deskutils/treesheets/Makefile index 2663670..657937f 100644 --- a/deskutils/treesheets/Makefile +++ b/deskutils/treesheets/Makefile @@ -3,6 +3,7 @@ PORTNAME= treesheets PORTVERSION= 0.0.20161120 +PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= lightside@gmx.com diff --git a/deskutils/xneur/Makefile b/deskutils/xneur/Makefile index 9ed6213..7ac4daf 100644 --- a/deskutils/xneur/Makefile +++ b/deskutils/xneur/Makefile @@ -3,7 +3,7 @@ PORTNAME= xneur PORTVERSION= 0.17.0 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONSUFFIX=.orig CATEGORIES= deskutils MASTER_SITES= https://launchpad.net/~andrew-crew-kuznetsov/+archive/xneur-stable/+files/ diff --git a/devel/aegis/Makefile b/devel/aegis/Makefile index 5877cf6..ba55000 100644 --- a/devel/aegis/Makefile +++ b/devel/aegis/Makefile @@ -4,7 +4,7 @@ PORTNAME= aegis PORTVERSION= 4.25 DISTVERSIONSUFFIX= .D510 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= SF diff --git a/devel/android-tools-adb/Makefile b/devel/android-tools-adb/Makefile index b546703..f179aa2 100644 --- a/devel/android-tools-adb/Makefile +++ b/devel/android-tools-adb/Makefile @@ -3,7 +3,7 @@ PORTNAME= android-tools-adb DISTVERSIONPREFIX= android- DISTVERSION?= 7.1.1_r4 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= devel comms .ifndef EXTRA_PATCHES PATCH_SITES= https://github.com/android/platform_system_core/commit/ diff --git a/devel/android-tools-fastboot/Makefile b/devel/android-tools-fastboot/Makefile index bbc2140..a059dac 100644 --- a/devel/android-tools-fastboot/Makefile +++ b/devel/android-tools-fastboot/Makefile @@ -3,7 +3,7 @@ PORTNAME= android-tools-fastboot DISTVERSIONPREFIX= android- DISTVERSION?= 7.1.1_r4 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= devel sysutils MASTER_SITES= https://anonscm.debian.org/cgit/android-tools/android-tools.git/plain/debian/:manpage DISTFILES= fastboot.1?id=706e754:manpage diff --git a/devel/android-tools-simpleperf/Makefile b/devel/android-tools-simpleperf/Makefile index d6286ba..644325b 100644 --- a/devel/android-tools-simpleperf/Makefile +++ b/devel/android-tools-simpleperf/Makefile @@ -3,6 +3,7 @@ PORTNAME= android-tools-simpleperf DISTVERSIONPREFIX= android- DISTVERSION= 7.1.1_r4 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org diff --git a/devel/api-sanity-autotest/Makefile b/devel/api-sanity-autotest/Makefile index c79e4ad..b36832c 100644 --- a/devel/api-sanity-autotest/Makefile +++ b/devel/api-sanity-autotest/Makefile @@ -3,7 +3,7 @@ PORTNAME= api-sanity-checker PORTVERSION= 1.98.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= LOCAL/bf/${PORTNAME} diff --git a/devel/argdata/Makefile b/devel/argdata/Makefile index df20d70..6b838df 100644 --- a/devel/argdata/Makefile +++ b/devel/argdata/Makefile @@ -3,6 +3,7 @@ PORTNAME= argdata PORTVERSION= 0.2 +PORTREVISION= 1 DISTVERSIONPREFIX=v CATEGORIES= devel diff --git a/devel/asmutils/Makefile b/devel/asmutils/Makefile index 78b9867..e9a1d66 100644 --- a/devel/asmutils/Makefile +++ b/devel/asmutils/Makefile @@ -3,7 +3,7 @@ PORTNAME= asmutils PORTVERSION= 0.18 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://asm.sourceforge.net/asmutils/ diff --git a/devel/atlas-devel/Makefile b/devel/atlas-devel/Makefile index 9c5a412..17bf2a7 100644 --- a/devel/atlas-devel/Makefile +++ b/devel/atlas-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= Atlas PORTVERSION= 0.6.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= SF/worldforge/${PORTNAME}-C%2B%2B%20%28protocol%20lib%29/${PORTVERSION} DISTNAME= ${PORTNAME}-C++-${PORTVERSION:S/.r/rc/} diff --git a/devel/aws-sdk-cpp/Makefile b/devel/aws-sdk-cpp/Makefile index ce1aea4..9527915 100644 --- a/devel/aws-sdk-cpp/Makefile +++ b/devel/aws-sdk-cpp/Makefile @@ -2,6 +2,7 @@ PORTNAME= aws-sdk-cpp PORTVERSION= 1.0.82 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= arved@FreeBSD.org diff --git a/devel/bisoncpp/Makefile b/devel/bisoncpp/Makefile index 6d91d42..54e5e44 100644 --- a/devel/bisoncpp/Makefile +++ b/devel/bisoncpp/Makefile @@ -2,6 +2,7 @@ PORTNAME= bisoncpp PORTVERSION= 4.10.01 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/bisonc%2B%2B/${PORTVERSION} DISTNAME= bisonc++_${PORTVERSION}.orig diff --git a/devel/bossa/Makefile b/devel/bossa/Makefile index 11a6b09..a7dba88 100644 --- a/devel/bossa/Makefile +++ b/devel/bossa/Makefile @@ -2,6 +2,7 @@ PORTNAME= bossa PORTVERSION= 1.7.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= bsdports@kyle-evans.net diff --git a/devel/bullet/Makefile b/devel/bullet/Makefile index 2f11a58..3e08996 100644 --- a/devel/bullet/Makefile +++ b/devel/bullet/Makefile @@ -3,6 +3,7 @@ PORTNAME= bullet PORTVERSION= 2.83.7 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= acm@FreeBSD.org diff --git a/devel/caf/Makefile b/devel/caf/Makefile index 85709f2..428a603 100644 --- a/devel/caf/Makefile +++ b/devel/caf/Makefile @@ -3,6 +3,7 @@ PORTNAME= caf PORTVERSION= 0.15.3 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= vallentin@icir.org diff --git a/devel/ccrtp/Makefile b/devel/ccrtp/Makefile index b1d4bc0..e4e6494 100644 --- a/devel/ccrtp/Makefile +++ b/devel/ccrtp/Makefile @@ -3,7 +3,7 @@ PORTNAME= ccrtp PORTVERSION= 2.0.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= GNU diff --git a/devel/cctz/Makefile b/devel/cctz/Makefile index a7761e3..73f0183 100644 --- a/devel/cctz/Makefile +++ b/devel/cctz/Makefile @@ -2,6 +2,7 @@ PORTNAME= cctz PORTVERSION= 2.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/cheritrace-devel/Makefile b/devel/cheritrace-devel/Makefile index 6f303b3..7952be4 100644 --- a/devel/cheritrace-devel/Makefile +++ b/devel/cheritrace-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= cheritrace PORTVERSION= 0.0.1 +PORTREVISION= 1 CATEGORIES= devel security MAINTAINER= theraven@FreeBSD.org diff --git a/devel/clanlib/Makefile b/devel/clanlib/Makefile index 2de5eea..7a7b604 100644 --- a/devel/clanlib/Makefile +++ b/devel/clanlib/Makefile @@ -3,7 +3,7 @@ PORTNAME= clanlib PORTVERSION= 2.3.7 -PORTREVISION= 9 +PORTREVISION= 10 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= http://www.clanlib.org/download/releases-2.0/ diff --git a/devel/covtool/Makefile b/devel/covtool/Makefile index 34872c4..a78eadb 100644 --- a/devel/covtool/Makefile +++ b/devel/covtool/Makefile @@ -3,7 +3,7 @@ PORTNAME= covtool PORTVERSION= 2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/rel_2.0 diff --git a/devel/cppcheck/Makefile b/devel/cppcheck/Makefile index 48d8f21..e3b502b 100644 --- a/devel/cppcheck/Makefile +++ b/devel/cppcheck/Makefile @@ -3,6 +3,7 @@ PORTNAME= cppcheck PORTVERSION= 1.77 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF diff --git a/devel/cssc/Makefile b/devel/cssc/Makefile index 3ef2300..85ff692 100644 --- a/devel/cssc/Makefile +++ b/devel/cssc/Makefile @@ -3,7 +3,7 @@ PORTNAME= cssc PORTVERSION= 1.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= GNU DISTNAME= CSSC-${PORTVERSION} diff --git a/devel/cx_Freeze/Makefile b/devel/cx_Freeze/Makefile index ef9379d..7e4a6d6 100644 --- a/devel/cx_Freeze/Makefile +++ b/devel/cx_Freeze/Makefile @@ -2,7 +2,7 @@ PORTNAME= cx_Freeze PORTVERSION= 4.3.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel python MASTER_SITES= SF/cx-freeze/${PORTVERSION} diff --git a/devel/dbus-c++/Makefile b/devel/dbus-c++/Makefile index de58a06..056d55c 100644 --- a/devel/dbus-c++/Makefile +++ b/devel/dbus-c++/Makefile @@ -3,6 +3,7 @@ PORTNAME= dbus-c++ PORTVERSION= 0.9.1 +PORTREVISION= 1 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= pw CATEGORIES= devel gnome diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile index 34a8994..12cda4d 100644 --- a/devel/devhelp/Makefile +++ b/devel/devhelp/Makefile @@ -3,6 +3,7 @@ PORTNAME= devhelp PORTVERSION= 3.18.1 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/devel/dia2code+/Makefile b/devel/dia2code+/Makefile index c5fecf4..9cadd1a 100644 --- a/devel/dia2code+/Makefile +++ b/devel/dia2code+/Makefile @@ -3,6 +3,7 @@ PORTNAME= dia2code+ PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/dia2code/dia2code+/${PORTVERSION} DISTNAME= dia2code-${PORTVERSION} diff --git a/devel/drpython/Makefile b/devel/drpython/Makefile index 970206a..fdc105f 100644 --- a/devel/drpython/Makefile +++ b/devel/drpython/Makefile @@ -3,7 +3,7 @@ PORTNAME= drpython PORTVERSION= 3.11.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel python MASTER_SITES= SF/${PORTNAME}/DrPython%20%283.x%29/${PORTVERSION} PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} diff --git a/devel/efivar/Makefile b/devel/efivar/Makefile index e8de352..ec5a314 100644 --- a/devel/efivar/Makefile +++ b/devel/efivar/Makefile @@ -3,7 +3,7 @@ PORTNAME= efivar PORTVERSION= 0.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= ports@FreeBSD.org diff --git a/devel/efl/Makefile b/devel/efl/Makefile index aab4127..e30482d 100644 --- a/devel/efl/Makefile +++ b/devel/efl/Makefile @@ -3,7 +3,7 @@ PORTNAME= efl PORTVERSION= 1.18.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/ diff --git a/devel/embb/Makefile b/devel/embb/Makefile index 9f5a2b3..8e1330f 100644 --- a/devel/embb/Makefile +++ b/devel/embb/Makefile @@ -3,6 +3,7 @@ PORTNAME= embb PORTVERSION= 0.5.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/eris/Makefile b/devel/eris/Makefile index 6633ea9..fe8350a 100644 --- a/devel/eris/Makefile +++ b/devel/eris/Makefile @@ -3,7 +3,7 @@ PORTNAME= eris PORTVERSION= 1.3.23 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MASTER_SITES= SF/worldforge/Eris%201.4%20%28client%20lib%29/${PORTVERSION}/ diff --git a/devel/flatbuffers/Makefile b/devel/flatbuffers/Makefile index 77a4e09..708d537 100644 --- a/devel/flatbuffers/Makefile +++ b/devel/flatbuffers/Makefile @@ -3,6 +3,7 @@ PORTNAME= flatbuffers PORTVERSION= 1.6.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/freeocl/Makefile b/devel/freeocl/Makefile index d507795..8e295f4 100644 --- a/devel/freeocl/Makefile +++ b/devel/freeocl/Makefile @@ -3,7 +3,7 @@ PORTNAME= freeocl PORTVERSION= 0.3.6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel MASTER_SITES= GOOGLE_CODE DISTNAME= FreeOCL-${PORTVERSION}-src diff --git a/devel/gdb66/Makefile b/devel/gdb66/Makefile index 27f080d..2175d88 100644 --- a/devel/gdb66/Makefile +++ b/devel/gdb66/Makefile @@ -3,7 +3,7 @@ PORTNAME= gdb PORTVERSION= 6.6 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES= devel MASTER_SITES= GNU/gdb/ \ http://aldan.algebra.com/~mi/:gdbtk diff --git a/devel/gitg/Makefile b/devel/gitg/Makefile index d3022f0..95a9bda 100644 --- a/devel/gitg/Makefile +++ b/devel/gitg/Makefile @@ -3,7 +3,7 @@ PORTNAME= gitg PORTVERSION= 3.19.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel deskutils gnome MASTER_SITES= GNOME diff --git a/devel/gnu-efi/Makefile b/devel/gnu-efi/Makefile index a304339..3ac608f 100644 --- a/devel/gnu-efi/Makefile +++ b/devel/gnu-efi/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnu-efi PORTVERSION= 3.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF/gnu-efi diff --git a/devel/godot/Makefile b/devel/godot/Makefile index 239d650..7a2e445 100644 --- a/devel/godot/Makefile +++ b/devel/godot/Makefile @@ -3,6 +3,7 @@ PORTNAME= godot PORTVERSION= 2.1.2 +PORTREVISION= 1 DISTVERSIONSUFFIX= -stable CATEGORIES= devel games diff --git a/devel/grantlee5/Makefile b/devel/grantlee5/Makefile index dca03d0..e9fb8f1 100644 --- a/devel/grantlee5/Makefile +++ b/devel/grantlee5/Makefile @@ -3,6 +3,7 @@ PORTNAME= grantlee PORTVERSION= ${GRANTLEE_VERSION} +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://downloads.${PORTNAME}.org/ PKGNAMESUFFIX= 5 diff --git a/devel/hhdate/Makefile b/devel/hhdate/Makefile index ee18121..2952308 100644 --- a/devel/hhdate/Makefile +++ b/devel/hhdate/Makefile @@ -6,6 +6,7 @@ PORTNAME= hhdate # last release as a.b.c.NUMCOMMITS (see `git describe --tags ${GH_TAGNAME}`). # 35 = commit a little after 2.1.0 to have LICENSE file and fixed unit tests. PORTVERSION= 2.1.0.35 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= andreas.sommer87@googlemail.com diff --git a/devel/hyperscan/Makefile b/devel/hyperscan/Makefile index a3f9089..f68f345 100644 --- a/devel/hyperscan/Makefile +++ b/devel/hyperscan/Makefile @@ -2,6 +2,7 @@ PORTNAME= hyperscan PORTVERSION= 4.4.1 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= devel textproc MASTER_SITES= SF/boost/boost/1.61.0:boost diff --git a/devel/injeqt/Makefile b/devel/injeqt/Makefile index 50e950a..dbbc93d 100644 --- a/devel/injeqt/Makefile +++ b/devel/injeqt/Makefile @@ -3,6 +3,7 @@ PORTNAME= injeqt PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= pawel@FreeBSD.org diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile index d95a975..e964187 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -3,6 +3,7 @@ PORTNAME= ipython PORTVERSION= 5.3.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/jsoncpp/Makefile b/devel/jsoncpp/Makefile index f894a14..f8a8f14 100644 --- a/devel/jsoncpp/Makefile +++ b/devel/jsoncpp/Makefile @@ -3,7 +3,7 @@ PORTNAME= jsoncpp PORTVERSION= 1.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= yuri@rawbw.com diff --git a/devel/jsonnet/Makefile b/devel/jsonnet/Makefile index 413530d..9697d8b 100644 --- a/devel/jsonnet/Makefile +++ b/devel/jsonnet/Makefile @@ -3,6 +3,7 @@ PORTNAME= jsonnet PORTVERSION= 0.9.3 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/kBuild/Makefile b/devel/kBuild/Makefile index b70bdf7..3d0d25b 100644 --- a/devel/kBuild/Makefile +++ b/devel/kBuild/Makefile @@ -3,7 +3,7 @@ PORTNAME= kBuild DISTVERSION= ${KBUILD_VERSION} -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MASTER_SITES= ftp://ftp.netlabs.org/pub/kbuild/ \ http://tmp.chruetertee.ch/ \ diff --git a/devel/kdesvn-kde4/Makefile b/devel/kdesvn-kde4/Makefile index 1aac0ba..1f961d9d 100644 --- a/devel/kdesvn-kde4/Makefile +++ b/devel/kdesvn-kde4/Makefile @@ -3,7 +3,7 @@ PORTNAME= kdesvn DISTVERSION= 1.7.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/ diff --git a/devel/kdevelop-kde4/Makefile b/devel/kdevelop-kde4/Makefile index 5eea49a..1a33dc6 100644 --- a/devel/kdevelop-kde4/Makefile +++ b/devel/kdevelop-kde4/Makefile @@ -3,6 +3,7 @@ PORTNAME= kdevelop DISTVERSION= ${KDEVELOP_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde MASTER_SITES= KDE/${KDEVELOP_BRANCH}/kdevelop/${DISTVERSION} DIST_SUBDIR= KDE/kdevelop/${KDEVELOP_VERSION} diff --git a/devel/kdevelop-pg-qt/Makefile b/devel/kdevelop-pg-qt/Makefile index 135822b..0a393221 100644 --- a/devel/kdevelop-pg-qt/Makefile +++ b/devel/kdevelop-pg-qt/Makefile @@ -3,6 +3,7 @@ PORTNAME= kdevelop-pg-qt PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= devel kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src DIST_SUBDIR= KDE diff --git a/devel/kdevelop-php-docs/Makefile b/devel/kdevelop-php-docs/Makefile index fc5cf5c..9e1e025 100644 --- a/devel/kdevelop-php-docs/Makefile +++ b/devel/kdevelop-php-docs/Makefile @@ -2,6 +2,7 @@ PORTNAME= kdevelop-php-docs PORTVERSION= ${KDEVELOP_VERSION:S/4./1./} +PORTREVISION= 1 CATEGORIES= devel kde MASTER_SITES= KDE/${KDEVELOP_BRANCH}/kdevelop/${KDEVELOP_VERSION} DIST_SUBDIR= KDE/kdevelop/${KDEVELOP_VERSION} diff --git a/devel/kdevelop-php/Makefile b/devel/kdevelop-php/Makefile index b13e0ed..d1983c2 100644 --- a/devel/kdevelop-php/Makefile +++ b/devel/kdevelop-php/Makefile @@ -2,6 +2,7 @@ PORTNAME= kdevelop-php PORTVERSION= ${KDEVELOP_VERSION:S/4./1./} +PORTREVISION= 1 CATEGORIES= devel kde MASTER_SITES= KDE/${KDEVELOP_BRANCH}/kdevelop/${KDEVELOP_VERSION} DIST_SUBDIR= KDE/kdevelop/${KDEVELOP_VERSION} diff --git a/devel/kdevplatform/Makefile b/devel/kdevplatform/Makefile index 6590f86..8a9d028 100644 --- a/devel/kdevplatform/Makefile +++ b/devel/kdevplatform/Makefile @@ -3,7 +3,7 @@ PORTNAME= kdevplatform PORTVERSION= ${KDEVELOP_VERSION:S/4./1./} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel kde MASTER_SITES= KDE/${KDEVELOP_BRANCH}/kdevelop/${KDEVELOP_VERSION} DIST_SUBDIR= KDE/kdevelop/${KDEVELOP_VERSION} diff --git a/devel/kf5-kauth/Makefile b/devel/kf5-kauth/Makefile index 50cf82f..0e19f51 100644 --- a/devel/kf5-kauth/Makefile +++ b/devel/kf5-kauth/Makefile @@ -3,6 +3,7 @@ PORTNAME= kauth PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/devel/kf5-kbookmarks/Makefile b/devel/kf5-kbookmarks/Makefile index 2444ec5..a125d77 100644 --- a/devel/kf5-kbookmarks/Makefile +++ b/devel/kf5-kbookmarks/Makefile @@ -3,6 +3,7 @@ PORTNAME= kbookmarks PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/devel/kf5-kcmutils/Makefile b/devel/kf5-kcmutils/Makefile index 58d7b90..86a4fa3 100644 --- a/devel/kf5-kcmutils/Makefile +++ b/devel/kf5-kcmutils/Makefile @@ -3,6 +3,7 @@ PORTNAME= kcmutils PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/devel/kf5-kconfig/Makefile b/devel/kf5-kconfig/Makefile index 8510ccf..92ed0a3 100644 --- a/devel/kf5-kconfig/Makefile +++ b/devel/kf5-kconfig/Makefile @@ -3,6 +3,7 @@ PORTNAME= kconfig PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/devel/kf5-kcoreaddons/Makefile b/devel/kf5-kcoreaddons/Makefile index 5b41f2a..d37ff36 100644 --- a/devel/kf5-kcoreaddons/Makefile +++ b/devel/kf5-kcoreaddons/Makefile @@ -3,6 +3,7 @@ PORTNAME= kcoreaddons PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/devel/kf5-kcrash/Makefile b/devel/kf5-kcrash/Makefile index 8150b90..0c502bf 100644 --- a/devel/kf5-kcrash/Makefile +++ b/devel/kf5-kcrash/Makefile @@ -3,6 +3,7 @@ PORTNAME= kcrash PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/devel/kf5-kdbusaddons/Makefile b/devel/kf5-kdbusaddons/Makefile index 8eaa603..fb73fd4 100644 --- a/devel/kf5-kdbusaddons/Makefile +++ b/devel/kf5-kdbusaddons/Makefile @@ -3,6 +3,7 @@ PORTNAME= kdbusaddons PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/devel/kf5-kdeclarative/Makefile b/devel/kf5-kdeclarative/Makefile index 46b73ca..ba63802 100644 --- a/devel/kf5-kdeclarative/Makefile +++ b/devel/kf5-kdeclarative/Makefile @@ -3,6 +3,7 @@ PORTNAME= kdeclarative PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/devel/kf5-kdoctools/Makefile b/devel/kf5-kdoctools/Makefile index b66c48c..96a94f8 100644 --- a/devel/kf5-kdoctools/Makefile +++ b/devel/kf5-kdoctools/Makefile @@ -3,6 +3,7 @@ PORTNAME= kdoctools PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/devel/kf5-kfilemetadata/Makefile b/devel/kf5-kfilemetadata/Makefile index 2538c4b..6dfccef 100644 --- a/devel/kf5-kfilemetadata/Makefile +++ b/devel/kf5-kfilemetadata/Makefile @@ -3,6 +3,7 @@ PORTNAME= kfilemetadata PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/devel/kf5-ki18n/Makefile b/devel/kf5-ki18n/Makefile index 33b694b..9c6b258 100644 --- a/devel/kf5-ki18n/Makefile +++ b/devel/kf5-ki18n/Makefile @@ -3,7 +3,7 @@ PORTNAME= ki18n PORTVERSION= ${KDE_FRAMEWORKS_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/devel/kf5-kidletime/Makefile b/devel/kf5-kidletime/Makefile index 7fa371c..d944304 100644 --- a/devel/kf5-kidletime/Makefile +++ b/devel/kf5-kidletime/Makefile @@ -3,6 +3,7 @@ PORTNAME= kidletime PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/devel/kf5-kio/Makefile b/devel/kf5-kio/Makefile index fe43835..b89feb9 100644 --- a/devel/kf5-kio/Makefile +++ b/devel/kf5-kio/Makefile @@ -3,6 +3,7 @@ PORTNAME= kio PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/devel/kf5-kitemmodels/Makefile b/devel/kf5-kitemmodels/Makefile index 81a96d4..48508d1 100644 --- a/devel/kf5-kitemmodels/Makefile +++ b/devel/kf5-kitemmodels/Makefile @@ -3,6 +3,7 @@ PORTNAME= kitemmodels PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/devel/kf5-knewstuff/Makefile b/devel/kf5-knewstuff/Makefile index d0b2295..a38caf4 100644 --- a/devel/kf5-knewstuff/Makefile +++ b/devel/kf5-knewstuff/Makefile @@ -3,6 +3,7 @@ PORTNAME= knewstuff PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/devel/kf5-knotifications/Makefile b/devel/kf5-knotifications/Makefile index a956c0d..78b7a03 100644 --- a/devel/kf5-knotifications/Makefile +++ b/devel/kf5-knotifications/Makefile @@ -3,6 +3,7 @@ PORTNAME= knotifications PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/devel/kf5-knotifyconfig/Makefile b/devel/kf5-knotifyconfig/Makefile index 56bca66..901fd2c 100644 --- a/devel/kf5-knotifyconfig/Makefile +++ b/devel/kf5-knotifyconfig/Makefile @@ -3,6 +3,7 @@ PORTNAME= knotifyconfig PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/devel/kf5-kpackage/Makefile b/devel/kf5-kpackage/Makefile index 08d0bee..340f28f 100644 --- a/devel/kf5-kpackage/Makefile +++ b/devel/kf5-kpackage/Makefile @@ -3,6 +3,7 @@ PORTNAME= kpackage PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/devel/kf5-kparts/Makefile b/devel/kf5-kparts/Makefile index cc8ba8f..8d37863 100644 --- a/devel/kf5-kparts/Makefile +++ b/devel/kf5-kparts/Makefile @@ -3,6 +3,7 @@ PORTNAME= kparts PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/devel/kf5-kpeople/Makefile b/devel/kf5-kpeople/Makefile index 9afba7a..521699d 100644 --- a/devel/kf5-kpeople/Makefile +++ b/devel/kf5-kpeople/Makefile @@ -3,6 +3,7 @@ PORTNAME= kpeople PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/devel/kf5-kpty/Makefile b/devel/kf5-kpty/Makefile index 4e03f8e..c90d4d0 100644 --- a/devel/kf5-kpty/Makefile +++ b/devel/kf5-kpty/Makefile @@ -3,6 +3,7 @@ PORTNAME= kpty PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/devel/kf5-kservice/Makefile b/devel/kf5-kservice/Makefile index 4f2629b..b805611 100644 --- a/devel/kf5-kservice/Makefile +++ b/devel/kf5-kservice/Makefile @@ -3,6 +3,7 @@ PORTNAME= kservice PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/devel/kf5-ktexteditor/Makefile b/devel/kf5-ktexteditor/Makefile index 10b8a5e..4dc0171 100644 --- a/devel/kf5-ktexteditor/Makefile +++ b/devel/kf5-ktexteditor/Makefile @@ -3,6 +3,7 @@ PORTNAME= ktexteditor PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/devel/kf5-kunitconversion/Makefile b/devel/kf5-kunitconversion/Makefile index 681723f..ecd08b1 100644 --- a/devel/kf5-kunitconversion/Makefile +++ b/devel/kf5-kunitconversion/Makefile @@ -3,6 +3,7 @@ PORTNAME= kunitconversion PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/devel/kf5-solid/Makefile b/devel/kf5-solid/Makefile index 60eb477..28f0102 100644 --- a/devel/kf5-solid/Makefile +++ b/devel/kf5-solid/Makefile @@ -3,6 +3,7 @@ PORTNAME= solid PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/devel/kf5-threadweaver/Makefile b/devel/kf5-threadweaver/Makefile index 12ad204..521ca96 100644 --- a/devel/kf5-threadweaver/Makefile +++ b/devel/kf5-threadweaver/Makefile @@ -3,6 +3,7 @@ PORTNAME= threadweaver PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/devel/libbobcat/Makefile b/devel/libbobcat/Makefile index 6d46933..08c4303 100644 --- a/devel/libbobcat/Makefile +++ b/devel/libbobcat/Makefile @@ -2,6 +2,7 @@ PORTNAME= libbobcat PORTVERSION= 3.25.01 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/bobcat/bobcat/${PORTVERSION} DISTNAME= bobcat_${PORTVERSION} diff --git a/devel/libbrotli/Makefile b/devel/libbrotli/Makefile index 6ce2f9b..2edc9d2 100644 --- a/devel/libbrotli/Makefile +++ b/devel/libbrotli/Makefile @@ -4,7 +4,7 @@ PORTNAME= libbrotli PORTVERSION= 1.0 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel archivers MAINTAINER= osa@FreeBSD.org diff --git a/devel/libconcurrent/Makefile b/devel/libconcurrent/Makefile index 251ca7e..a2a2520 100644 --- a/devel/libconcurrent/Makefile +++ b/devel/libconcurrent/Makefile @@ -3,7 +3,7 @@ PORTNAME= libconcurrent PORTVERSION= 0.0.20160303 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= tobik@FreeBSD.org diff --git a/devel/libcrossguid/Makefile b/devel/libcrossguid/Makefile index f60de36..0aaee9c 100644 --- a/devel/libcrossguid/Makefile +++ b/devel/libcrossguid/Makefile @@ -2,7 +2,7 @@ PORTNAME= libcrossguid PORTVERSION= 20150803 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= mickael.maillot@gmail.com diff --git a/devel/libdbusmenu-qt/Makefile b/devel/libdbusmenu-qt/Makefile index 542f29b..3fa9ba4 100644 --- a/devel/libdbusmenu-qt/Makefile +++ b/devel/libdbusmenu-qt/Makefile @@ -3,7 +3,7 @@ PORTNAME= libdbusmenu-qt PORTVERSION= ${MAJOR_VER}.${SNAPSHOT_VER:S/.//g} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://archive.ubuntu.com/ubuntu/pool/main/libd/${PORTNAME}/ DISTNAME= ${PORTNAME}_${MAJOR_VER}+${SNAPSHOT_VER}.orig diff --git a/devel/libflatarray/Makefile b/devel/libflatarray/Makefile index 5cda934..6f1c1a4 100644 --- a/devel/libflatarray/Makefile +++ b/devel/libflatarray/Makefile @@ -3,7 +3,7 @@ PORTNAME= libflatarray PORTVERSION= 0.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel science MASTER_SITES= http://www.libgeodecomp.org/archive/ diff --git a/devel/libfmt/Makefile b/devel/libfmt/Makefile index 78593ea..667e01c 100644 --- a/devel/libfmt/Makefile +++ b/devel/libfmt/Makefile @@ -3,6 +3,7 @@ PORTNAME= libfmt PORTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= SlavaMikerov@gmail.com diff --git a/devel/libgit2-glib/Makefile b/devel/libgit2-glib/Makefile index 3c64d15..9d61e33 100644 --- a/devel/libgit2-glib/Makefile +++ b/devel/libgit2-glib/Makefile @@ -3,7 +3,7 @@ PORTNAME= libgit2-glib PORTVERSION= 0.24.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/devel/libgrading/Makefile b/devel/libgrading/Makefile index 49a2046..d2dcb47 100644 --- a/devel/libgrading/Makefile +++ b/devel/libgrading/Makefile @@ -2,6 +2,7 @@ PORTNAME= libgrading PORTVERSION= 0.1.2 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/libical-glib/Makefile b/devel/libical-glib/Makefile index a0b0829..b631c45 100644 --- a/devel/libical-glib/Makefile +++ b/devel/libical-glib/Makefile @@ -3,7 +3,7 @@ PORTNAME= libical-glib PORTVERSION= 1.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= GNOME diff --git a/devel/liblas/Makefile b/devel/liblas/Makefile index 29aab74..0e3046c 100644 --- a/devel/liblas/Makefile +++ b/devel/liblas/Makefile @@ -3,7 +3,7 @@ PORTNAME= liblas PORTVERSION= 1.8.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= wen@FreeBSD.org diff --git a/devel/liblouisxml/Makefile b/devel/liblouisxml/Makefile index 7a08a54a..c0b6e8b 100644 --- a/devel/liblouisxml/Makefile +++ b/devel/liblouisxml/Makefile @@ -3,7 +3,7 @@ PORTNAME= liblouisxml PORTVERSION= 2.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= GOOGLE_CODE diff --git a/devel/liblxqt/Makefile b/devel/liblxqt/Makefile index 41be25d..363e3ba 100644 --- a/devel/liblxqt/Makefile +++ b/devel/liblxqt/Makefile @@ -3,6 +3,7 @@ PORTNAME= liblxqt PORTVERSION= 0.11.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= LXQT diff --git a/devel/libopkele/Makefile b/devel/libopkele/Makefile index 608c1a6..ad3769f 100644 --- a/devel/libopkele/Makefile +++ b/devel/libopkele/Makefile @@ -3,7 +3,7 @@ PORTNAME= libopkele PORTVERSION= 2.0.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MASTER_SITES= http://kin.klever.net/dist/ diff --git a/devel/liborcus/Makefile b/devel/liborcus/Makefile index 7676936..4b44131 100644 --- a/devel/liborcus/Makefile +++ b/devel/liborcus/Makefile @@ -2,6 +2,7 @@ PORTNAME= liborcus PORTVERSION= 0.12.1 +PORTREVISION= 1 CATEGORIES= devel misc MASTER_SITES= http://kohei.us/files/orcus/src/ diff --git a/devel/libqtxdg/Makefile b/devel/libqtxdg/Makefile index 3ab9912..186d065 100644 --- a/devel/libqtxdg/Makefile +++ b/devel/libqtxdg/Makefile @@ -3,7 +3,7 @@ PORTNAME= libqtxdg PORTVERSION= 2.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= LXQT/${PORTNAME} diff --git a/devel/libtuntap/Makefile b/devel/libtuntap/Makefile index aef4fbe..14b44ea 100644 --- a/devel/libtuntap/Makefile +++ b/devel/libtuntap/Makefile @@ -3,6 +3,7 @@ PORTNAME= libtuntap DISTVERSION= 0.3-23 +PORTREVISION= 1 DISTVERSIONSUFFIX= -ga8bcade CATEGORIES= devel net diff --git a/devel/libwfut/Makefile b/devel/libwfut/Makefile index 3a6270c..2d8804d 100644 --- a/devel/libwfut/Makefile +++ b/devel/libwfut/Makefile @@ -3,7 +3,7 @@ PORTNAME= libwfut PORTVERSION= 0.2.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= SF/worldforge/libwfut%20%28updates%20library%29/${PORTVERSION} diff --git a/devel/lldb38/Makefile b/devel/lldb38/Makefile index 71fc5d3..9fad3a8 100644 --- a/devel/lldb38/Makefile +++ b/devel/lldb38/Makefile @@ -3,7 +3,7 @@ PORTNAME= lldb PORTVERSION= 3.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel PKGNAMESUFFIX= ${LLVM_SUFFIX} diff --git a/devel/llvm-cheri/Makefile b/devel/llvm-cheri/Makefile index 12e16d4..c227470 100644 --- a/devel/llvm-cheri/Makefile +++ b/devel/llvm-cheri/Makefile @@ -2,6 +2,7 @@ PORTNAME= llvm PORTVERSION= ${LLVM_MAJOR}.d${SNAPDATE} +PORTREVISION= 1 CATEGORIES= devel lang PKGNAMESUFFIX= ${LLVM_SUFFIX} diff --git a/devel/llvm-devel/Makefile b/devel/llvm-devel/Makefile index b230c5b..02fdcd3 100644 --- a/devel/llvm-devel/Makefile +++ b/devel/llvm-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= llvm PORTVERSION= ${LLVM_MAJOR}.d${SNAPDATE} +PORTREVISION= 1 CATEGORIES= devel lang PKGNAMESUFFIX= -devel diff --git a/devel/llvm34/Makefile b/devel/llvm34/Makefile index 928a2c5..7e5da41 100644 --- a/devel/llvm34/Makefile +++ b/devel/llvm34/Makefile @@ -2,7 +2,7 @@ PORTNAME= llvm PORTVERSION= 3.4.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel lang MASTER_SITES= http://llvm.org/releases/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}.src diff --git a/devel/llvm35/Makefile b/devel/llvm35/Makefile index 32a9d21..80def7e 100644 --- a/devel/llvm35/Makefile +++ b/devel/llvm35/Makefile @@ -2,7 +2,7 @@ PORTNAME= llvm DISTVERSION= 3.5.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel lang MASTER_SITES= http://llvm.org/releases/3.5.2/ DISTNAME= ${PORTNAME}-${DISTVERSION}.src diff --git a/devel/llvm36/Makefile b/devel/llvm36/Makefile index b611f4f..3a2e472 100644 --- a/devel/llvm36/Makefile +++ b/devel/llvm36/Makefile @@ -2,7 +2,7 @@ PORTNAME= llvm DISTVERSION= 3.6.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel lang MASTER_SITES= http://llvm.org/releases/3.6.2/ DISTNAME= ${PORTNAME}-${DISTVERSION}.src diff --git a/devel/llvm38/Makefile b/devel/llvm38/Makefile index e6754a6..980c400 100644 --- a/devel/llvm38/Makefile +++ b/devel/llvm38/Makefile @@ -2,7 +2,7 @@ PORTNAME= llvm DISTVERSION= 3.8.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel lang MASTER_SITES= http://llvm.org/${PRE_}releases/${LLVM_RELEASE}/${RCDIR} DISTNAME= ${PORTNAME}-${DISTVERSION}.src diff --git a/devel/llvm39/Makefile b/devel/llvm39/Makefile index b5f2fe4..d9246b4 100644 --- a/devel/llvm39/Makefile +++ b/devel/llvm39/Makefile @@ -2,7 +2,7 @@ PORTNAME= llvm DISTVERSION= 3.9.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel lang MASTER_SITES= http://llvm.org/${PRE_}releases/${LLVM_RELEASE}/${RCDIR} PKGNAMESUFFIX= ${LLVM_SUFFIX} diff --git a/devel/llvm40/Makefile b/devel/llvm40/Makefile index c31dc8f..cc7a631 100644 --- a/devel/llvm40/Makefile +++ b/devel/llvm40/Makefile @@ -2,7 +2,7 @@ PORTNAME= llvm DISTVERSION= 4.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel lang MASTER_SITES= http://llvm.org/${PRE_}releases/${LLVM_RELEASE}/${RCDIR} PKGNAMESUFFIX= ${LLVM_SUFFIX} diff --git a/devel/lockfree-malloc/Makefile b/devel/lockfree-malloc/Makefile index 762f86e..c9b92d9 100644 --- a/devel/lockfree-malloc/Makefile +++ b/devel/lockfree-malloc/Makefile @@ -3,7 +3,7 @@ PORTNAME= lockfree-malloc PORTVERSION= 0.0.${DATE} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= LOCAL/vg diff --git a/devel/love/Makefile b/devel/love/Makefile index 2ead585..33077ec17 100644 --- a/devel/love/Makefile +++ b/devel/love/Makefile @@ -3,6 +3,7 @@ PORTNAME= love PORTVERSION= 0.10.2 +PORTREVISION= 1 CATEGORIES= devel games MASTER_SITES= https://bitbucket.org/rude/love/downloads/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/devel/mercator/Makefile b/devel/mercator/Makefile index 4b1e3ba..3395cb8 100644 --- a/devel/mercator/Makefile +++ b/devel/mercator/Makefile @@ -3,7 +3,7 @@ PORTNAME= mercator PORTVERSION= 0.3.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MASTER_SITES= SF/worldforge/Mercator%20%28terrain%20lib%29/${PORTVERSION} diff --git a/devel/msgpack/Makefile b/devel/msgpack/Makefile index 0f006bf..49b28ae 100644 --- a/devel/msgpack/Makefile +++ b/devel/msgpack/Makefile @@ -3,7 +3,7 @@ PORTNAME= msgpack PORTVERSION= 1.4.2 DISTVERSIONPREFIX= cpp- -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= kuriyama@FreeBSD.org diff --git a/devel/msp430-debug-stack/Makefile b/devel/msp430-debug-stack/Makefile index 60c3030..2050ff1 100644 --- a/devel/msp430-debug-stack/Makefile +++ b/devel/msp430-debug-stack/Makefile @@ -2,7 +2,7 @@ PORTNAME= msp430-debug-stack PORTVERSION= 3.9.1.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.ti.com/lit/sw/slac460s/ \ http://www.ti.com/lit/ug/slau320x/:doc1 \ diff --git a/devel/nlohmann-json/Makefile b/devel/nlohmann-json/Makefile index c37bc94..9888d10 100644 --- a/devel/nlohmann-json/Makefile +++ b/devel/nlohmann-json/Makefile @@ -3,6 +3,7 @@ PORTNAME= nlohmann-json PORTVERSION= v2.1.1 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= SlavaMikerov@gmail.com diff --git a/devel/ocaml-lacaml/Makefile b/devel/ocaml-lacaml/Makefile index 5528e0f..b54656c 100644 --- a/devel/ocaml-lacaml/Makefile +++ b/devel/ocaml-lacaml/Makefile @@ -3,7 +3,7 @@ PORTNAME= lacaml PORTVERSION= 8.0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= https://github.com/mmottl/lacaml/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= ocaml- diff --git a/devel/opendht/Makefile b/devel/opendht/Makefile index c090371..43496ef 100644 --- a/devel/opendht/Makefile +++ b/devel/opendht/Makefile @@ -3,6 +3,7 @@ PORTNAME= opendht PORTVERSION= 0.5.2 +PORTREVISION= 1 CATEGORIES= devel net MAINTAINER= yuri@rawbw.com diff --git a/devel/openmp/Makefile b/devel/openmp/Makefile index 9284fe6..7af9282 100644 --- a/devel/openmp/Makefile +++ b/devel/openmp/Makefile @@ -3,7 +3,7 @@ PORTNAME= openmp DISTVERSION= 4.0.0 DISTVERSIONSUFFIX= .src -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://llvm.org/releases/${DISTVERSION}/ diff --git a/devel/p5-perlkde/Makefile b/devel/p5-perlkde/Makefile index 509a502..414f4b6 100644 --- a/devel/p5-perlkde/Makefile +++ b/devel/p5-perlkde/Makefile @@ -2,6 +2,7 @@ PORTNAME= perlkde PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-kde4 perl5 PKGNAMEPREFIX= p5- diff --git a/devel/papi/Makefile b/devel/papi/Makefile index b4c81fe..4cc4a7a 100644 --- a/devel/papi/Makefile +++ b/devel/papi/Makefile @@ -3,7 +3,7 @@ PORTNAME= papi PORTVERSION= 5.4.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://icl.cs.utk.edu/projects/papi/downloads/ diff --git a/devel/ponscripter-sekai/Makefile b/devel/ponscripter-sekai/Makefile index ce10b03..4f010e4 100644 --- a/devel/ponscripter-sekai/Makefile +++ b/devel/ponscripter-sekai/Makefile @@ -3,7 +3,7 @@ PORTNAME= ponscripter-sekai PORTVERSION= 0.0.6 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel games MAINTAINER= jbeich@FreeBSD.org diff --git a/devel/protobuf/Makefile b/devel/protobuf/Makefile index c8d7931..8aed147 100644 --- a/devel/protobuf/Makefile +++ b/devel/protobuf/Makefile @@ -3,6 +3,7 @@ PORTNAME= protobuf PORTVERSION= 3.2.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/pure-stllib/Makefile b/devel/pure-stllib/Makefile index 597dfd3..9299f4b 100644 --- a/devel/pure-stllib/Makefile +++ b/devel/pure-stllib/Makefile @@ -3,6 +3,7 @@ PORTNAME= pure-stllib PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://bitbucket.org/purelang/pure-lang/downloads/ DIST_SUBDIR= pure diff --git a/devel/pwlib/Makefile b/devel/pwlib/Makefile index 83236de..1200b01 100644 --- a/devel/pwlib/Makefile +++ b/devel/pwlib/Makefile @@ -3,7 +3,7 @@ PORTNAME= pwlib PORTVERSION= 1.12.0 -PORTREVISION= 11 +PORTREVISION= 12 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= SF/openh323/${PORTNAME}/${PORTVERSION} diff --git a/devel/py-llfuse/Makefile b/devel/py-llfuse/Makefile index 2d12a05..a87d13d 100644 --- a/devel/py-llfuse/Makefile +++ b/devel/py-llfuse/Makefile @@ -2,6 +2,7 @@ PORTNAME= llfuse PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-llvmlite/Makefile b/devel/py-llvmlite/Makefile index 10213f4..e970a10 100644 --- a/devel/py-llvmlite/Makefile +++ b/devel/py-llvmlite/Makefile @@ -3,7 +3,7 @@ PORTNAME= llvmlite PORTVERSION= 0.14.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-numba/Makefile b/devel/py-numba/Makefile index 4bfe6ca..87221aa 100644 --- a/devel/py-numba/Makefile +++ b/devel/py-numba/Makefile @@ -3,7 +3,7 @@ PORTNAME= numba PORTVERSION= 0.29.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-tables/Makefile b/devel/py-tables/Makefile index 062233e..2f1145b 100644 --- a/devel/py-tables/Makefile +++ b/devel/py-tables/Makefile @@ -3,7 +3,7 @@ PORTNAME= tables PORTVERSION= 3.2.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/qbs/Makefile b/devel/qbs/Makefile index f64cba0..efa736e 100644 --- a/devel/qbs/Makefile +++ b/devel/qbs/Makefile @@ -2,6 +2,7 @@ PORTNAME= qbs PORTVERSION= 1.7.1 +PORTREVISION= 1 DISTVERSIONPREFIX= src- CATEGORIES= devel MASTER_SITES= QT/official_releases/${PORTNAME}/${PORTVERSION} diff --git a/devel/qt5-qmake/Makefile b/devel/qt5-qmake/Makefile index e86d0849..6a2e73a 100644 --- a/devel/qt5-qmake/Makefile +++ b/devel/qt5-qmake/Makefile @@ -2,6 +2,7 @@ PORTNAME= qmake DISTVERSION= ${QT5_VERSION} +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- diff --git a/devel/qtcreator/Makefile b/devel/qtcreator/Makefile index 2e1eb1a..baf5fff 100644 --- a/devel/qtcreator/Makefile +++ b/devel/qtcreator/Makefile @@ -3,6 +3,7 @@ PORTNAME= qtcreator DISTVERSION= 4.2.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= QT/official_releases/qtcreator/${DISTVERSION:R}/${DISTVERSION} DISTNAME= qt-creator-opensource-src-${DISTVERSION} diff --git a/devel/raknet/Makefile b/devel/raknet/Makefile index 57b4a0e..650e5c4 100644 --- a/devel/raknet/Makefile +++ b/devel/raknet/Makefile @@ -3,7 +3,7 @@ PORTNAME= raknet PORTVERSION= 3.9.2 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= devel net MASTER_SITES= http://www.jenkinssoftware.com/raknet/downloads/ \ diff --git a/devel/rapidjson/Makefile b/devel/rapidjson/Makefile index 5bad202..0191982 100644 --- a/devel/rapidjson/Makefile +++ b/devel/rapidjson/Makefile @@ -3,6 +3,7 @@ PORTNAME= rapidjson PORTVERSION= 1.1.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= devel textproc diff --git a/devel/re2/Makefile b/devel/re2/Makefile index 564261e..62c7866 100644 --- a/devel/re2/Makefile +++ b/devel/re2/Makefile @@ -3,6 +3,7 @@ PORTNAME= re2 PORTVERSION= 20151101 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= jlaffaye@FreeBSD.org diff --git a/devel/rhtvision/Makefile b/devel/rhtvision/Makefile index ac72024..6fff280 100644 --- a/devel/rhtvision/Makefile +++ b/devel/rhtvision/Makefile @@ -3,7 +3,7 @@ PORTNAME= rhtvision PORTVERSION= 2.2.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= SF/tvision/UNIX/${PORTVERSION:R}%20CVS20100714%20Source%20and%20Debian%205.0 DISTNAME= ${PORTNAME}_${PORTVERSION:R}-${PORTVERSION:E} diff --git a/devel/rlvm/Makefile b/devel/rlvm/Makefile index 595be4f..bfbe0c5 100644 --- a/devel/rlvm/Makefile +++ b/devel/rlvm/Makefile @@ -4,7 +4,7 @@ PORTNAME= rlvm DISTVERSIONPREFIX= release- DISTVERSION= 0.14-67 DISTVERSIONSUFFIX= -g9350209 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel games MAINTAINER= jbeich@FreeBSD.org diff --git a/devel/sdl2pp/Makefile b/devel/sdl2pp/Makefile index ff812d7..0a3ea8c 100644 --- a/devel/sdl2pp/Makefile +++ b/devel/sdl2pp/Makefile @@ -3,6 +3,7 @@ PORTNAME= sdl2pp PORTVERSION= 0.13.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= amdmi3@FreeBSD.org diff --git a/devel/sfml/Makefile b/devel/sfml/Makefile index 026934a..3b93653 100644 --- a/devel/sfml/Makefile +++ b/devel/sfml/Makefile @@ -3,6 +3,7 @@ PORTNAME= sfml PORTVERSION= 2.4.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.sfml-dev.org/download/sfml/${PORTVERSION}/ DISTNAME= SFML-${PORTVERSION}-sources diff --git a/devel/simgear/Makefile b/devel/simgear/Makefile index adb6c2c..cd9e8fe 100644 --- a/devel/simgear/Makefile +++ b/devel/simgear/Makefile @@ -2,6 +2,7 @@ PORTNAME= simgear PORTVERSION= 2017.1.2 +PORTREVISION= 1 CATEGORIES= devel games MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} diff --git a/devel/smv/Makefile b/devel/smv/Makefile index fa8c8b5..471f05e 100644 --- a/devel/smv/Makefile +++ b/devel/smv/Makefile @@ -3,7 +3,7 @@ PORTNAME= smv PORTVERSION= 2.5.4.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= http://www.cs.cmu.edu/~modelcheck/smv/ DISTNAME= ${PORTNAME}.r${PORTVERSION} diff --git a/devel/sourcenav/Makefile b/devel/sourcenav/Makefile index 5ed0ef3..8f364fa 100644 --- a/devel/sourcenav/Makefile +++ b/devel/sourcenav/Makefile @@ -3,7 +3,7 @@ PORTNAME= sourcenav PORTVERSION= 4.5 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/NG${PORTVERSION} diff --git a/devel/thrift-cpp/Makefile b/devel/thrift-cpp/Makefile index c8fd81a..a80bda4 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= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= devel PKGNAMESUFFIX= -cpp diff --git a/devel/tigcc/Makefile b/devel/tigcc/Makefile index c6f2d9d..4ff2d63 100644 --- a/devel/tigcc/Makefile +++ b/devel/tigcc/Makefile @@ -3,7 +3,7 @@ PORTNAME= tigcc PORTVERSION= 0.96.b8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= GCC/snapshots/4.1-20060728:gcc \ GNU/binutils:gas \ diff --git a/devel/ucommon/Makefile b/devel/ucommon/Makefile index de5fa74..310f53f 100644 --- a/devel/ucommon/Makefile +++ b/devel/ucommon/Makefile @@ -3,6 +3,7 @@ PORTNAME= ucommon PORTVERSION= 7.0.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNU/commoncpp diff --git a/devel/valgrind-devel/Makefile b/devel/valgrind-devel/Makefile index e4d88a9..e1c8eb9 100644 --- a/devel/valgrind-devel/Makefile +++ b/devel/valgrind-devel/Makefile @@ -4,7 +4,7 @@ PORTNAME= valgrind PORTVERSION= 3.10.1.20160113 DISTVERSIONPREFIX= freebsd- -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ \ diff --git a/devel/valgrind/Makefile b/devel/valgrind/Makefile index d37b553..bb7ad13 100644 --- a/devel/valgrind/Makefile +++ b/devel/valgrind/Makefile @@ -4,7 +4,7 @@ PORTNAME= valgrind PORTVERSION= 3.10.1.20160113 DISTVERSIONPREFIX= freebsd- -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ \ diff --git a/devel/varconf/Makefile b/devel/varconf/Makefile index af45a89..8825098 100644 --- a/devel/varconf/Makefile +++ b/devel/varconf/Makefile @@ -3,7 +3,7 @@ PORTNAME= varconf PORTVERSION= 1.0.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MASTER_SITES= SF/worldforge/${PORTNAME}%20%28config%20lib%29/${PORTVERSION} diff --git a/devel/wxformbuilder/Makefile b/devel/wxformbuilder/Makefile index e979f7c..7558508 100644 --- a/devel/wxformbuilder/Makefile +++ b/devel/wxformbuilder/Makefile @@ -2,6 +2,7 @@ PORTNAME= wxformbuilder DISTVERSION= 3.5.0-beta +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-nightly/${DISTVERSION} DISTNAME= wxFormBuilder_v${DISTVERSION}-source diff --git a/devel/zeal/Makefile b/devel/zeal/Makefile index 3f18343..f3cbc69 100644 --- a/devel/zeal/Makefile +++ b/devel/zeal/Makefile @@ -2,7 +2,7 @@ PORTNAME= zeal PORTVERSION= 0.3.1 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX=v CATEGORIES= devel diff --git a/dns/bundy/Makefile b/dns/bundy/Makefile index 5288416..1624d6a 100644 --- a/dns/bundy/Makefile +++ b/dns/bundy/Makefile @@ -3,7 +3,7 @@ PORTNAME= bundy PORTVERSION= 0.20160125 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= dns MASTER_SITES= LOCAL/mat/bundy SF/boost/boost/1.55.0:boost DISTFILES+= boost_1_55_0.tar.bz2:boost diff --git a/dns/c-ares/Makefile b/dns/c-ares/Makefile index 190fad1..72bd588 100644 --- a/dns/c-ares/Makefile +++ b/dns/c-ares/Makefile @@ -3,6 +3,7 @@ PORTNAME= c-ares PORTVERSION= 1.12.0 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://c-ares.haxx.se/download/ \ http://obsd.isc.org/pub/OpenBSD/distfiles/ \ diff --git a/dns/dnsdist/Makefile b/dns/dnsdist/Makefile index b92898c..8c7f7c6 100644 --- a/dns/dnsdist/Makefile +++ b/dns/dnsdist/Makefile @@ -3,7 +3,7 @@ PORTNAME= dnsdist DISTVERSION= 1.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns net MASTER_SITES= https://downloads.powerdns.com/releases/ \ LOCAL/cpm diff --git a/dns/kf5-kdnssd/Makefile b/dns/kf5-kdnssd/Makefile index bd4f662..b29ad96 100644 --- a/dns/kf5-kdnssd/Makefile +++ b/dns/kf5-kdnssd/Makefile @@ -3,6 +3,7 @@ PORTNAME= kdnssd PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= dns kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/dns/powerdns-recursor/Makefile b/dns/powerdns-recursor/Makefile index cb9bc1f..ccebfa9 100644 --- a/dns/powerdns-recursor/Makefile +++ b/dns/powerdns-recursor/Makefile @@ -3,7 +3,7 @@ PORTNAME= recursor PORTVERSION= 4.0.4 -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 7780e13..d80d577 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -2,7 +2,7 @@ PORTNAME= powerdns PORTVERSION= 4.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ DISTNAME= pdns-${PORTVERSION} diff --git a/dns/void-zones-tools/Makefile b/dns/void-zones-tools/Makefile index 4f3925a..bf3ecd9 100644 --- a/dns/void-zones-tools/Makefile +++ b/dns/void-zones-tools/Makefile @@ -2,6 +2,7 @@ PORTNAME= void-zones-tools DISTVERSION= 0.1a +PORTREVISION= 1 CATEGORIES= dns MAINTAINER= vidar@karlsen.tech diff --git a/dns/yadifa/Makefile b/dns/yadifa/Makefile index 26493dd..8d9d7be 100644 --- a/dns/yadifa/Makefile +++ b/dns/yadifa/Makefile @@ -4,7 +4,7 @@ PORTNAME= yadifa PORTVERSION= 2.2.3 DISTVERSIONSUFFIX= -6711 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://cdn.yadifa.eu/sites/default/files/releases/ diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index 9036e98..cafa29d 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -2,7 +2,7 @@ PORTNAME= calligra PORTVERSION= ${CALLIGRA_VERSION} -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= editors kde MASTER_SITES= KDE/${CALLIGRA_BRANCH}/${PORTNAME}-${PORTVERSION}/ DIST_SUBDIR= KDE/${PORTNAME}/${PORTVERSION} diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile index 013ac97..d504c44 100644 --- a/editors/codelite/Makefile +++ b/editors/codelite/Makefile @@ -3,6 +3,7 @@ PORTNAME= codelite PORTVERSION= 10.0 +PORTREVISION= 1 CATEGORIES= editors devel MAINTAINER= mmokhi@FreeBSD.org diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile index 6370982..d85defb 100644 --- a/editors/cooledit/Makefile +++ b/editors/cooledit/Makefile @@ -3,7 +3,7 @@ PORTNAME= cooledit PORTVERSION= 3.17.17 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= editors MASTER_SITES= SUNSITE/apps/editors/X/cooledit diff --git a/editors/focuswriter/Makefile b/editors/focuswriter/Makefile index cc1cbff..c1c41fe 100644 --- a/editors/focuswriter/Makefile +++ b/editors/focuswriter/Makefile @@ -3,6 +3,7 @@ PORTNAME= focuswriter PORTVERSION= 1.6.4 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= editors diff --git a/editors/latexila/Makefile b/editors/latexila/Makefile index e9718af..d022f93 100644 --- a/editors/latexila/Makefile +++ b/editors/latexila/Makefile @@ -3,7 +3,7 @@ PORTNAME= latexila PORTVERSION= 3.18.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 7725f4a..95608ba 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -2,7 +2,7 @@ .include "${.CURDIR}/Makefile.common" -PORTREVISION= 0 +PORTREVISION= 1 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/libreoffice4/Makefile b/editors/libreoffice4/Makefile index 0a8957e..9e699dc 100644 --- a/editors/libreoffice4/Makefile +++ b/editors/libreoffice4/Makefile @@ -2,7 +2,7 @@ PORTNAME= libreoffice PORTVERSION= 4.3.7 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= editors MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${PORTVERSION}/ \ http://dev-www.libreoffice.org/extern/:ext \ diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile index 85e51ba..d2a9209 100644 --- a/editors/openoffice-4/Makefile +++ b/editors/openoffice-4/Makefile @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION} -PORTREVISION= 7 +PORTREVISION= 8 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 37006f8..81bade1 100644 --- a/editors/openoffice-devel/Makefile +++ b/editors/openoffice-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${SVNREVISION} +PORTREVISION= 1 #PORTREVISION= 1 PORTEPOCH= 4 CATEGORIES= editors java diff --git a/editors/p5-Padre/Makefile b/editors/p5-Padre/Makefile index 5d881f5..39de6d5 100644 --- a/editors/p5-Padre/Makefile +++ b/editors/p5-Padre/Makefile @@ -3,7 +3,7 @@ PORTNAME= Padre PORTVERSION= 1.00 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= editors perl5 MASTER_SITES= CPAN/${PORTNAME}/ CPAN/Wx/:wxsc PKGNAMEPREFIX= p5- diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index 9def6cb..78e5e25 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -4,7 +4,7 @@ PORTNAME= poedit PORTVERSION= 1.8.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= editors MASTER_SITES= https://github.com/vslavik/${PORTNAME}/releases/download/v${PORTVERSION}-oss/ diff --git a/editors/scite/Makefile b/editors/scite/Makefile index 07c4b370..4cc0c27 100644 --- a/editors/scite/Makefile +++ b/editors/scite/Makefile @@ -3,6 +3,7 @@ PORTNAME= scite PORTVERSION= 3.7.3 +PORTREVISION= 1 CATEGORIES= editors gnome MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} diff --git a/editors/yzis/Makefile b/editors/yzis/Makefile index a474412..540f402 100644 --- a/editors/yzis/Makefile +++ b/editors/yzis/Makefile @@ -3,7 +3,7 @@ PORTNAME= yzis PORTVERSION= 1.0.a.1 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= editors MASTER_SITES= http://labs.freehackers.org/attachments/download/45/ \ http://contribs.martymac.org/FreeBSD-ports/distfiles/ diff --git a/editors/zile/Makefile b/editors/zile/Makefile index 569fd31..3875d09 100644 --- a/editors/zile/Makefile +++ b/editors/zile/Makefile @@ -3,7 +3,7 @@ PORTNAME= zile PORTVERSION= 2.4.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= GNU diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index fd1cdd7..a2e7705 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -3,6 +3,7 @@ PORTNAME= bochs PORTVERSION= 2.6.8 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= emulators MASTER_SITES= SF diff --git a/emulators/catapult/Makefile b/emulators/catapult/Makefile index 5107459..8d1c4de 100644 --- a/emulators/catapult/Makefile +++ b/emulators/catapult/Makefile @@ -3,7 +3,7 @@ PORTNAME= catapult PORTVERSION= 0.13.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= https://github.com/openMSX/openMSX/releases/download/RELEASE_${PORTVERSION:S/./_/g}/ DISTNAME= openmsx-${PORTNAME}-${PORTVERSION} diff --git a/emulators/citra/Makefile b/emulators/citra/Makefile index f9cbc38..7b9174f 100644 --- a/emulators/citra/Makefile +++ b/emulators/citra/Makefile @@ -2,7 +2,7 @@ PORTNAME= citra PORTVERSION= s20170325 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile index 5b7104b..11a9258 100644 --- a/emulators/dolphin-emu/Makefile +++ b/emulators/dolphin-emu/Makefile @@ -3,7 +3,7 @@ PORTNAME= dolphin-emu PORTVERSION= 5.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= emulators MAINTAINER= martymac@FreeBSD.org diff --git a/emulators/fceux/Makefile b/emulators/fceux/Makefile index ede41f8..8c6e87f 100644 --- a/emulators/fceux/Makefile +++ b/emulators/fceux/Makefile @@ -4,7 +4,7 @@ PORTNAME= fceux PORTVERSION= 2.2.3 DISTVERSIONSUFFIX= .src -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= SF/fceultra/Source%20Code/${PORTVERSION}%20src/ diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile index d1563e0..848b900 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -3,7 +3,7 @@ PORTNAME= gxemul PORTVERSION= 0.6.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= http://gxemul.sourceforge.net/src/ \ http://gavare.se/gxemul/src/ diff --git a/emulators/higan/Makefile b/emulators/higan/Makefile index fd05695..9082c38 100644 --- a/emulators/higan/Makefile +++ b/emulators/higan/Makefile @@ -3,7 +3,7 @@ PORTNAME= higan PORTVERSION= 0.94 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= emulators MASTER_SITES= http://byuu.org/files/ \ http://www.cyberbotx.com/higan/ diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index 2102bec..08d33e7 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -3,7 +3,7 @@ PORTNAME?= mame PORTVERSION= 0.166 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= emulators MAINTAINER= ports@FreeBSD.org diff --git a/emulators/mednafen/Makefile b/emulators/mednafen/Makefile index 9885bcf..3df7a658 100644 --- a/emulators/mednafen/Makefile +++ b/emulators/mednafen/Makefile @@ -2,6 +2,7 @@ PORTNAME= mednafen PORTVERSION= 0.9.43 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators games MASTER_SITES= https://mednafen.github.io/releases/files/ diff --git a/emulators/mupen64plus-rsp-cxd4/Makefile b/emulators/mupen64plus-rsp-cxd4/Makefile index 9abdbb1..0ab2c5c 100644 --- a/emulators/mupen64plus-rsp-cxd4/Makefile +++ b/emulators/mupen64plus-rsp-cxd4/Makefile @@ -1,6 +1,7 @@ # Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 PKGNAMESUFFIX= -rsp-cxd4 DISTFILES= ${PORTNAME}${PKGNAMESUFFIX}-src-${PORTVERSION}${EXTRACT_SUFX}:plugin diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index ff1cced..422c95c 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -2,7 +2,7 @@ PORTNAME= openmsx PORTVERSION= 0.13.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= https://github.com/openMSX/openMSX/releases/download/RELEASE_${PORTVERSION:S/./_/g}/ diff --git a/emulators/pearpc/Makefile b/emulators/pearpc/Makefile index 1512841..58435a0 100644 --- a/emulators/pearpc/Makefile +++ b/emulators/pearpc/Makefile @@ -3,7 +3,7 @@ PORTNAME= pearpc PORTVERSION= 0.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}.0 diff --git a/emulators/pipelight/Makefile b/emulators/pipelight/Makefile index 30dff37..2ea56c6 100644 --- a/emulators/pipelight/Makefile +++ b/emulators/pipelight/Makefile @@ -3,7 +3,7 @@ PORTNAME= pipelight PORTVERSION= 0.2.8.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= emulators MASTER_SITES= https://bitbucket.org/mmueller2012/pipelight/get/ \ http://repos.fds-team.de/pluginloader/v${DISTVERSION}/:plg diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile index 88b9efc..c3aee4e 100644 --- a/emulators/ppsspp/Makefile +++ b/emulators/ppsspp/Makefile @@ -3,7 +3,7 @@ PORTNAME= ppsspp DISTVERSIONPREFIX= v DISTVERSION?= 1.4 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= emulators # XXX Get from Debian once #697821 lands MASTER_SITES= https://bazaar.launchpad.net/~sergio-br2/${PORTNAME}/debian-sdl/download/5/${PORTNAME}.1-20140802045408-dd26dik367ztj5xg-8/:manpage diff --git a/emulators/raine/Makefile b/emulators/raine/Makefile index 5e1e1f7..1035017 100644 --- a/emulators/raine/Makefile +++ b/emulators/raine/Makefile @@ -3,7 +3,7 @@ PORTNAME= raine PORTVERSION= 0.51.9 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= emulators games MASTER_SITES= GENTOO DISTNAME= ${PORTNAME}s-${PORTVERSION} diff --git a/emulators/riscv-isa-sim/Makefile b/emulators/riscv-isa-sim/Makefile index 50de256..d83a725 100644 --- a/emulators/riscv-isa-sim/Makefile +++ b/emulators/riscv-isa-sim/Makefile @@ -2,7 +2,7 @@ PORTNAME= riscv-isa-sim DISTVERSION= git -PORTREVISION= 20170206 +PORTREVISION= 20170207 CATEGORIES= emulators MAINTAINER= lwhsu@FreeBSD.org diff --git a/emulators/skyeye/Makefile b/emulators/skyeye/Makefile index 255ea70..dce9f3d 100644 --- a/emulators/skyeye/Makefile +++ b/emulators/skyeye/Makefile @@ -3,7 +3,7 @@ PORTNAME= skyeye PORTVERSION= 1.2.5 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONSUFFIX= _REL CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/emulators/snes9x-gtk/Makefile b/emulators/snes9x-gtk/Makefile index 76ab14d..b4619d5 100644 --- a/emulators/snes9x-gtk/Makefile +++ b/emulators/snes9x-gtk/Makefile @@ -3,6 +3,7 @@ PORTNAME= snes9x PORTVERSION= 1.54.1 +PORTREVISION= 1 CATEGORIES= emulators PKGNAMESUFFIX= -gtk diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile index 95de4ca..7e09195 100644 --- a/emulators/stella/Makefile +++ b/emulators/stella/Makefile @@ -3,6 +3,7 @@ PORTNAME= stella PORTVERSION= 4.7.3 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= https://github.com/stella-emu/stella/releases/download/release-${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index e9acd05..a7c42c7 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= wine DISTVERSION= 2.4 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 0ae8fdc..e45c3dc 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -3,7 +3,7 @@ PORTNAME= wine DISTVERSION= 2.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ diff --git a/emulators/wxmupen64plus/Makefile b/emulators/wxmupen64plus/Makefile index bd0d3fb..9d6ba37 100644 --- a/emulators/wxmupen64plus/Makefile +++ b/emulators/wxmupen64plus/Makefile @@ -3,7 +3,7 @@ PORTNAME= wxmupen64plus PORTVERSION= 0.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= emulators MASTER_SITES= https://bitbucket.org/auria/wxmupen64plus/get/ DISTNAME= ${PORTVERSION} diff --git a/emulators/x49gp/Makefile b/emulators/x49gp/Makefile index bd5b755..f2268a3 100644 --- a/emulators/x49gp/Makefile +++ b/emulators/x49gp/Makefile @@ -5,7 +5,7 @@ PORTNAME= x49gp PORTVERSION= 20100425 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators math MASTER_SITES= LOCAL/shaun DISTFILES= ${DISTNAME}${EXTRACT_SUFX} sdcard64.tar.gz diff --git a/finance/bitcoin-armory/Makefile b/finance/bitcoin-armory/Makefile index d97686a..1190795 100644 --- a/finance/bitcoin-armory/Makefile +++ b/finance/bitcoin-armory/Makefile @@ -3,6 +3,7 @@ PORTNAME= BitcoinArmory PORTVERSION= 0.93.3 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= finance diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index f6a479a..34eecfc 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnucash PORTVERSION= 2.6.16 +PORTREVISION= 1 CATEGORIES= finance gnome MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION} diff --git a/finance/ledger/Makefile b/finance/ledger/Makefile index 9e44b05..22b68c0 100644 --- a/finance/ledger/Makefile +++ b/finance/ledger/Makefile @@ -4,7 +4,7 @@ PORTNAME= ledger PORTVERSION= 3.1.1 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= finance MAINTAINER= woodycarey@hotmail.com diff --git a/finance/moneymanagerex/Makefile b/finance/moneymanagerex/Makefile index ed4bede..5a9f617 100644 --- a/finance/moneymanagerex/Makefile +++ b/finance/moneymanagerex/Makefile @@ -4,7 +4,7 @@ PORTNAME= mmex PORTVERSION= 1.2.7 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 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/finance/qhacc/Makefile b/finance/qhacc/Makefile index b373eea..8e24aa2 100644 --- a/finance/qhacc/Makefile +++ b/finance/qhacc/Makefile @@ -3,7 +3,7 @@ PORTNAME= qhacc PORTVERSION= 4.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= finance MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/finance/skrooge/Makefile b/finance/skrooge/Makefile index 5e7a873..5ed2504 100644 --- a/finance/skrooge/Makefile +++ b/finance/skrooge/Makefile @@ -2,6 +2,7 @@ PORTNAME= skrooge PORTVERSION= 2.7.0 +PORTREVISION= 1 CATEGORIES= finance kde MASTER_SITES= KDE/stable/${PORTNAME} DIST_SUBDIR= KDE/${PORTNAME} diff --git a/french/aster/Makefile b/french/aster/Makefile index 626a4c6..4171845 100644 --- a/french/aster/Makefile +++ b/french/aster/Makefile @@ -3,7 +3,7 @@ PORTNAME= aster DISTVERSION= ${ASTER_DISTVERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= french cad CATEGORIES= french cad diff --git a/french/eficas/Makefile b/french/eficas/Makefile index ddf4d39..c422c02 100644 --- a/french/eficas/Makefile +++ b/french/eficas/Makefile @@ -3,7 +3,7 @@ PORTNAME= eficas DISTVERSION= 2016.0-1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= french cad MAINTAINER= thierry@FreeBSD.org diff --git a/french/med/Makefile b/french/med/Makefile index 33b53fa..ba4a870 100644 --- a/french/med/Makefile +++ b/french/med/Makefile @@ -3,7 +3,7 @@ PORTNAME= med DISTVERSION= 3.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= french science MAINTAINER= thierry@FreeBSD.org diff --git a/ftp/filezilla/Makefile b/ftp/filezilla/Makefile index 67cc8de..6d9682c 100644 --- a/ftp/filezilla/Makefile +++ b/ftp/filezilla/Makefile @@ -2,6 +2,7 @@ PORTNAME= filezilla PORTVERSION= 3.24.0 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION} DISTNAME= FileZilla_${PORTVERSION}_src diff --git a/ftp/libfilezilla/Makefile b/ftp/libfilezilla/Makefile index 0b28a4e..0f94717 100644 --- a/ftp/libfilezilla/Makefile +++ b/ftp/libfilezilla/Makefile @@ -2,6 +2,7 @@ PORTNAME= libfilezilla PORTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= http://download.filezilla-project.org/${PORTNAME}/ diff --git a/games/0ad/Makefile b/games/0ad/Makefile index aab1880..185c055 100644 --- a/games/0ad/Makefile +++ b/games/0ad/Makefile @@ -2,7 +2,7 @@ PORTNAME= 0ad PORTVERSION= 0.0.21 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://releases.wildfiregames.com/ \ SF/zero-ad/releases diff --git a/games/3omns/Makefile b/games/3omns/Makefile index f858c97..d6b4e62 100644 --- a/games/3omns/Makefile +++ b/games/3omns/Makefile @@ -3,7 +3,7 @@ PORTNAME= 3omns PORTVERSION= 0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/nemysisfreebsdp/${CATEGORIES}/:icons DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ diff --git a/games/adonthell/Makefile b/games/adonthell/Makefile index a06b177..3d61aca 100644 --- a/games/adonthell/Makefile +++ b/games/adonthell/Makefile @@ -4,7 +4,7 @@ PORTNAME= adonthell PORTVERSION= 0.3.5 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= games MASTER_SITES= SAVANNAH DISTFILES= ${PORTNAME}-src-${PORTVERSION}${EXTRACT_SUFX} \ diff --git a/games/alienarena/Makefile b/games/alienarena/Makefile index cf885b8..445f65d 100644 --- a/games/alienarena/Makefile +++ b/games/alienarena/Makefile @@ -3,7 +3,7 @@ PORTNAME= alienarena PORTVERSION= 2013.766 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/alienarena.mirror/Alien%20Arena%207.66/ \ http://icculus.org/alienarena/Files/ \ diff --git a/games/asc/Makefile b/games/asc/Makefile index 323c6f6..036fc10 100644 --- a/games/asc/Makefile +++ b/games/asc/Makefile @@ -3,7 +3,7 @@ PORTNAME= asc PORTVERSION= 2.6.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}-hq/ASC%20Source/${PORTVERSION:R} \ http://www.asc-hq.org/music/:music diff --git a/games/blinkensisters/Makefile b/games/blinkensisters/Makefile index 051b182..c93ba6c 100644 --- a/games/blinkensisters/Makefile +++ b/games/blinkensisters/Makefile @@ -3,7 +3,7 @@ PORTNAME= blinkensisters PORTVERSION= 0.5.3 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Blinkensisters%20-%20Lost%20Pixels/LostPixels%20${PORTVERSION} diff --git a/games/braincurses/Makefile b/games/braincurses/Makefile index 8d68364..efaadb4 100644 --- a/games/braincurses/Makefile +++ b/games/braincurses/Makefile @@ -3,6 +3,7 @@ PORTNAME= braincurses PORTVERSION= 1.1.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= games diff --git a/games/bzflag/Makefile b/games/bzflag/Makefile index 276e7b3..d95456d 100644 --- a/games/bzflag/Makefile +++ b/games/bzflag/Makefile @@ -2,6 +2,7 @@ PORTNAME= bzflag PORTVERSION= 2.4.6 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= https://download.bzflag.org/bzflag/source/${PORTVERSION}/ diff --git a/games/cataclysm-dda/Makefile b/games/cataclysm-dda/Makefile index 4cfcc12..c7b4210 100644 --- a/games/cataclysm-dda/Makefile +++ b/games/cataclysm-dda/Makefile @@ -3,6 +3,7 @@ PORTNAME= cataclysm-dda PORTVERSION= 0.C +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= games diff --git a/games/cockatrice/Makefile b/games/cockatrice/Makefile index 3236e34..ef81279 100644 --- a/games/cockatrice/Makefile +++ b/games/cockatrice/Makefile @@ -3,6 +3,7 @@ PORTNAME= Cockatrice PORTVERSION= 0.0.g2017.03.14 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= sbruno@FreeBSD.org diff --git a/games/connectagram/Makefile b/games/connectagram/Makefile index 91cd114..d409bd7 100644 --- a/games/connectagram/Makefile +++ b/games/connectagram/Makefile @@ -3,6 +3,7 @@ PORTNAME= connectagram PORTVERSION= 1.2.4 +PORTREVISION= 1 DISTVERSIONSUFFIX= -src CATEGORIES= games MASTER_SITES= http://gottcode.org/connectagram/ diff --git a/games/corsix-th/Makefile b/games/corsix-th/Makefile index 0f3441b..8752d6c 100644 --- a/games/corsix-th/Makefile +++ b/games/corsix-th/Makefile @@ -4,7 +4,7 @@ PORTNAME= corsixth PORTVERSION= 0.60 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= madpilot@FreeBSD.org diff --git a/games/craft/Makefile b/games/craft/Makefile index 1a6187b7..fcf8e00 100644 --- a/games/craft/Makefile +++ b/games/craft/Makefile @@ -5,7 +5,7 @@ PORTNAME= craft PORTVERSION= 1.0 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= fbsd -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MAINTAINER= danilo@FreeBSD.org diff --git a/games/criticalmass/Makefile b/games/criticalmass/Makefile index c11d4a9..279068d 100644 --- a/games/criticalmass/Makefile +++ b/games/criticalmass/Makefile @@ -3,7 +3,7 @@ PORTNAME= criticalmass PORTVERSION= 1.0.2 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Critical%20Mass/${PORTVERSION} diff --git a/games/critterding/Makefile b/games/critterding/Makefile index 1dbb499..ae6449b 100644 --- a/games/critterding/Makefile +++ b/games/critterding/Makefile @@ -3,7 +3,7 @@ PORTNAME= critterding DISTVERSION= beta12 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/sources diff --git a/games/doomsday/Makefile b/games/doomsday/Makefile index 7eda8df..e4e76fc 100644 --- a/games/doomsday/Makefile +++ b/games/doomsday/Makefile @@ -3,7 +3,7 @@ PORTNAME= doomsday PORTVERSION= 1.15.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/deng/Doomsday%20Engine/${PORTVERSION} DISTNAME= ${PORTNAME}-stable-${PORTVERSION} diff --git a/games/dunelegacy/Makefile b/games/dunelegacy/Makefile index 167dc7b..8d020af 100644 --- a/games/dunelegacy/Makefile +++ b/games/dunelegacy/Makefile @@ -3,7 +3,7 @@ PORTNAME= dunelegacy PORTVERSION= 0.96.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/games/dustrac/Makefile b/games/dustrac/Makefile index f20003e..5d52acd 100644 --- a/games/dustrac/Makefile +++ b/games/dustrac/Makefile @@ -2,6 +2,7 @@ PORTNAME= dustrac PORTVERSION= 1.11.0 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= ports@FreeBSD.org diff --git a/games/easyrpg-player/Makefile b/games/easyrpg-player/Makefile index 3d24dcf..3fd175f 100644 --- a/games/easyrpg-player/Makefile +++ b/games/easyrpg-player/Makefile @@ -3,7 +3,7 @@ PORTNAME= easyrpg-player PORTVERSION= 0.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/eduke32/Makefile b/games/eduke32/Makefile index 6dd96b1..d9cbdc0 100644 --- a/games/eduke32/Makefile +++ b/games/eduke32/Makefile @@ -3,6 +3,7 @@ PORTNAME= eduke32 PORTVERSION= 20170225 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://dukeworld.duke4.net/eduke32/synthesis/${PORTVERSION}-${SVNREVISION}/:eduke32 \ http://www.duke4.org/files/nightfright/hrp/:hrp \ diff --git a/games/el/Makefile b/games/el/Makefile index 2790515..88e6f10 100644 --- a/games/el/Makefile +++ b/games/el/Makefile @@ -3,7 +3,7 @@ PORTNAME= el PORTVERSION= 193 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= LOCAL/rene diff --git a/games/ember/Makefile b/games/ember/Makefile index 898eeee..d61c7b5 100644 --- a/games/ember/Makefile +++ b/games/ember/Makefile @@ -3,7 +3,7 @@ PORTNAME= ember PORTVERSION= 0.7.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SF/worldforge/Ember%20%28OGRE%20client%29/${PORTVERSION} \ http://amber.worldforge.org/ember/releases/stable/ diff --git a/games/emptyepsilon/Makefile b/games/emptyepsilon/Makefile index d6cde54..8d69e9c 100644 --- a/games/emptyepsilon/Makefile +++ b/games/emptyepsilon/Makefile @@ -3,6 +3,7 @@ PORTNAME= emptyepsilon PORTVERSION= 2017.02.23 +PORTREVISION= 1 DISTVERSIONPREFIX= EE- CATEGORIES= games diff --git a/games/endless-sky/Makefile b/games/endless-sky/Makefile index a563de4..abf868d 100644 --- a/games/endless-sky/Makefile +++ b/games/endless-sky/Makefile @@ -3,6 +3,7 @@ PORTNAME= endless-sky PORTVERSION= 0.9.6 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= games diff --git a/games/etracer/Makefile b/games/etracer/Makefile index e5f32b9..d690239 100644 --- a/games/etracer/Makefile +++ b/games/etracer/Makefile @@ -3,7 +3,7 @@ PORTNAME= etracer PORTVERSION= 0.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/extremetuxracer/releases/${PORTVERSION} DISTNAME= etr-${PORTVERSION} diff --git a/games/exult/Makefile b/games/exult/Makefile index 2101ac9..22b8e34 100644 --- a/games/exult/Makefile +++ b/games/exult/Makefile @@ -3,6 +3,7 @@ PORTNAME= exult PORTVERSION= 1.5.0.20160514 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= ports@FreeBSD.org diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile index 5c8a856..340f831 100644 --- a/games/flightgear/Makefile +++ b/games/flightgear/Makefile @@ -3,6 +3,7 @@ PORTNAME= flightgear PORTVERSION= 2017.1.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} diff --git a/games/freecell-solver/Makefile b/games/freecell-solver/Makefile index df03a91..7c796ea 100644 --- a/games/freecell-solver/Makefile +++ b/games/freecell-solver/Makefile @@ -3,6 +3,7 @@ PORTNAME= freecell-solver PORTVERSION= 4.8.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://fc-solve.shlomifish.org/downloads/fc-solve/ diff --git a/games/freedink-dfarc/Makefile b/games/freedink-dfarc/Makefile index b06d1e9..5b73b87 100644 --- a/games/freedink-dfarc/Makefile +++ b/games/freedink-dfarc/Makefile @@ -3,6 +3,7 @@ PORTNAME= freedink-dfarc PORTVERSION= 3.12 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= GNU/freedink DISTNAME= dfarc-${PORTVERSION} diff --git a/games/freeminer/Makefile b/games/freeminer/Makefile index 33f76a3..5faebc5 100644 --- a/games/freeminer/Makefile +++ b/games/freeminer/Makefile @@ -3,7 +3,7 @@ PORTNAME= freeminer PORTVERSION= 0.4.10.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/gnomebreakout/Makefile b/games/gnomebreakout/Makefile index 1efdfcc..3a2721c 100644 --- a/games/gnomebreakout/Makefile +++ b/games/gnomebreakout/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnomebreakout PORTVERSION= 0.5.3 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= games gnome MASTER_SITES= SF/${PORTNAME:S/eb/e-b/}/${PORTNAME:S/eb/e-b/}/${PORTVERSION}/ \ http://www.users.on.net/~mipearson/ diff --git a/games/gnubg/Makefile b/games/gnubg/Makefile index fbc89d6..54aa5d6 100644 --- a/games/gnubg/Makefile +++ b/games/gnubg/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnubg PORTVERSION= 1.05.002 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://files.gnubg.org/media/sources/ DISTFILES= gnubg-release-${PORTVERSION}-sources.tar.gz diff --git a/games/golly/Makefile b/games/golly/Makefile index 8b5ee2c..6890466 100644 --- a/games/golly/Makefile +++ b/games/golly/Makefile @@ -2,6 +2,7 @@ PORTNAME= golly PORTVERSION= 2.7 +PORTREVISION= 1 DISTVERSIONSUFFIX= -src CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/games/gottet/Makefile b/games/gottet/Makefile index c17243a..789f851 100644 --- a/games/gottet/Makefile +++ b/games/gottet/Makefile @@ -3,6 +3,7 @@ PORTNAME= gottet PORTVERSION= 1.1.3 +PORTREVISION= 1 DISTVERSIONSUFFIX= -src CATEGORIES= games MASTER_SITES= http://gottcode.org/gottet/ diff --git a/games/gtkpool/Makefile b/games/gtkpool/Makefile index 1c86249..db629aa 100644 --- a/games/gtkpool/Makefile +++ b/games/gtkpool/Makefile @@ -3,7 +3,7 @@ PORTNAME= gtkpool PORTVERSION= 0.5.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= ftp://ftp.seul.org/pub/gtkpool/ \ http://www.sourcefiles.org/Games/Sports/Pool/ diff --git a/games/hexalate/Makefile b/games/hexalate/Makefile index dbd0fa2..5feb60d 100644 --- a/games/hexalate/Makefile +++ b/games/hexalate/Makefile @@ -3,6 +3,7 @@ PORTNAME= hexalate PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://gottcode.org/${PORTNAME}/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/hoverboard-sdl/Makefile b/games/hoverboard-sdl/Makefile index d6c2b7c..31ffb2d 100644 --- a/games/hoverboard-sdl/Makefile +++ b/games/hoverboard-sdl/Makefile @@ -3,7 +3,7 @@ PORTNAME= hoverboard PORTVERSION= 0.7.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/irrlamb/Makefile b/games/irrlamb/Makefile index 71f22c3..3bcc0cc4 100644 --- a/games/irrlamb/Makefile +++ b/games/irrlamb/Makefile @@ -3,7 +3,7 @@ PORTNAME= irrlamb PORTVERSION= 0.2.1 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= v CATEGORIES= games diff --git a/games/liblcf/Makefile b/games/liblcf/Makefile index 131fa28..7ae4465 100644 --- a/games/liblcf/Makefile +++ b/games/liblcf/Makefile @@ -3,7 +3,7 @@ PORTNAME= liblcf PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/libretro-cores/Makefile b/games/libretro-cores/Makefile index ed6b2fc..3150179 100644 --- a/games/libretro-cores/Makefile +++ b/games/libretro-cores/Makefile @@ -3,6 +3,7 @@ PORTNAME= libretro-cores PORTVERSION= 0.20161109 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= yuri@rawbw.com diff --git a/games/lordsawar/Makefile b/games/lordsawar/Makefile index 9cfdfe3..84806f1 100644 --- a/games/lordsawar/Makefile +++ b/games/lordsawar/Makefile @@ -2,6 +2,7 @@ PORTNAME= lordsawar PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SAVANNAH diff --git a/games/lugaru/Makefile b/games/lugaru/Makefile index 3521b50..901f87e 100644 --- a/games/lugaru/Makefile +++ b/games/lugaru/Makefile @@ -3,7 +3,7 @@ PORTNAME= lugaru PORTVERSION= 269 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= https://bitbucket.org/oss${PORTNAME}/${PORTNAME}/downloads/ DISTNAME= ${PORTNAME}-rev${DISTVERSION}-src diff --git a/games/megaglest/Makefile b/games/megaglest/Makefile index 4a02b55..4ac412c 100644 --- a/games/megaglest/Makefile +++ b/games/megaglest/Makefile @@ -3,6 +3,7 @@ PORTNAME= megaglest PORTVERSION= 3.13.0 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= monwarez@mailoo.org diff --git a/games/mirrormagic/Makefile b/games/mirrormagic/Makefile index bcb2422..c5adef0 100644 --- a/games/mirrormagic/Makefile +++ b/games/mirrormagic/Makefile @@ -3,7 +3,7 @@ PORTNAME= mirrormagic PORTVERSION= 2.0.2 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= games MASTER_SITES= http://www.artsoft.org/RELEASES/unix/mirrormagic/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/naev/Makefile b/games/naev/Makefile index 41cde72..1cd3446 100644 --- a/games/naev/Makefile +++ b/games/naev/Makefile @@ -3,7 +3,7 @@ PORTNAME= naev PORTVERSION= 0.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ diff --git a/games/openclonk/Makefile b/games/openclonk/Makefile index 0d4e2d2..a9b281b 100644 --- a/games/openclonk/Makefile +++ b/games/openclonk/Makefile @@ -4,7 +4,7 @@ PORTNAME= openclonk PORTVERSION= 7.0 DISTVERSIONSUFFIX= -src -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://www.openclonk.org/builds/release/${DISTVERSION}/ diff --git a/games/openlierox/Makefile b/games/openlierox/Makefile index 0b1a9b2..f68b464 100644 --- a/games/openlierox/Makefile +++ b/games/openlierox/Makefile @@ -3,7 +3,7 @@ PORTNAME= openlierox DISTVERSION= 0.58_rc3 -PORTREVISION= 9 +PORTREVISION= 10 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 412a91f..266118d 100644 --- a/games/openmw/Makefile +++ b/games/openmw/Makefile @@ -4,7 +4,7 @@ PORTNAME= openmw PORTVERSION= 0.41.0 DISTVERSIONPREFIX= openmw- -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MAINTAINER= tobik@FreeBSD.org diff --git a/games/openomf/Makefile b/games/openomf/Makefile index 6af7c29..b9aad26 100644 --- a/games/openomf/Makefile +++ b/games/openomf/Makefile @@ -3,6 +3,7 @@ PORTNAME= openomf PORTVERSION= 0.6.5 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.omf2097.com/pub/files/omf/:data DISTFILES+= omf2097.rar:data diff --git a/games/openspades/Makefile b/games/openspades/Makefile index 5b603b0..d245f7c 100644 --- a/games/openspades/Makefile +++ b/games/openspades/Makefile @@ -4,7 +4,7 @@ PORTNAME= openspades PORTVERSION= 0.0.12 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://yvt.jp/files/programs/osppaks/:data DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DevPaks27.zip:data diff --git a/games/opensurge/Makefile b/games/opensurge/Makefile index 4e9ef90..4555102 100644 --- a/games/opensurge/Makefile +++ b/games/opensurge/Makefile @@ -3,7 +3,7 @@ PORTNAME= opensurge PORTVERSION= 0.1.r${SVN_REV} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://www.ime.usp.br/~alemart/opensurge_nightly/ \ SF/nemysisfreebsdp/${CATEGORIES}/${PORTNAME}/ diff --git a/games/openxcom/Makefile b/games/openxcom/Makefile index d7431789..e12e1b4 100644 --- a/games/openxcom/Makefile +++ b/games/openxcom/Makefile @@ -4,7 +4,7 @@ PORTNAME= openxcom PORTVERSION= 1.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/openyahtzee/Makefile b/games/openyahtzee/Makefile index 1b3b81c..f8a52a4 100644 --- a/games/openyahtzee/Makefile +++ b/games/openyahtzee/Makefile @@ -3,7 +3,7 @@ PORTNAME= openyahtzee PORTVERSION= 1.9.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Open%20Yahtzee/Open%20Yahtzee%20${PORTVERSION} diff --git a/games/peg-e/Makefile b/games/peg-e/Makefile index f1c3c27..e7f13d4 100644 --- a/games/peg-e/Makefile +++ b/games/peg-e/Makefile @@ -3,6 +3,7 @@ PORTNAME= peg-e PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://gottcode.org/peg-e/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/pingus/Makefile b/games/pingus/Makefile index 0fe5d18..09390fc 100644 --- a/games/pingus/Makefile +++ b/games/pingus/Makefile @@ -3,7 +3,7 @@ PORTNAME= pingus PORTVERSION= 0.7.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ diff --git a/games/pioneer/Makefile b/games/pioneer/Makefile index 078d49d..b5cc20a 100644 --- a/games/pioneer/Makefile +++ b/games/pioneer/Makefile @@ -3,6 +3,7 @@ PORTNAME= pioneer PORTVERSION= 0.0.${GH_TAGNAME} +PORTREVISION= 1 CATEGORIES= games MAINTAINER= lightside@gmx.com diff --git a/games/py-mnemosyne/Makefile b/games/py-mnemosyne/Makefile index 725f9b7..b84f317 100644 --- a/games/py-mnemosyne/Makefile +++ b/games/py-mnemosyne/Makefile @@ -3,7 +3,7 @@ PORTNAME= mnemosyne PORTVERSION= 2.3.6 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= games python MASTER_SITES= SF/mnemosyne-proj/${PORTNAME}/${PORTNAME}-${DISTVERSION} diff --git a/games/quackle/Makefile b/games/quackle/Makefile index ab7e38d..a2e1e75 100644 --- a/games/quackle/Makefile +++ b/games/quackle/Makefile @@ -3,6 +3,7 @@ PORTNAME= quackle PORTVERSION= 1.0.3 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= games diff --git a/games/quakeforge/Makefile b/games/quakeforge/Makefile index e334158..112ba9c 100644 --- a/games/quakeforge/Makefile +++ b/games/quakeforge/Makefile @@ -3,7 +3,7 @@ PORTNAME= quakeforge PORTVERSION= 0.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/quake/quake/${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/games/retroarch/Makefile b/games/retroarch/Makefile index 593d225..d79670b 100644 --- a/games/retroarch/Makefile +++ b/games/retroarch/Makefile @@ -4,7 +4,7 @@ PORTNAME= RetroArch PORTVERSION= 1.3.6 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MAINTAINER= yuri@rawbw.com diff --git a/games/rubix/Makefile b/games/rubix/Makefile index c00ae3e..5eb7ec4 100644 --- a/games/rubix/Makefile +++ b/games/rubix/Makefile @@ -3,7 +3,7 @@ PORTNAME= rubix PORTVERSION= 1.0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://sed.free.fr/rubix/ \ http://mirror.mcx2.org/ diff --git a/games/sdl_scavenger/Makefile b/games/sdl_scavenger/Makefile index 0d45489..4c9144b 100644 --- a/games/sdl_scavenger/Makefile +++ b/games/sdl_scavenger/Makefile @@ -3,7 +3,7 @@ PORTNAME= sdl_scavenger PORTVERSION= 145.2015.01.05 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/sdlscavenger/ diff --git a/games/sdlroids/Makefile b/games/sdlroids/Makefile index 9b454c9..e9fd884 100644 --- a/games/sdlroids/Makefile +++ b/games/sdlroids/Makefile @@ -3,7 +3,7 @@ PORTNAME= sdlroids PORTVERSION= 1.3.4 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= games MASTER_SITES= SF \ SF/nemysisfreebsdp/${CATEGORIES}/:icons diff --git a/games/shaaft/Makefile b/games/shaaft/Makefile index 7b0ee1d..fa2a353 100644 --- a/games/shaaft/Makefile +++ b/games/shaaft/Makefile @@ -3,7 +3,7 @@ PORTNAME= shaaft PORTVERSION= 0.5.0 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= games MASTER_SITES= SF/criticalmass/OldFiles DISTNAME= Shaaft-${PORTVERSION} diff --git a/games/simsu/Makefile b/games/simsu/Makefile index dc515d6..2a51d96 100644 --- a/games/simsu/Makefile +++ b/games/simsu/Makefile @@ -3,6 +3,7 @@ PORTNAME= simsu PORTVERSION= 1.3.3 +PORTREVISION= 1 DISTVERSIONSUFFIX= -src CATEGORIES= games MASTER_SITES= http://gottcode.org/${PORTNAME}/ diff --git a/games/slade/Makefile b/games/slade/Makefile index 685db58..35e5aad 100644 --- a/games/slade/Makefile +++ b/games/slade/Makefile @@ -3,6 +3,7 @@ PORTNAME= slade PORTVERSION= 3.1.1.4 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= danfe@FreeBSD.org diff --git a/games/solarus-quest-editor/Makefile b/games/solarus-quest-editor/Makefile index 5ea5d71..b2d24e8 100644 --- a/games/solarus-quest-editor/Makefile +++ b/games/solarus-quest-editor/Makefile @@ -3,6 +3,7 @@ PORTNAME= solarus-quest-editor PORTVERSION= 1.5.2 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= games diff --git a/games/solarus/Makefile b/games/solarus/Makefile index 62b3870..21da95a 100644 --- a/games/solarus/Makefile +++ b/games/solarus/Makefile @@ -2,6 +2,7 @@ PORTNAME= solarus PORTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.solarus-games.org/downloads/solarus/ DISTNAME= solarus-${PORTVERSION}-src diff --git a/games/spring/Makefile b/games/spring/Makefile index b566a5b..48e4373 100644 --- a/games/spring/Makefile +++ b/games/spring/Makefile @@ -3,7 +3,7 @@ PORTNAME= spring PORTVERSION= 98.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/springrts/springrts/${PORTNAME}-${PORTVERSION} \ http://springrts.com/dl/ diff --git a/games/springlobby/Makefile b/games/springlobby/Makefile index 06f4f9a..6548ce3 100644 --- a/games/springlobby/Makefile +++ b/games/springlobby/Makefile @@ -3,7 +3,7 @@ PORTNAME= springlobby PORTVERSION= 0.180 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games net MASTER_SITES= http://www.springlobby.info/tarballs/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/stonesoup/Makefile b/games/stonesoup/Makefile index 76c80c1..b5d4169 100644 --- a/games/stonesoup/Makefile +++ b/games/stonesoup/Makefile @@ -3,6 +3,7 @@ PORTNAME= stonesoup PORTVERSION= 0.19.5 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/crawl-ref/Stone%20Soup/${PORTVERSION} MASTER_SITES= http://crawl.develz.org/release/ diff --git a/games/supertux2/Makefile b/games/supertux2/Makefile index f3ea254..b47c9ae 100644 --- a/games/supertux2/Makefile +++ b/games/supertux2/Makefile @@ -2,7 +2,7 @@ PORTNAME= supertux PORTVERSION= 0.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= https://github.com/SuperTux/supertux/releases/download/v${PORTVERSION}/ PKGNAMESUFFIX= 2 diff --git a/games/supertuxkart/Makefile b/games/supertuxkart/Makefile index ce05247..92aba81 100644 --- a/games/supertuxkart/Makefile +++ b/games/supertuxkart/Makefile @@ -3,6 +3,7 @@ PORTNAME= supertuxkart PORTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/supertuxkart/SuperTuxKart/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/games/syobon/Makefile b/games/syobon/Makefile index 8138332..019410c 100644 --- a/games/syobon/Makefile +++ b/games/syobon/Makefile @@ -3,7 +3,7 @@ PORTNAME= syobon PORTVERSION= 1.0.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games MASTER_SITES= http://zapek.com/wp-content/uploads/2010/09/ \ SF/nemysisfreebsdp/${CATEGORIES}/:icons diff --git a/games/tanglet/Makefile b/games/tanglet/Makefile index 0f333e6..a425ef9 100644 --- a/games/tanglet/Makefile +++ b/games/tanglet/Makefile @@ -3,6 +3,7 @@ PORTNAME= tanglet PORTVERSION= 1.4.0 +PORTREVISION= 1 DISTVERSIONSUFFIX= -src CATEGORIES= games MASTER_SITES= http://gottcode.org/tanglet/ diff --git a/games/tbe/Makefile b/games/tbe/Makefile index 5913f2b..f121cec 100644 --- a/games/tbe/Makefile +++ b/games/tbe/Makefile @@ -3,7 +3,7 @@ PORTNAME= tbe PORTVERSION= 0.9.2.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= games diff --git a/games/teeworlds/Makefile b/games/teeworlds/Makefile index 6d4790b..a9f3e08 100644 --- a/games/teeworlds/Makefile +++ b/games/teeworlds/Makefile @@ -3,7 +3,7 @@ PORTNAME= teeworlds PORTVERSION= 0.6.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= https://downloads.teeworlds.com/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/tetzle/Makefile b/games/tetzle/Makefile index 24dc715..2ac5d0c 100644 --- a/games/tetzle/Makefile +++ b/games/tetzle/Makefile @@ -3,6 +3,7 @@ PORTNAME= tetzle PORTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://gottcode.org/tetzle/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/traingame/Makefile b/games/traingame/Makefile index 2366fcf..6311409 100644 --- a/games/traingame/Makefile +++ b/games/traingame/Makefile @@ -3,7 +3,7 @@ PORTNAME= traingame PORTVERSION= 0.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MAINTAINER= nemysis@FreeBSD.org diff --git a/games/trenchbroom/Makefile b/games/trenchbroom/Makefile index 33f1056..51ce71e 100644 --- a/games/trenchbroom/Makefile +++ b/games/trenchbroom/Makefile @@ -3,7 +3,7 @@ PORTNAME= trenchbroom PORTVERSION= 2.0.0.b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games cad MAINTAINER= danfe@FreeBSD.org diff --git a/games/ufoai/Makefile b/games/ufoai/Makefile index 4b0497a..2252f74 100644 --- a/games/ufoai/Makefile +++ b/games/ufoai/Makefile @@ -3,7 +3,7 @@ PORTNAME= ufoai PORTVERSION= 2.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/UFO_AI%202.x/${PORTVERSION} DISTNAME= ${PORTNAME:S/$/-/}${PORTVERSION}-source diff --git a/games/warsow/Makefile b/games/warsow/Makefile index 6ba2d02..f6c88a1 100644 --- a/games/warsow/Makefile +++ b/games/warsow/Makefile @@ -3,7 +3,7 @@ PORTNAME= warsow PORTVERSION= 1.51 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://update.warsow.net/mirror/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/warzone2100/Makefile b/games/warzone2100/Makefile index d9d8650..ec6b531 100644 --- a/games/warzone2100/Makefile +++ b/games/warzone2100/Makefile @@ -2,6 +2,7 @@ PORTNAME= warzone2100 PORTVERSION= 3.2.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/releases/${PORTVERSION}/ diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 6067b5b..65b988e 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -2,7 +2,7 @@ PORTNAME= wesnoth PORTVERSION= 1.12.6 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} \ diff --git a/games/widelands/Makefile b/games/widelands/Makefile index 9d61be5..2b86e16 100644 --- a/games/widelands/Makefile +++ b/games/widelands/Makefile @@ -3,7 +3,7 @@ PORTNAME= widelands DISTVERSION= build18 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games MASTER_SITES= https://launchpadlibrarian.net/167260749/ \ http://mirror.amdmi3.ru/distfiles/ diff --git a/games/wxlauncher/Makefile b/games/wxlauncher/Makefile index 4b01fe4..5620964 100644 --- a/games/wxlauncher/Makefile +++ b/games/wxlauncher/Makefile @@ -3,6 +3,7 @@ PORTNAME= wxlauncher PORTVERSION= 0.10.0 +PORTREVISION= 1 DISTVERSIONPREFIX= release- CATEGORIES= games diff --git a/games/wyrmgus/Makefile b/games/wyrmgus/Makefile index 3efc992..e171e6e 100644 --- a/games/wyrmgus/Makefile +++ b/games/wyrmgus/Makefile @@ -3,6 +3,7 @@ PORTNAME= wyrmgus PORTVERSION= 1.9.9 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= games devel diff --git a/games/xbat/Makefile b/games/xbat/Makefile index 056687d..9cc87bb 100644 --- a/games/xbat/Makefile +++ b/games/xbat/Makefile @@ -3,7 +3,7 @@ PORTNAME= xbat PORTVERSION= 1.11 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= LOCAL/hrs DISTNAME= xev111 diff --git a/games/xonotic/Makefile b/games/xonotic/Makefile index 596dba1..4234aa8 100644 --- a/games/xonotic/Makefile +++ b/games/xonotic/Makefile @@ -3,7 +3,7 @@ PORTNAME= xonotic PORTVERSION= 0.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://nl.dl.xonotic.org/ \ http://mirror.bitmissile.com/xonotic/releases/ diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile index f31384b..02b68f3 100644 --- a/graphics/GraphicsMagick/Makefile +++ b/graphics/GraphicsMagick/Makefile @@ -3,7 +3,7 @@ PORTNAME= GraphicsMagick PORTVERSION= 1.3.25 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= SF \ diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 3d16223..5522c99 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -2,7 +2,7 @@ PORTNAME= ImageMagick DISTVERSION= 6.9.6-4 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ diff --git a/graphics/ImageMagick7/Makefile b/graphics/ImageMagick7/Makefile index 19e9be3..72a8c6b 100644 --- a/graphics/ImageMagick7/Makefile +++ b/graphics/ImageMagick7/Makefile @@ -2,6 +2,7 @@ PORTNAME= ImageMagick DISTVERSION= 7.0.3-7 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ http://www.imagemagick.org/download/legacy/ \ diff --git a/graphics/OpenEXR/Makefile b/graphics/OpenEXR/Makefile index e8e9360..4627407 100644 --- a/graphics/OpenEXR/Makefile +++ b/graphics/OpenEXR/Makefile @@ -3,7 +3,7 @@ PORTNAME= OpenEXR PORTVERSION= 2.2.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics devel MASTER_SITES= SAVANNAH/openexr/:dist \ LOCAL/mandree/:test diff --git a/graphics/aaphoto/Makefile b/graphics/aaphoto/Makefile index 274335b..3b26ef2 100644 --- a/graphics/aaphoto/Makefile +++ b/graphics/aaphoto/Makefile @@ -4,7 +4,7 @@ PORTNAME= aaphoto PORTVERSION= 0.43.1 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MAINTAINER= mail@log69.com diff --git a/graphics/alembic/Makefile b/graphics/alembic/Makefile index 26994d8..92ae40c 100644 --- a/graphics/alembic/Makefile +++ b/graphics/alembic/Makefile @@ -3,6 +3,7 @@ PORTNAME= alembic PORTVERSION= 1.7.1 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org diff --git a/graphics/animorph/Makefile b/graphics/animorph/Makefile index 116cae4..0f0ae73 100644 --- a/graphics/animorph/Makefile +++ b/graphics/animorph/Makefile @@ -3,7 +3,7 @@ PORTNAME= animorph PORTVERSION= 0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF/makehuman/MakeHuman%20Source/MakeHuman_091 diff --git a/graphics/argyllcms/Makefile b/graphics/argyllcms/Makefile index 988290c..e859633 100644 --- a/graphics/argyllcms/Makefile +++ b/graphics/argyllcms/Makefile @@ -3,6 +3,7 @@ PORTNAME= argyllcms PORTVERSION= 1.9.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.argyllcms.com/ DISTNAME= Argyll_V${PORTVERSION}_src diff --git a/graphics/aseprite/Makefile b/graphics/aseprite/Makefile index d764322..811facb 100644 --- a/graphics/aseprite/Makefile +++ b/graphics/aseprite/Makefile @@ -3,6 +3,7 @@ PORTNAME= aseprite PORTVERSION= 1.1.13 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= graphics diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index 3864205..a80ff9a 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -3,6 +3,7 @@ PORTNAME= blender PORTVERSION= 2.78c +PORTREVISION= 1 CATEGORIES= graphics games MASTER_SITES= http://download.blender.org/source/ \ http://mirror.cs.umn.edu/blender.org/source/ \ diff --git a/graphics/bugle/Makefile b/graphics/bugle/Makefile index d51b00e..216e1b6 100644 --- a/graphics/bugle/Makefile +++ b/graphics/bugle/Makefile @@ -3,7 +3,7 @@ PORTNAME= bugle PORTVERSION= 0.0.20100508 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= SF diff --git a/graphics/caffe/Makefile b/graphics/caffe/Makefile index 3ce100f..0351387 100644 --- a/graphics/caffe/Makefile +++ b/graphics/caffe/Makefile @@ -2,6 +2,7 @@ PORTNAME= caffe PORTVERSION= 1.0.0.r5 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= eric@camachat.org diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile index 0c90e70..b075b93 100644 --- a/graphics/cegui/Makefile +++ b/graphics/cegui/Makefile @@ -3,7 +3,7 @@ PORTNAME= cegui PORTVERSION= 0.8.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics devel MASTER_SITES= SF/crayzedsgui/CEGUI%20Mk-2/0.8 diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile index 32299a5..eec8388 100644 --- a/graphics/cimg/Makefile +++ b/graphics/cimg/Makefile @@ -3,7 +3,7 @@ PORTNAME= cimg DISTVERSION= 1.7.9 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 3 CATEGORIES= graphics devel diff --git a/graphics/code-eli/Makefile b/graphics/code-eli/Makefile index bf45528..e14d1a7 100644 --- a/graphics/code-eli/Makefile +++ b/graphics/code-eli/Makefile @@ -3,7 +3,7 @@ PORTNAME= code-eli PORTVERSION= 0.3.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= fernando.apesteguia@gmail.com diff --git a/graphics/colmap/Makefile b/graphics/colmap/Makefile index b117964..4046e92 100644 --- a/graphics/colmap/Makefile +++ b/graphics/colmap/Makefile @@ -2,7 +2,7 @@ PORTNAME= colmap DISTVERSION= 2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/converseen/Makefile b/graphics/converseen/Makefile index 16fc5e6..e999008 100644 --- a/graphics/converseen/Makefile +++ b/graphics/converseen/Makefile @@ -3,6 +3,7 @@ PORTNAME= converseen PORTVERSION= 0.9.6.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/Converseen/Converseen%20${PORTVERSION:R:R}/ diff --git a/graphics/copperspice/Makefile b/graphics/copperspice/Makefile index 644790c..68b24d7 100644 --- a/graphics/copperspice/Makefile +++ b/graphics/copperspice/Makefile @@ -3,6 +3,7 @@ PORTNAME= copperspice PORTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://download.copperspice.com/copperspice/source/ diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index 5f34f6b..0bcb7da 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -3,6 +3,7 @@ PORTNAME= darktable PORTVERSION= 2.2.3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/ diff --git a/graphics/dataplot/Makefile b/graphics/dataplot/Makefile index 9106731..ae56d5b 100644 --- a/graphics/dataplot/Makefile +++ b/graphics/dataplot/Makefile @@ -3,7 +3,7 @@ PORTNAME= dataplot PORTVERSION= 20132012 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= ftp://ftp.nist.gov/pub/dataplot/unix/:source \ LOCAL/beech:source \ diff --git a/graphics/dcp2icc/Makefile b/graphics/dcp2icc/Makefile index 07ece57..6ad6e83 100644 --- a/graphics/dcp2icc/Makefile +++ b/graphics/dcp2icc/Makefile @@ -3,7 +3,7 @@ PORTNAME= dcp2icc PORTVERSION= 0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics converters MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Version%20${PORTVERSION} diff --git a/graphics/delaboratory/Makefile b/graphics/delaboratory/Makefile index b75e1a1..66478c5 100644 --- a/graphics/delaboratory/Makefile +++ b/graphics/delaboratory/Makefile @@ -3,7 +3,7 @@ PORTNAME= delaboratory PORTVERSION= 0.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE diff --git a/graphics/dilay/Makefile b/graphics/dilay/Makefile index f6484da..d0eb79b 100644 --- a/graphics/dilay/Makefile +++ b/graphics/dilay/Makefile @@ -3,6 +3,7 @@ PORTNAME= dilay PORTVERSION= 1.5.0 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= yuri@rawbw.com diff --git a/graphics/enblend/Makefile b/graphics/enblend/Makefile index 6fc32e0..036d124 100644 --- a/graphics/enblend/Makefile +++ b/graphics/enblend/Makefile @@ -3,7 +3,7 @@ PORTNAME= enblend PORTVERSION= 4.1.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= SF/enblend/enblend-enfuse/enblend-enfuse-${PORTVERSION:R} DISTNAME= enblend-enfuse-${PORTVERSION} diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index c17c1ae..c958009 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -3,7 +3,7 @@ PORTNAME= evince PORTVERSION= 3.18.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics print gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/graphics/freeimage/Makefile b/graphics/freeimage/Makefile index e572a53..e1dd6a5 100644 --- a/graphics/freeimage/Makefile +++ b/graphics/freeimage/Makefile @@ -3,7 +3,7 @@ PORTNAME= freeimage PORTVERSION= 3.16.0 -PORTREVISION= 1 +PORTREVISION= 2 # Version 3.17.0 is available, but does not build on i386 (and probably # other 32-bit arches) without some not-quite-trivial patching. If one # decides to update the port, please make sure 32-bit builds are tested! diff --git a/graphics/geomorph/Makefile b/graphics/geomorph/Makefile index 22997ca..91ef26f 100644 --- a/graphics/geomorph/Makefile +++ b/graphics/geomorph/Makefile @@ -3,7 +3,7 @@ PORTNAME= geomorph PORTVERSION= 0.60.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.60/ diff --git a/graphics/gimp-beautify-plugin/Makefile b/graphics/gimp-beautify-plugin/Makefile index bbdf615..9e66f13 100644 --- a/graphics/gimp-beautify-plugin/Makefile +++ b/graphics/gimp-beautify-plugin/Makefile @@ -3,7 +3,7 @@ PORTNAME= beautify PORTVERSION= 2012.08.12.00 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics PKGNAMEPREFIX= gimp- PKGNAMESUFFIX= -plugin diff --git a/graphics/gimp-gmic-plugin/Makefile b/graphics/gimp-gmic-plugin/Makefile index 6d0121c..c45f5b1 100644 --- a/graphics/gimp-gmic-plugin/Makefile +++ b/graphics/gimp-gmic-plugin/Makefile @@ -2,7 +2,7 @@ PORTNAME= gmic PORTVERSION= 1.6.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://gmic.eu/files/source/ PKGNAMEPREFIX= gimp- diff --git a/graphics/gimp-refocus-plugin/Makefile b/graphics/gimp-refocus-plugin/Makefile index 5b703af..3ffc093 100644 --- a/graphics/gimp-refocus-plugin/Makefile +++ b/graphics/gimp-refocus-plugin/Makefile @@ -3,7 +3,7 @@ PORTNAME= refocus PORTVERSION= 0.9.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= SF PKGNAMEPREFIX= gimp- diff --git a/graphics/gimp-resynthesizer/Makefile b/graphics/gimp-resynthesizer/Makefile index 7af9cee..9a2af97 100644 --- a/graphics/gimp-resynthesizer/Makefile +++ b/graphics/gimp-resynthesizer/Makefile @@ -3,7 +3,7 @@ PORTNAME= resynthesizer PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics PKGNAMEPREFIX= gimp- diff --git a/graphics/gle-graphics/Makefile b/graphics/gle-graphics/Makefile index c8cee76..7f8d3b8 100644 --- a/graphics/gle-graphics/Makefile +++ b/graphics/gle-graphics/Makefile @@ -3,7 +3,7 @@ PORTNAME= gle-graphics DISTVERSION= 4.2.4cf -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics print MASTER_SITES= SF/glx/gle4%20%28Current%20Active%20Version%29/${DISTVERSION:C,.$,,1} DISTNAME= ${PORTNAME}-${DISTVERSION}-src diff --git a/graphics/gource/Makefile b/graphics/gource/Makefile index c6dc442..4911c71 100644 --- a/graphics/gource/Makefile +++ b/graphics/gource/Makefile @@ -3,7 +3,7 @@ PORTNAME= gource PORTVERSION= 0.43 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= https://github.com/acaudwell/Gource/releases/download/${PORTNAME}-${PORTVERSION}/ diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile index 0a79e99..0e968f8 100644 --- a/graphics/gthumb/Makefile +++ b/graphics/gthumb/Makefile @@ -4,6 +4,7 @@ PORTNAME= gthumb PORTVERSION= 3.4.4.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/graphics/gtimelapse/Makefile b/graphics/gtimelapse/Makefile index 4ece841..e7b8b97 100644 --- a/graphics/gtimelapse/Makefile +++ b/graphics/gtimelapse/Makefile @@ -3,7 +3,7 @@ PORTNAME= gtimelapse DISTVERSION= 0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/Relase # yes, this is not a typo (here) diff --git a/graphics/guetzli/Makefile b/graphics/guetzli/Makefile index 34217d6..9d66a2d 100644 --- a/graphics/guetzli/Makefile +++ b/graphics/guetzli/Makefile @@ -3,6 +3,7 @@ PORTNAME= guetzli PORTVERSION= 1.0.1 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= graphics diff --git a/graphics/hiptext/Makefile b/graphics/hiptext/Makefile index 3de6b8b..e9ad5ca 100644 --- a/graphics/hiptext/Makefile +++ b/graphics/hiptext/Makefile @@ -3,7 +3,7 @@ PORTNAME= hiptext PORTVERSION= 0.0.s20160621 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= yuri@rawbw.com diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index fad4439..a614b12e 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -5,7 +5,7 @@ PORTNAME= hugin PORTVERSION= 2016.2.0 DISTVERSION= 2016.2.0 WRKSRC= ${WRKDIR}/hugin-2016.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index a320b5e..6ffa134 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -3,6 +3,7 @@ PORTNAME= inkscape PORTVERSION= 0.92.0 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= https://media.inkscape.org/dl/resources/file/ \ LOCAL/kwm diff --git a/graphics/ipe/Makefile b/graphics/ipe/Makefile index 02aa5c9..9481f58 100644 --- a/graphics/ipe/Makefile +++ b/graphics/ipe/Makefile @@ -3,6 +3,7 @@ PORTNAME= ipe PORTVERSION= 7.2.7 +PORTREVISION= 1 DISTVERSIONSUFFIX= -src CATEGORIES= graphics MASTER_SITES= https://dl.bintray.com/otfried/generic/ipe/${PORTVERSION:R}/ diff --git a/graphics/jogamp-jogl/Makefile b/graphics/jogamp-jogl/Makefile index 62ab429..dd17efc 100644 --- a/graphics/jogamp-jogl/Makefile +++ b/graphics/jogamp-jogl/Makefile @@ -3,7 +3,7 @@ PORTNAME= jogamp-jogl PORTVERSION= 2.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics devel java MASTER_SITES= http://jogamp.org/deployment/jogamp-current/archive/Sources/ \ http://jogamp.org/deployment/v${PORTVERSION}/archive/Sources/ diff --git a/graphics/kf5-kimageformats/Makefile b/graphics/kf5-kimageformats/Makefile index a5194ea..ab8b5fb 100644 --- a/graphics/kf5-kimageformats/Makefile +++ b/graphics/kf5-kimageformats/Makefile @@ -3,6 +3,7 @@ PORTNAME= kimageformats PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kf5-kplotting/Makefile b/graphics/kf5-kplotting/Makefile index 0b50240..a689ca7 100644 --- a/graphics/kf5-kplotting/Makefile +++ b/graphics/kf5-kplotting/Makefile @@ -3,6 +3,7 @@ PORTNAME= kplotting PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/graphics/kf5-prison/Makefile b/graphics/kf5-prison/Makefile index 9a9a799..926d4fc 100644 --- a/graphics/kf5-prison/Makefile +++ b/graphics/kf5-prison/Makefile @@ -3,6 +3,7 @@ PORTNAME= prison PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/graphics/libbpg/Makefile b/graphics/libbpg/Makefile index 5172850..a37fce0 100644 --- a/graphics/libbpg/Makefile +++ b/graphics/libbpg/Makefile @@ -3,6 +3,7 @@ PORTNAME= libbpg PORTVERSION= 0.9.7 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://bellard.org/bpg/ diff --git a/graphics/libcdr01/Makefile b/graphics/libcdr01/Makefile index 109bcbd..df08f2e 100644 --- a/graphics/libcdr01/Makefile +++ b/graphics/libcdr01/Makefile @@ -2,7 +2,7 @@ PORTNAME= libcdr PORTVERSION= 0.1.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics devel MASTER_SITES= LODEV PKGNAMESUFFIX= 01 diff --git a/graphics/libetonyek01/Makefile b/graphics/libetonyek01/Makefile index ced2f12..0f3b757 100644 --- a/graphics/libetonyek01/Makefile +++ b/graphics/libetonyek01/Makefile @@ -2,7 +2,7 @@ PORTNAME= libetonyek PORTVERSION= 0.1.6 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/ diff --git a/graphics/libfreehand/Makefile b/graphics/libfreehand/Makefile index aa6c73c..0d38c7e 100644 --- a/graphics/libfreehand/Makefile +++ b/graphics/libfreehand/Makefile @@ -2,7 +2,7 @@ PORTNAME= libfreehand PORTVERSION= 0.1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= LODEV diff --git a/graphics/libgltf/Makefile b/graphics/libgltf/Makefile index 537079e..a4bbdde 100644 --- a/graphics/libgltf/Makefile +++ b/graphics/libgltf/Makefile @@ -2,7 +2,7 @@ PORTNAME= libgltf PORTVERSION= 0.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics devel MASTER_SITES= LODEV diff --git a/graphics/libopenraw/Makefile b/graphics/libopenraw/Makefile index a6ac320..4a7c817 100644 --- a/graphics/libopenraw/Makefile +++ b/graphics/libopenraw/Makefile @@ -3,7 +3,7 @@ PORTNAME= libopenraw PORTVERSION= 0.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://libopenraw.freedesktop.org/download/ diff --git a/graphics/libraw/Makefile b/graphics/libraw/Makefile index 2570ea0..da20de3 100644 --- a/graphics/libraw/Makefile +++ b/graphics/libraw/Makefile @@ -3,6 +3,7 @@ PORTNAME= libraw PORTVERSION= 0.18.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.libraw.org/data/ DISTNAME= LibRaw-${PORTVERSION} diff --git a/graphics/lightzone/Makefile b/graphics/lightzone/Makefile index 75e415d..505377d 100644 --- a/graphics/lightzone/Makefile +++ b/graphics/lightzone/Makefile @@ -3,7 +3,7 @@ PORTNAME= lightzone PORTVERSION= 4.1.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics java DIST_SUBDIR= ${PORTNAME} diff --git a/graphics/lximage-qt/Makefile b/graphics/lximage-qt/Makefile index a211630..7e95900 100644 --- a/graphics/lximage-qt/Makefile +++ b/graphics/lximage-qt/Makefile @@ -3,6 +3,7 @@ PORTNAME= lximage-qt PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= LXQT/${PORTNAME} diff --git a/graphics/mahotas/Makefile b/graphics/mahotas/Makefile index ee3dad6..9aac134 100644 --- a/graphics/mahotas/Makefile +++ b/graphics/mahotas/Makefile @@ -3,7 +3,7 @@ PORTNAME= mahotas PORTVERSION= 0.9.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/makehuman/Makefile b/graphics/makehuman/Makefile index d011c8b..24a3900 100644 --- a/graphics/makehuman/Makefile +++ b/graphics/makehuman/Makefile @@ -3,7 +3,7 @@ PORTNAME= makehuman DISTVERSION= 0.9.1-rc1a -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/MakeHuman%20Source/MakeHuman_091 diff --git a/graphics/mapnik/Makefile b/graphics/mapnik/Makefile index 0d8c415..157d8df 100644 --- a/graphics/mapnik/Makefile +++ b/graphics/mapnik/Makefile @@ -4,7 +4,7 @@ PORTNAME= mapnik PORTVERSION= 3.0.9 DISTVERSIONPREFIX= v -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics geography MASTER_SITES= http://mapnik.s3.amazonaws.com/dist/v${PORTVERSION}/ diff --git a/graphics/mhgui/Makefile b/graphics/mhgui/Makefile index 9d043f2..e3a91b0 100644 --- a/graphics/mhgui/Makefile +++ b/graphics/mhgui/Makefile @@ -3,7 +3,7 @@ PORTNAME= mhgui PORTVERSION= 0.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= SF/makehuman/MakeHuman%20Source/MakeHuman_091 diff --git a/graphics/mupdf/Makefile b/graphics/mupdf/Makefile index 9c9af79..789e5b2 100644 --- a/graphics/mupdf/Makefile +++ b/graphics/mupdf/Makefile @@ -4,7 +4,7 @@ PORTNAME= mupdf PORTVERSION= 1.10a DISTVERSIONSUFFIX= -source -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= http://www.mupdf.com/downloads/ \ diff --git a/graphics/mypaint/Makefile b/graphics/mypaint/Makefile index 2eb3a57..8be3c11 100644 --- a/graphics/mypaint/Makefile +++ b/graphics/mypaint/Makefile @@ -3,7 +3,7 @@ PORTNAME= mypaint PORTVERSION= 1.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= https://github.com/mypaint/mypaint/releases/download/${PORTVERSION:S/^/v/}/ diff --git a/graphics/nurbs++/Makefile b/graphics/nurbs++/Makefile index 8797c37..9637ee4 100644 --- a/graphics/nurbs++/Makefile +++ b/graphics/nurbs++/Makefile @@ -3,7 +3,7 @@ PORTNAME= nurbs++ PORTVERSION= 3.0.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= SF/libnurbs/nurbs%2B%2B/${PORTVERSION} diff --git a/graphics/ogre3d/Makefile b/graphics/ogre3d/Makefile index 82d2ead..55008d4 100644 --- a/graphics/ogre3d/Makefile +++ b/graphics/ogre3d/Makefile @@ -3,7 +3,7 @@ PORTNAME= ogre3d PORTVERSION= 1.9.0 -PORTREVISION= 6 +PORTREVISION= 7 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 9cf60ba..2bbd93b 100644 --- a/graphics/openimageio/Makefile +++ b/graphics/openimageio/Makefile @@ -4,7 +4,7 @@ PORTNAME= openimageio PORTVERSION= 1.6.12 DISTVERSIONPREFIX= Release- -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES?= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz diff --git a/graphics/openshadinglanguage/Makefile b/graphics/openshadinglanguage/Makefile index e389506..f270047 100644 --- a/graphics/openshadinglanguage/Makefile +++ b/graphics/openshadinglanguage/Makefile @@ -3,6 +3,7 @@ PORTNAME= openshadinglanguage PORTVERSION= 1.7.5 +PORTREVISION= 1 DISTVERSIONPREFIX= Release- CATEGORIES= graphics devel diff --git a/graphics/oyranos/Makefile b/graphics/oyranos/Makefile index 3f01518..ce80311 100644 --- a/graphics/oyranos/Makefile +++ b/graphics/oyranos/Makefile @@ -2,7 +2,7 @@ PORTNAME= oyranos PORTVERSION= 0.9.5 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/Oyranos/Oyranos%20${PORTVERSION:C|(.*)\.[0-9]*$|\1|} diff --git a/graphics/p5-PGPLOT/Makefile b/graphics/p5-PGPLOT/Makefile index d3f69c2..1611336 100644 --- a/graphics/p5-PGPLOT/Makefile +++ b/graphics/p5-PGPLOT/Makefile @@ -3,7 +3,7 @@ PORTNAME= PGPLOT PORTVERSION= 2.21 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:KGB diff --git a/graphics/pfstmo/Makefile b/graphics/pfstmo/Makefile index e2b75b5..c8876a3 100644 --- a/graphics/pfstmo/Makefile +++ b/graphics/pfstmo/Makefile @@ -3,7 +3,7 @@ PORTNAME= pfstmo PORTVERSION= 1.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= SF/pfstools/${PORTNAME}/${PORTVERSION} diff --git a/graphics/pgplot/Makefile b/graphics/pgplot/Makefile index d041ee3..dff7005 100644 --- a/graphics/pgplot/Makefile +++ b/graphics/pgplot/Makefile @@ -3,7 +3,7 @@ PORTNAME= pgplot PORTVERSION= 5.2.2 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= graphics MASTER_SITES= ftp://ftp.astro.caltech.edu/pub/pgplot/ DISTNAME= ${PORTNAME}${PORTVERSION:R} diff --git a/graphics/photivo/Makefile b/graphics/photivo/Makefile index 9e1c1de..9cec47e 100644 --- a/graphics/photivo/Makefile +++ b/graphics/photivo/Makefile @@ -3,6 +3,7 @@ PORTNAME= photivo PORTVERSION= 0.0.2015.03.21 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://storage.googleapis.com/google-code-archive-source/v2/code.google.com/${PORTNAME}/ DISTNAME= source-archive diff --git a/graphics/piglit/Makefile b/graphics/piglit/Makefile index 762547f..f27d216 100644 --- a/graphics/piglit/Makefile +++ b/graphics/piglit/Makefile @@ -3,6 +3,7 @@ PORTNAME= piglit PORTVERSION= 20160809 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= x11@FreeBSD.org diff --git a/graphics/pixie/Makefile b/graphics/pixie/Makefile index 1185438..5b1b298 100644 --- a/graphics/pixie/Makefile +++ b/graphics/pixie/Makefile @@ -3,7 +3,7 @@ PORTNAME= pixie PORTVERSION= 2.2.6 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Pixie%20${PORTVERSION} DISTNAME= Pixie-src-${PORTVERSION} diff --git a/graphics/py-gdal/Makefile b/graphics/py-gdal/Makefile index dd5cab9..9b95ec3 100644 --- a/graphics/py-gdal/Makefile +++ b/graphics/py-gdal/Makefile @@ -3,6 +3,7 @@ PORTNAME= gdal PORTVERSION= 2.1.3 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index 8294c38..fd1473e 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -4,6 +4,7 @@ PORTNAME= qgis DISTVERSIONPREFIX= final- DISTVERSION= 2_18_4 +PORTREVISION= 1 CATEGORIES= graphics geography MAINTAINER= rhurlin@gwdg.de diff --git a/graphics/raster3d/Makefile b/graphics/raster3d/Makefile index 775ef5d..0c13dc8 100644 --- a/graphics/raster3d/Makefile +++ b/graphics/raster3d/Makefile @@ -3,7 +3,7 @@ PORTNAME= raster3d PORTVERSION= 3.0.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics biology MASTER_SITES= http://skuld.bmsc.washington.edu/${PORTNAME}/ DISTNAME= Raster3D_${PORTVERSION:R}-${PORTVERSION:E} diff --git a/graphics/rawtherapee-devel/Makefile b/graphics/rawtherapee-devel/Makefile index 299a7d5..9e358a3 100644 --- a/graphics/rawtherapee-devel/Makefile +++ b/graphics/rawtherapee-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= rawtherapee PORTVERSION= 5.0.1 +PORTREVISION= 1 DISTVERSIONSUFFIX= -gtk3 DISTNAME= ${PORTNAME}-${PORTVERSION:R}-r${PORTVERSION:E}${DISTVERSIONSUFFIX} CATEGORIES= graphics diff --git a/graphics/rawtherapee/Makefile b/graphics/rawtherapee/Makefile index cf8abe8..24a808a 100644 --- a/graphics/rawtherapee/Makefile +++ b/graphics/rawtherapee/Makefile @@ -3,6 +3,7 @@ PORTNAME= rawtherapee PORTVERSION= 5.0.1 +PORTREVISION= 1 DISTVERSIONSUFFIX= -gtk3 DISTNAME= ${PORTNAME}-${PORTVERSION:R}-r${PORTVERSION:E}${DISTVERSIONSUFFIX} CATEGORIES= graphics diff --git a/graphics/seexpr/Makefile b/graphics/seexpr/Makefile index 3fbc854..df4d029 100644 --- a/graphics/seexpr/Makefile +++ b/graphics/seexpr/Makefile @@ -4,6 +4,7 @@ PORTNAME= seexpr DISTVERSIONPREFIX= v PORTVERSION= 2.11 +PORTREVISION= 1 CATEGORIES= graphics math MAINTAINER= danfe@FreeBSD.org diff --git a/graphics/sekrit-twc-zimg/Makefile b/graphics/sekrit-twc-zimg/Makefile index 7ac7410..100a514 100644 --- a/graphics/sekrit-twc-zimg/Makefile +++ b/graphics/sekrit-twc-zimg/Makefile @@ -2,6 +2,7 @@ PORTNAME= zimg PORTVERSION= 2.5 +PORTREVISION= 1 DISTVERSIONPREFIX= release- CATEGORIES= graphics PKGNAMEPREFIX= ${GH_ACCOUNT}- diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile index 21810fb..73cda13 100644 --- a/graphics/shotwell/Makefile +++ b/graphics/shotwell/Makefile @@ -3,6 +3,7 @@ PORTNAME= shotwell PORTVERSION= 0.26.0 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= GNOME/sources/shotwell/${PORTVERSION:R} diff --git a/graphics/simpleviewer/Makefile b/graphics/simpleviewer/Makefile index a8953d9..e7b8f29 100644 --- a/graphics/simpleviewer/Makefile +++ b/graphics/simpleviewer/Makefile @@ -3,6 +3,7 @@ PORTNAME= simpleviewer PORTVERSION= 2.88 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://bitbucket.org/andreyu/simple-viewer-gl/get/ DISTNAME= v${PORTVERSION} diff --git a/graphics/tesseract/Makefile b/graphics/tesseract/Makefile index f137b05..0daa6e5 100644 --- a/graphics/tesseract/Makefile +++ b/graphics/tesseract/Makefile @@ -3,6 +3,7 @@ PORTNAME= tesseract PORTVERSION= 3.05.00 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= pkubaj@anongoth.pl diff --git a/graphics/tiled/Makefile b/graphics/tiled/Makefile index ec187c1..f245f8d 100644 --- a/graphics/tiled/Makefile +++ b/graphics/tiled/Makefile @@ -3,6 +3,7 @@ PORTNAME= tiled PORTVERSION= 0.18.2 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= graphics editors games diff --git a/graphics/tulip/Makefile b/graphics/tulip/Makefile index 3cfb4d2..ea297e7 100644 --- a/graphics/tulip/Makefile +++ b/graphics/tulip/Makefile @@ -3,6 +3,7 @@ PORTNAME= tulip PORTVERSION= 4.10.0 +PORTREVISION= 1 DISTVERSIONSUFFIX= _src CATEGORIES= graphics MASTER_SITES= SF/auber/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/graphics/vapoursynth-waifu2x-w2xc/Makefile b/graphics/vapoursynth-waifu2x-w2xc/Makefile index 095637c..54e1643 100644 --- a/graphics/vapoursynth-waifu2x-w2xc/Makefile +++ b/graphics/vapoursynth-waifu2x-w2xc/Makefile @@ -2,6 +2,7 @@ PORTNAME= waifu2x-w2xc DISTVERSION= r6 +PORTREVISION= 1 CATEGORIES= graphics PKGNAMEPREFIX= vapoursynth- diff --git a/graphics/vigra/Makefile b/graphics/vigra/Makefile index 5564b0d..815a94b 100644 --- a/graphics/vigra/Makefile +++ b/graphics/vigra/Makefile @@ -3,7 +3,7 @@ PORTNAME= vigra DISTVERSION= 1.11.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org diff --git a/graphics/waffle/Makefile b/graphics/waffle/Makefile index d53b5b5..0d41cb7 100644 --- a/graphics/waffle/Makefile +++ b/graphics/waffle/Makefile @@ -3,7 +3,7 @@ PORTNAME= waffle PORTVERSION= 1.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://www.waffle-gl.org/files/release/waffle-${PORTVERSION}/ diff --git a/graphics/waifu2x-converter-cpp/Makefile b/graphics/waifu2x-converter-cpp/Makefile index cb76307..c7b30a8 100644 --- a/graphics/waifu2x-converter-cpp/Makefile +++ b/graphics/waifu2x-converter-cpp/Makefile @@ -3,7 +3,7 @@ PORTNAME= waifu2x-converter-cpp DISTVERSION= 1.0.0-410 DISTVERSIONSUFFIX= -g5e5ac35 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= https://aur.archlinux.org/cgit/aur.git/plain/${PORTNAME:C/-.*//}.1.gz?h=${PORTNAME:C/-.*//}-git&id=5c150a5&/:manpage DISTFILES= ${PORTNAME:C/-.*//}.1.gz:manpage diff --git a/graphics/webp/Makefile b/graphics/webp/Makefile index 7d511bb..022a5d5 100644 --- a/graphics/webp/Makefile +++ b/graphics/webp/Makefile @@ -3,6 +3,7 @@ PORTNAME= webp PORTVERSION= 0.5.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://downloads.webmproject.org/releases/webp/ DISTNAME= lib${PORTNAME}-${PORTVERSION} diff --git a/graphics/wxsvg/Makefile b/graphics/wxsvg/Makefile index e928bfe..6402287 100644 --- a/graphics/wxsvg/Makefile +++ b/graphics/wxsvg/Makefile @@ -3,6 +3,7 @@ PORTNAME= wxsvg PORTVERSION= 1.5.11 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF diff --git a/graphics/xd3d/Makefile b/graphics/xd3d/Makefile index e7972ee..833534d 100644 --- a/graphics/xd3d/Makefile +++ b/graphics/xd3d/Makefile @@ -3,7 +3,7 @@ PORTNAME= xd3d PORTVERSION= 8.3.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics math MASTER_SITES= http://www.cmap.polytechnique.fr/~jouve/xd3d/ diff --git a/graphics/zathura-cb/Makefile b/graphics/zathura-cb/Makefile index 153cc20..b83a6e4 100644 --- a/graphics/zathura-cb/Makefile +++ b/graphics/zathura-cb/Makefile @@ -2,6 +2,7 @@ PORTNAME= zathura-cb PORTVERSION= 0.1.6 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://pwmt.org/projects/zathura-cb/download/ \ http://www.madpilot.net/~mad/pwmt.org/ diff --git a/graphics/zathura-djvu/Makefile b/graphics/zathura-djvu/Makefile index 8e9e10d..75041cc 100644 --- a/graphics/zathura-djvu/Makefile +++ b/graphics/zathura-djvu/Makefile @@ -3,6 +3,7 @@ PORTNAME= zathura-djvu PORTVERSION= 0.2.6 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://pwmt.org/projects/zathura/plugins/download/ \ http://www.madpilot.net/~mad/pwmt.org/ diff --git a/graphics/zathura-pdf-mupdf/Makefile b/graphics/zathura-pdf-mupdf/Makefile index 7528584..5b94b5f3 100644 --- a/graphics/zathura-pdf-mupdf/Makefile +++ b/graphics/zathura-pdf-mupdf/Makefile @@ -3,7 +3,7 @@ PORTNAME= zathura-pdf-mupdf PORTVERSION= 0.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= https://pwmt.org/projects/zathura-pdf-mupdf/download/ \ http://www.madpilot.net/~mad/pwmt.org/ diff --git a/graphics/zathura-pdf-poppler/Makefile b/graphics/zathura-pdf-poppler/Makefile index 7317c9c..0ccd4f1 100644 --- a/graphics/zathura-pdf-poppler/Makefile +++ b/graphics/zathura-pdf-poppler/Makefile @@ -3,6 +3,7 @@ PORTNAME= zathura-pdf-poppler PORTVERSION= 0.2.7 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://pwmt.org/projects/zathura/plugins/download/ \ http://www.madpilot.net/~mad/pwmt.org/ diff --git a/graphics/zathura-ps/Makefile b/graphics/zathura-ps/Makefile index e5110e1..e2916af 100644 --- a/graphics/zathura-ps/Makefile +++ b/graphics/zathura-ps/Makefile @@ -2,6 +2,7 @@ PORTNAME= zathura-ps PORTVERSION= 0.2.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://pwmt.org/projects/zathura-ps/download/ \ http://www.madpilot.net/~mad/pwmt.org/ diff --git a/graphics/zathura/Makefile b/graphics/zathura/Makefile index f6e5f0d..885bb1f 100644 --- a/graphics/zathura/Makefile +++ b/graphics/zathura/Makefile @@ -3,6 +3,7 @@ PORTNAME= zathura PORTVERSION= 0.3.7 +PORTREVISION= 1 CATEGORIES= graphics print MASTER_SITES= https://pwmt.org/projects/zathura/download/ \ http://www.madpilot.net/~mad/pwmt.org/ diff --git a/irc/ezbounce/Makefile b/irc/ezbounce/Makefile index 245c51e1..a73ca47 100644 --- a/irc/ezbounce/Makefile +++ b/irc/ezbounce/Makefile @@ -3,7 +3,7 @@ PORTNAME= ezbounce PORTVERSION= 1.99.15 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= irc MASTER_SITES= http://BSDforge.com/projects/source/irc/ezbounce/ diff --git a/irc/ircd-ratbox/Makefile b/irc/ircd-ratbox/Makefile index 3af1e22..030f255 100644 --- a/irc/ircd-ratbox/Makefile +++ b/irc/ircd-ratbox/Makefile @@ -3,6 +3,7 @@ PORTNAME= ircd-ratbox PORTVERSION= 3.0.10 +PORTREVISION= 1 CATEGORIES= irc ipv6 MASTER_SITES= http://www.ratbox.org/download/ \ http://www.ratbox.org/download/old/ diff --git a/irc/ircservices/Makefile b/irc/ircservices/Makefile index cd740e4..58b983a 100644 --- a/irc/ircservices/Makefile +++ b/irc/ircservices/Makefile @@ -3,7 +3,7 @@ PORTNAME= ircservices PORTVERSION= 5.1.18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc MASTER_SITES= http://www.ircservices.za.net/download/ \ http://banana.irc.gr/ircservices/ \ diff --git a/irc/quassel/Makefile b/irc/quassel/Makefile index cab655a..84f35c95 100644 --- a/irc/quassel/Makefile +++ b/irc/quassel/Makefile @@ -3,7 +3,7 @@ PORTNAME= quassel PORTVERSION= 0.12.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= irc MASTER_SITES= http://www.quassel-irc.org/pub/ diff --git a/irc/znc/Makefile b/irc/znc/Makefile index 3c6c340..f03ab8e 100644 --- a/irc/znc/Makefile +++ b/irc/znc/Makefile @@ -3,6 +3,7 @@ PORTNAME= znc PORTVERSION= 1.6.5 +PORTREVISION= 1 CATEGORIES= irc ipv6 MASTER_SITES= http://znc.in/releases/ \ http://znc.in/releases/archive/ diff --git a/japanese/fcitx-skk/Makefile b/japanese/fcitx-skk/Makefile index b5651e2..fb1a565 100644 --- a/japanese/fcitx-skk/Makefile +++ b/japanese/fcitx-skk/Makefile @@ -2,6 +2,7 @@ PORTNAME= fcitx-skk PORTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/ DIST_SUBDIR= fcitx diff --git a/japanese/mozc-server/Makefile b/japanese/mozc-server/Makefile index 8928cc1..0f5292e 100644 --- a/japanese/mozc-server/Makefile +++ b/japanese/mozc-server/Makefile @@ -4,7 +4,7 @@ PORTNAME= mozc PORTVERSION= 2.20.2677.102.02 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese MAINTAINER= hrs@FreeBSD.org diff --git a/japanese/skkinput3/Makefile b/japanese/skkinput3/Makefile index 079256c..95fe925 100644 --- a/japanese/skkinput3/Makefile +++ b/japanese/skkinput3/Makefile @@ -3,7 +3,7 @@ PORTNAME= skkinput3 PORTVERSION= 3.0.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= japanese x11 MASTER_SITES= SFJP/${PORTNAME}/2222 DISTNAME= skkinput-${PORTVERSION} diff --git a/japanese/xtr/Makefile b/japanese/xtr/Makefile index 05da391..f8da38e 100644 --- a/japanese/xtr/Makefile +++ b/japanese/xtr/Makefile @@ -3,7 +3,7 @@ PORTNAME= xtr PORTVERSION= 1.50e.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= japanese textproc MASTER_SITES= ftp://ftp.abk.nu/pub/redist/xtr/ DISTNAME= ${PORTNAME}1.50e-0.2 diff --git a/java/classpath/Makefile b/java/classpath/Makefile index 60a6e7f..76a6cc5 100644 --- a/java/classpath/Makefile +++ b/java/classpath/Makefile @@ -3,7 +3,7 @@ PORTNAME= classpath PORTVERSION= 0.99 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= java devel MASTER_SITES= GNU \ SAVANNAH diff --git a/java/intellij-fsnotifier/Makefile b/java/intellij-fsnotifier/Makefile index e4ec16a..1a831b8 100644 --- a/java/intellij-fsnotifier/Makefile +++ b/java/intellij-fsnotifier/Makefile @@ -3,7 +3,7 @@ PORTNAME= intellij-fsnotifier PORTVERSION= 20160221 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= java devel MAINTAINER= tobik@FreeBSD.org diff --git a/java/sigar/Makefile b/java/sigar/Makefile index b7e435a..44f160e 100644 --- a/java/sigar/Makefile +++ b/java/sigar/Makefile @@ -3,7 +3,7 @@ PORTNAME= sigar PORTVERSION= 1.7.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= java devel PKGNAMEPREFIX= java- diff --git a/lang/afnix/Makefile b/lang/afnix/Makefile index 26a28f8..6ccbc9a 100644 --- a/lang/afnix/Makefile +++ b/lang/afnix/Makefile @@ -3,6 +3,7 @@ PORTNAME= afnix PORTVERSION= 2.6.3 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://www.afnix.org/ftp/ \ ftp://ftp.stack.nl/pub/users/johans/afnix/ diff --git a/lang/angelscript/Makefile b/lang/angelscript/Makefile index b5c08fd..5752a7f 100644 --- a/lang/angelscript/Makefile +++ b/lang/angelscript/Makefile @@ -3,6 +3,7 @@ PORTNAME= angelscript PORTVERSION= 2.29.0 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://www.angelcode.com/angelscript/sdk/files/ DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/lang/bigloo/Makefile b/lang/bigloo/Makefile index ec5f53a..006f11f 100644 --- a/lang/bigloo/Makefile +++ b/lang/bigloo/Makefile @@ -3,7 +3,7 @@ PORTNAME= bigloo PORTVERSION= 4.1a.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= lang scheme MASTER_SITES= ftp://ftp-sop.inria.fr/indes/fp/Bigloo/ DISTNAME= ${PORTNAME}${PORTVERSION:R}-${PORTVERSION:E} diff --git a/lang/cilkplus/Makefile b/lang/cilkplus/Makefile index 93df74c..f0e0d18 100644 --- a/lang/cilkplus/Makefile +++ b/lang/cilkplus/Makefile @@ -3,6 +3,7 @@ PORTNAME= cilkplus PORTVERSION= 20160603 +PORTREVISION= 1 CATEGORIES= lang devel MASTER_SITES= https://www.cilkplus.org/sites/default/files/runtime_source/ PKGNAMESUFFIX= -rtl diff --git a/lang/cint/Makefile b/lang/cint/Makefile index 4e2ea88..882bd07 100644 --- a/lang/cint/Makefile +++ b/lang/cint/Makefile @@ -3,7 +3,7 @@ PORTNAME= cint PORTVERSION= 5.18.00 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang MASTER_SITES= http://root.cern.ch/drupal/sites/default/files/ diff --git a/lang/cjs/Makefile b/lang/cjs/Makefile index 6414291..ee9139c 100644 --- a/lang/cjs/Makefile +++ b/lang/cjs/Makefile @@ -3,7 +3,7 @@ PORTNAME= cjs PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang gnome DIST_SUBDIR= gnome3 diff --git a/lang/clang34/Makefile b/lang/clang34/Makefile index aa1742c..311f996 100644 --- a/lang/clang34/Makefile +++ b/lang/clang34/Makefile @@ -2,7 +2,7 @@ PORTNAME= clang DISTVERSION= 3.4.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= lang devel MASTER_SITES= http://llvm.org/releases/${PORTVERSION}/ PKGNAMESUFFIX= ${LLVM_SUFFIX} diff --git a/lang/clang35/Makefile b/lang/clang35/Makefile index e2c5cf3..beeb245 100644 --- a/lang/clang35/Makefile +++ b/lang/clang35/Makefile @@ -2,7 +2,7 @@ PORTNAME= clang DISTVERSION= 3.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang devel MASTER_SITES= http://llvm.org/releases/3.5.2/ PKGNAMESUFFIX= ${LLVM_SUFFIX} diff --git a/lang/clang36/Makefile b/lang/clang36/Makefile index 48760be..12859b5 100644 --- a/lang/clang36/Makefile +++ b/lang/clang36/Makefile @@ -2,6 +2,7 @@ PORTNAME= clang DISTVERSION= 3.6.2 +PORTREVISION= 1 PORTREVISON= 1 CATEGORIES= lang devel MASTER_SITES= http://llvm.org/releases/3.6.2/ diff --git a/lang/cling/Makefile b/lang/cling/Makefile index c640fce..23cd25d 100644 --- a/lang/cling/Makefile +++ b/lang/cling/Makefile @@ -3,7 +3,7 @@ PORTNAME= cling PORTVERSION= 0.4 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= lang devel MASTER_SITES= https://root.cern.ch/download/cling/ DISTNAME= ${PORTNAME}_2016-12-29_sources diff --git a/lang/erlang-runtime15/Makefile b/lang/erlang-runtime15/Makefile index 5a42cfd..56ff39f 100644 --- a/lang/erlang-runtime15/Makefile +++ b/lang/erlang-runtime15/Makefile @@ -3,7 +3,7 @@ PORTNAME= erlang PORTVERSION= 15.b.03.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ diff --git a/lang/erlang-runtime16/Makefile b/lang/erlang-runtime16/Makefile index d9e8de7..2eef977 100644 --- a/lang/erlang-runtime16/Makefile +++ b/lang/erlang-runtime16/Makefile @@ -3,7 +3,7 @@ PORTNAME= erlang PORTVERSION= 16.b.03.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ diff --git a/lang/erlang-runtime17/Makefile b/lang/erlang-runtime17/Makefile index 4a717bb..c368ac4 100644 --- a/lang/erlang-runtime17/Makefile +++ b/lang/erlang-runtime17/Makefile @@ -3,7 +3,7 @@ PORTNAME= erlang PORTVERSION= 17.5.6.9 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ diff --git a/lang/erlang-runtime18/Makefile b/lang/erlang-runtime18/Makefile index 8cc1912..9e4ac5b 100644 --- a/lang/erlang-runtime18/Makefile +++ b/lang/erlang-runtime18/Makefile @@ -3,6 +3,7 @@ PORTNAME= erlang PORTVERSION= 18.3.4.5 +PORTREVISION= 1 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ diff --git a/lang/gambit-c/Makefile b/lang/gambit-c/Makefile index 0c301b2..0300ae6 100644 --- a/lang/gambit-c/Makefile +++ b/lang/gambit-c/Makefile @@ -3,6 +3,7 @@ PORTNAME= gambit-c PORTVERSION= 4.8.8 +PORTREVISION= 1 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= lang diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index 7899f9c..b350545 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 4.9.4 -PORTREVISION= 1 +PORTVERSION= 5.4.0 CATEGORIES= lang java MASTER_SITES= GCC/releases/gcc-${DISTVERSION} MAINTAINER= gerald@FreeBSD.org -COMMENT= GNU Compiler Collection 4.9 +COMMENT= GNU Compiler Collection 5 LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi @@ -23,28 +22,28 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils BUILD_DEPENDS+= runtest:misc/dejagnu .endif -CONFLICTS= gcc49* +CONFLICTS= gcc5* CPE_VENDOR= gnu # GCC_VERSION and SUFFIX relate to names of executables and directories # once installed. GCC_VERSION= ${PORTVERSION} -SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} -ONLY_FOR_ARCHS= amd64 armv6 i386 powerpc powerpc64 sparc64 +SUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/} +ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 i386 powerpc powerpc64 sparc64 USES= compiler cpe gmake iconv libtool makeinfo perl5 tar:bzip2 USE_BINUTILS= yes USE_PERL5= build SSP_UNSAFE= yes -OPTIONS_DEFINE= BOOTSTRAP +OPTIONS_DEFINE= BOOTSTRAP GRAPHITE OPTIONS_DEFINE_i386= JAVA OPTIONS_DEFINE_amd64= JAVA OPTIONS_DEFINE_powerpc64= JAVA OPTIONS_DEFAULT_i386= JAVA OPTIONS_DEFAULT_amd64= JAVA -OPTIONS_DEFAULT_powerpc64= BOOTSTRAP OPTIONS_EXCLUDE_DragonFly= JAVA BOOTSTRAP_DESC= Build using a full bootstrap +GRAPHITE_DESC= Support for Graphite loop optimizations .if exists(/usr/lib32/libc.so) OPTIONS_DEFINE_powerpc64+= MULTILIB @@ -65,9 +64,7 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} CONFIGURE_ENV+= UNAME_m="powerpc64" .endif -.if ${ARCH} == "armv6" -# Override sys.mk including -O in CFLAGS which breaks libgomp building. -CFLAGS:= ${CFLAGS:S/-O/-O2/g} +.if ${ARCH} == "armv6" || ${ARCH} == "aarch64" . if ${COMPILER_TYPE} == clang . if empty(PORT_OPTIONS:MBOOTSTRAP) MAKE_ARGS+=CXXFLAGS=-fbracket-depth=512 @@ -120,6 +117,11 @@ INFO+= gcc${SUFFIX}/libquadmath \ SUB_FILES= pkg-message SUB_LIST+= TARGLIB=${TARGLIB} +.if ${PORT_OPTIONS:MGRAPHITE} +LIB_DEPENDS+= libisl.so:devel/isl +CONFIGURE_ARGS+=--with-isl=${LOCALBASE} +.endif + .if ${PORT_OPTIONS:MJAVA} ECJ_JAR= ${LOCALBASE}/share/java/ecj-4.5.jar BUILD_DEPENDS+= ${ECJ_JAR}:lang/gcc-ecj45 \ diff --git a/lang/gcc/distinfo b/lang/gcc/distinfo index 4f17165..12940e9 100644 --- a/lang/gcc/distinfo +++ b/lang/gcc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1478034530 -SHA256 (gcc-4.9.4.tar.bz2) = 6c11d292cd01b294f9f84c9a59c230d80e9e4a47e5c6355f046bb36d4f358092 -SIZE (gcc-4.9.4.tar.bz2) = 90097606 +TIMESTAMP = 1490558722 +SHA256 (gcc-5.4.0.tar.bz2) = 608df76dec2d34de6558249d8af4cbee21eceddbcb580d666f7a5a583ca3303a +SIZE (gcc-5.4.0.tar.bz2) = 95661481 diff --git a/lang/gcc/files/patch-aarch64-support b/lang/gcc/files/patch-aarch64-support new file mode 100644 index 0000000..7272a13 --- /dev/null +++ b/lang/gcc/files/patch-aarch64-support @@ -0,0 +1,186 @@ +--- UTC +Index: configure +=================================================================== +--- configure (revision 240731) ++++ configure (working copy) +@@ -3455,6 +3455,9 @@ + *-*-vxworks*) + noconfigdirs="$noconfigdirs ${libgcj}" + ;; ++ aarch64*-*-freebsd*) ++ noconfigdirs="$noconfigdirs ${libgcj}" ++ ;; + alpha*-*-*vms*) + noconfigdirs="$noconfigdirs ${libgcj}" + ;; +Index: configure.ac +=================================================================== +--- configure.ac (revision 240731) ++++ configure.ac (working copy) +@@ -802,6 +802,9 @@ + *-*-vxworks*) + noconfigdirs="$noconfigdirs ${libgcj}" + ;; ++ aarch64*-*-freebsd*) ++ noconfigdirs="$noconfigdirs ${libgcj}" ++ ;; + alpha*-*-*vms*) + noconfigdirs="$noconfigdirs ${libgcj}" + ;; +Index: gcc/config/aarch64/aarch64-freebsd.h +=================================================================== +--- gcc/config/aarch64/aarch64-freebsd.h (nonexistent) ++++ gcc/config/aarch64/aarch64-freebsd.h (working copy) +@@ -0,0 +1,94 @@ ++/* Definitions for AArch64 running FreeBSD ++ Copyright (C) 2016 Free Software Foundation, Inc. ++ ++ This file is part of GCC. ++ ++ GCC is free software; you can redistribute it and/or modify it ++ under the terms of the GNU General Public License as published by ++ the Free Software Foundation; either version 3, or (at your option) ++ any later version. ++ ++ GCC is distributed in the hope that it will be useful, but ++ WITHOUT ANY WARRANTY; without even the implied warranty of ++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++ General Public License for more details. ++ ++ You should have received a copy of the GNU General Public License ++ along with GCC; see the file COPYING3. If not see ++ <http://www.gnu.org/licenses/>. */ ++ ++#ifndef GCC_AARCH64_FREEBSD_H ++#define GCC_AARCH64_FREEBSD_H ++ ++#undef SUBTARGET_CPP_SPEC ++#define SUBTARGET_CPP_SPEC FBSD_CPP_SPEC ++ ++#if TARGET_BIG_ENDIAN_DEFAULT ++#define TARGET_LINKER_EMULATION "aarch64fbsdb" ++#else ++#define TARGET_LINKER_EMULATION "aarch64fbsd" ++#endif ++ ++#undef SUBTARGET_EXTRA_LINK_SPEC ++#define SUBTARGET_EXTRA_LINK_SPEC " -m" TARGET_LINKER_EMULATION ++ ++#undef FBSD_TARGET_LINK_SPEC ++#define FBSD_TARGET_LINK_SPEC " \ ++ %{p:%nconsider using `-pg' instead of `-p' with gprof (1) } \ ++ %{v:-V} \ ++ %{assert*} %{R*} %{rpath*} %{defsym*} \ ++ %{shared:-Bshareable %{h*} %{soname*}} \ ++ %{symbolic:-Bsymbolic} \ ++ %{static:-Bstatic} \ ++ %{!static: \ ++ %{rdynamic:-export-dynamic} \ ++ %{!shared:-dynamic-linker " FBSD_DYNAMIC_LINKER " }} \ ++ -X" SUBTARGET_EXTRA_LINK_SPEC " \ ++ %{mbig-endian:-EB} %{mlittle-endian:-EL}" ++ ++#if TARGET_FIX_ERR_A53_835769_DEFAULT ++#define CA53_ERR_835769_SPEC \ ++ " %{!mno-fix-cortex-a53-835769:--fix-cortex-a53-835769}" ++#else ++#define CA53_ERR_835769_SPEC \ ++ " %{mfix-cortex-a53-835769:--fix-cortex-a53-835769}" ++#endif ++ ++#ifdef TARGET_FIX_ERR_A53_843419_DEFAULT ++#define CA53_ERR_843419_SPEC \ ++ " %{!mno-fix-cortex-a53-843419:--fix-cortex-a53-843419}" ++#else ++#define CA53_ERR_843419_SPEC \ ++ " %{mfix-cortex-a53-843419:--fix-cortex-a53-843419}" ++#endif ++ ++#undef LINK_SPEC ++#define LINK_SPEC FBSD_TARGET_LINK_SPEC \ ++ CA53_ERR_835769_SPEC \ ++ CA53_ERR_843419_SPEC ++ ++#define GNU_USER_TARGET_MATHFILE_SPEC \ ++ "%{Ofast|ffast-math|funsafe-math-optimizations:crtfastmath.o%s}" ++ ++#undef ENDFILE_SPEC ++#define ENDFILE_SPEC \ ++ GNU_USER_TARGET_MATHFILE_SPEC " " \ ++ FBSD_ENDFILE_SPEC ++ ++#undef TARGET_OS_CPP_BUILTINS ++#define TARGET_OS_CPP_BUILTINS() \ ++ do \ ++ { \ ++ FBSD_TARGET_OS_CPP_BUILTINS (); \ ++ } \ ++ while (false) ++ ++#define TARGET_ASM_FILE_END file_end_indicate_exec_stack ++ ++/* Uninitialized common symbols in non-PIE executables, even with ++ strong definitions in dependent shared libraries, will resolve ++ to COPY relocated symbol in the executable. See PR65780. */ ++#undef TARGET_BINDS_LOCAL_P ++#define TARGET_BINDS_LOCAL_P default_binds_local_p_2 ++ ++#endif /* GCC_AARCH64_FREEBSD_H */ +Index: gcc/config/aarch64/t-aarch64-freebsd +=================================================================== +--- gcc/config/aarch64/t-aarch64-freebsd (nonexistent) ++++ gcc/config/aarch64/t-aarch64-freebsd (working copy) +@@ -0,0 +1,21 @@ ++# Machine description for AArch64 architecture. ++# Copyright (C) 2016 Free Software Foundation, Inc. ++# ++# This file is part of GCC. ++# ++# GCC is free software; you can redistribute it and/or modify it ++# under the terms of the GNU General Public License as published by ++# the Free Software Foundation; either version 3, or (at your option) ++# any later version. ++# ++# GCC is distributed in the hope that it will be useful, but ++# WITHOUT ANY WARRANTY; without even the implied warranty of ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++# General Public License for more details. ++# ++# You should have received a copy of the GNU General Public License ++# along with GCC; see the file COPYING3. If not see ++# <http://www.gnu.org/licenses/>. ++ ++LIB1ASMSRC = aarch64/lib1funcs.asm ++LIB1ASMFUNCS = _aarch64_sync_cache_range +Index: gcc/config.gcc +=================================================================== +--- gcc/config.gcc (revision 240731) ++++ gcc/config.gcc (working copy) +@@ -914,6 +914,11 @@ + done + TM_MULTILIB_CONFIG=`echo $TM_MULTILIB_CONFIG | sed 's/^,//'` + ;; ++aarch64*-*-freebsd*) ++ tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file}" ++ tm_file="${tm_file} aarch64/aarch64-elf.h aarch64/aarch64-freebsd.h" ++ tmake_file="${tmake_file} aarch64/t-aarch64 aarch64/t-aarch64-freebsd" ++ ;; + aarch64*-*-linux*) + tm_file="${tm_file} dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h" + tm_file="${tm_file} aarch64/aarch64-elf.h aarch64/aarch64-linux.h" +Index: libgcc/config.host +=================================================================== +--- libgcc/config.host (revision 240731) ++++ libgcc/config.host (working copy) +@@ -328,6 +328,11 @@ + tmake_file="${tmake_file} ${cpu_type}/t-aarch64" + tmake_file="${tmake_file} ${cpu_type}/t-softfp t-softfp t-crtfm" + ;; ++aarch64*-*-freebsd*) ++ extra_parts="$extra_parts crtfastmath.o" ++ tmake_file="${tmake_file} ${cpu_type}/t-aarch64" ++ tmake_file="${tmake_file} ${cpu_type}/t-softfp t-softfp t-crtfm" ++ ;; + aarch64*-*-linux*) + extra_parts="$extra_parts crtfastmath.o" + md_unwind_header=aarch64/linux-unwind.h diff --git a/lang/gcc/files/patch-arm-support b/lang/gcc/files/patch-arm-support deleted file mode 100644 index 3e5d232..0000000 --- a/lang/gcc/files/patch-arm-support +++ /dev/null @@ -1,745 +0,0 @@ ---- UTC -Index: configure -=================================================================== ---- configure (revision 218760) -+++ configure (working copy) -@@ -3352,6 +3352,9 @@ - alpha*-*-*vms*) - noconfigdirs="$noconfigdirs ${libgcj}" - ;; -+ arm*-*-freebsd*) -+ noconfigdirs="$noconfigdirs ${libgcj}" -+ ;; - arm-wince-pe) - noconfigdirs="$noconfigdirs ${libgcj}" - ;; -Index: configure.ac -=================================================================== ---- configure.ac (revision 218760) -+++ configure.ac (working copy) -@@ -691,6 +691,9 @@ - alpha*-*-*vms*) - noconfigdirs="$noconfigdirs ${libgcj}" - ;; -+ arm*-*-freebsd*) -+ noconfigdirs="$noconfigdirs ${libgcj}" -+ ;; - arm-wince-pe) - noconfigdirs="$noconfigdirs ${libgcj}" - ;; -Index: gcc/config/arm/arm.c -=================================================================== ---- gcc/config/arm/arm.c (revision 218760) -+++ gcc/config/arm/arm.c (working copy) -@@ -1239,7 +1239,7 @@ - { - /* For Linux, we have access to kernel support for atomic operations. */ - if (arm_abi == ARM_ABI_AAPCS_LINUX) -- init_sync_libfuncs (2 * UNITS_PER_WORD); -+ init_sync_libfuncs (MAX_SYNC_LIBFUNC_SIZE); - - /* There are no special library functions unless we are using the - ARM BPABI. */ -Index: gcc/config/arm/arm.h -=================================================================== ---- gcc/config/arm/arm.h (revision 218760) -+++ gcc/config/arm/arm.h (working copy) -@@ -720,6 +720,11 @@ - #define PCC_BITFIELD_TYPE_MATTERS TARGET_AAPCS_BASED - #endif - -+/* The maximum size of the sync library functions supported. */ -+#ifndef MAX_SYNC_LIBFUNC_SIZE -+#define MAX_SYNC_LIBFUNC_SIZE (2 * UNITS_PER_WORD); -+#endif -+ - - /* Standard register usage. */ - -Index: gcc/config/arm/freebsd.h -=================================================================== ---- gcc/config/arm/freebsd.h (revision 0) -+++ gcc/config/arm/freebsd.h (working copy) -@@ -0,0 +1,180 @@ -+/* Definitions of target machine for GNU compiler, FreeBSD/arm version. -+ Copyright (C) 2002-2014 Free Software Foundation, Inc. -+ Contributed by Wasabi Systems, Inc. -+ -+ This file is part of GCC. -+ -+ GCC is free software; you can redistribute it and/or modify it -+ under the terms of the GNU General Public License as published -+ by the Free Software Foundation; either version 3, or (at your -+ option) any later version. -+ -+ GCC is distributed in the hope that it will be useful, but WITHOUT -+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -+ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public -+ License for more details. -+ -+ Under Section 7 of GPL version 3, you are granted additional -+ permissions described in the GCC Runtime Library Exception, version -+ 3.1, as published by the Free Software Foundation. -+ -+ You should have received a copy of the GNU General Public License -+ along with GCC; see the file COPYING3. If not see -+ <http://www.gnu.org/licenses/>. */ -+ -+#undef SUBTARGET_CPP_SPEC -+#define SUBTARGET_CPP_SPEC FBSD_CPP_SPEC -+ -+#undef SUBTARGET_EXTRA_SPECS -+#define SUBTARGET_EXTRA_SPECS \ -+ { "subtarget_extra_asm_spec", SUBTARGET_EXTRA_ASM_SPEC }, \ -+ { "subtarget_asm_float_spec", SUBTARGET_ASM_FLOAT_SPEC }, \ -+ { "fbsd_dynamic_linker", FBSD_DYNAMIC_LINKER } -+ -+#undef SUBTARGET_EXTRA_ASM_SPEC -+#define SUBTARGET_EXTRA_ASM_SPEC \ -+ "%{mabi=apcs-gnu|mabi=atpcs:-meabi=gnu;:-meabi=5} " TARGET_FIX_V4BX_SPEC " \ -+ %{fpic|fpie:-k} %{fPIC|fPIE:-k}" -+ -+#undef SUBTARGET_ASM_FLOAT_SPEC -+#ifdef TARGET_FREEBSD_ARM_HARD_FLOAT -+/* Default to full vfp if we build for arm*hf. */ -+#define SUBTARGET_ASM_FLOAT_SPEC "%{!mfpu=*:-mfpu=vfp}" -+#else -+#define SUBTARGET_ASM_FLOAT_SPEC "%{!mfpu=*:-mfpu=softvfp}" -+#endif -+ -+#undef LINK_SPEC -+#define LINK_SPEC " \ -+ %{p:%nconsider using `-pg' instead of `-p' with gprof (1) } \ -+ %{v:-V} \ -+ %{assert*} %{R*} %{rpath*} %{defsym*} \ -+ %{shared:-Bshareable %{h*} %{soname*}} \ -+ %{!shared: \ -+ %{!static: \ -+ %{rdynamic:-export-dynamic} \ -+ %{!dynamic-linker:-dynamic-linker %(fbsd_dynamic_linker) }} \ -+ %{static:-Bstatic}} \ -+ %{!static:--hash-style=both --enable-new-dtags} \ -+ %{symbolic:-Bsymbolic} \ -+ -X %{mbig-endian:-EB} %{mlittle-endian:-EL}" -+ -+/* TARGET_BIG_ENDIAN_DEFAULT is set in -+ config.gcc for big endian configurations. */ -+#if TARGET_BIG_ENDIAN_DEFAULT -+#define TARGET_ENDIAN_DEFAULT MASK_BIG_END -+#define TARGET_ENDIAN_OPTION "mbig-endian" -+#define TARGET_LINKER_EMULATION "armelfb_fbsd" -+#else -+#define TARGET_ENDIAN_DEFAULT 0 -+#define TARGET_ENDIAN_OPTION "mlittle-endian" -+#define TARGET_LINKER_EMULATION "armelf_fbsd" -+#endif -+ -+#undef SUBTARGET_EXTRA_LINK_SPEC -+#define SUBTARGET_EXTRA_LINK_SPEC " -m " TARGET_LINKER_EMULATION " -p" -+ -+#undef TARGET_OS_CPP_BUILTINS -+#define TARGET_OS_CPP_BUILTINS() \ -+ do \ -+ { \ -+ FBSD_TARGET_OS_CPP_BUILTINS (); \ -+ TARGET_BPABI_CPP_BUILTINS (); \ -+ } \ -+ while (false) -+ -+/* We default to a soft-float ABI so that binaries can run on all -+ target hardware. */ -+#undef TARGET_DEFAULT_FLOAT_ABI -+#ifdef TARGET_FREEBSD_ARM_HARD_FLOAT -+#define TARGET_DEFAULT_FLOAT_ABI ARM_FLOAT_ABI_HARD -+#else -+#define TARGET_DEFAULT_FLOAT_ABI ARM_FLOAT_ABI_SOFT -+#endif -+ -+#undef ARM_DEFAULT_ABI -+ -+/* AACPS_LINUX has access to kernel atomic ops while we don't. -+ But AACPS defaults to short_enums. */ -+#define ARM_DEFAULT_ABI ARM_ABI_AAPCS_LINUX -+ -+#undef TARGET_DEFAULT -+#define TARGET_DEFAULT (MASK_INTERWORK | TARGET_ENDIAN_DEFAULT) -+ -+/* We do not have any MULTILIB_OPTIONS specified, so there are no -+ MULTILIB_DEFAULTS. */ -+#undef MULTILIB_DEFAULTS -+ -+/* Use the AAPCS type for wchar_t, override the one from config/freebsd.h. */ -+#undef WCHAR_TYPE -+#define WCHAR_TYPE "unsigned int" -+ -+#undef WCHAR_TYPE_SIZE -+#define WCHAR_TYPE_SIZE BITS_PER_WORD -+ -+#if defined (TARGET_FREEBSD_ARMv6) -+#undef SUBTARGET_CPU_DEFAULT -+#define SUBTARGET_CPU_DEFAULT TARGET_CPU_arm1176jzs -+#else -+#undef SUBTARGET_CPU_DEFAULT -+#define SUBTARGET_CPU_DEFAULT TARGET_CPU_arm9 -+#endif -+ -+#define SUBTARGET_OVERRIDE_OPTIONS \ -+do { \ -+ if (unaligned_access) \ -+ unaligned_access = 0; \ -+} while (0) -+ -+#undef MAX_SYNC_LIBFUNC_SIZE -+#define MAX_SYNC_LIBFUNC_SIZE 4 /* UNITS_PER_WORD not defined yet. */ -+ -+/* FreeBSD does its profiling differently to the Acorn compiler. We -+ don't need a word following the mcount call; and to skip it -+ requires either an assembly stub or use of fomit-frame-pointer when -+ compiling the profiling functions. Since we break Acorn CC -+ compatibility below a little more won't hurt. */ -+ -+#undef ARM_FUNCTION_PROFILER -+#define ARM_FUNCTION_PROFILER(STREAM,LABELNO) \ -+{ \ -+ asm_fprintf (STREAM, "\tmov\t%Rip, %Rlr\n"); \ -+ asm_fprintf (STREAM, "\tbl\t__mcount%s\n", \ -+ (TARGET_ARM && NEED_PLT_RELOC) \ -+ ? "(PLT)" : ""); \ -+} -+ -+/* Clear the instruction cache from `BEG' to `END'. This makes a -+ call to the ARM_SYNC_ICACHE architecture specific syscall. */ -+#define CLEAR_INSN_CACHE(BEG, END) \ -+do \ -+ { \ -+ extern int sysarch (int number, void *args); \ -+ struct \ -+ { \ -+ unsigned int addr; \ -+ int len; \ -+ } s; \ -+ s.addr = (unsigned int) (BEG); \ -+ s.len = (END) - (BEG); \ -+ (void) sysarch (0, &s); \ -+ } \ -+while (0) -+ -+/* This is how we tell the assembler that two symbols have the same value. */ -+#define ASM_OUTPUT_DEF(FILE, NAME1, NAME2) \ -+ do \ -+ { \ -+ assemble_name (FILE, NAME1); \ -+ fputs (" = ", FILE); \ -+ assemble_name (FILE, NAME2); \ -+ fputc ('\n', FILE); \ -+ } \ -+ while (0) -+ -+/* Add .note.GNU-stack. */ -+#undef NEED_INDICATE_EXEC_STACK -+#define NEED_INDICATE_EXEC_STACK 1 -+ -+#define ARM_TARGET2_DWARF_FORMAT (DW_EH_PE_pcrel | DW_EH_PE_indirect) -+ - -Property changes on: gcc/config/arm/freebsd.h -___________________________________________________________________ -Added: svn:eol-style -## -0,0 +1 ## -+native -\ No newline at end of property -Added: svn:keywords -## -0,0 +1 ## -+FreeBSD=%H -\ No newline at end of property -Added: svn:mime-type -## -0,0 +1 ## -+text/plain -\ No newline at end of property -Index: gcc/config.gcc -=================================================================== ---- gcc/config.gcc (revision 218760) -+++ gcc/config.gcc (working copy) -@@ -267,7 +267,6 @@ - arm*-wince-pe* \ - | arm*-*-ecos-elf \ - | arm*-*-elf \ -- | arm*-*-freebsd* \ - | arm*-*-linux* \ - | arm*-*-uclinux* \ - | i[34567]86-go32-* \ -@@ -865,6 +864,28 @@ - extra_options="${extra_options} arm/vxworks.opt" - tmake_file="${tmake_file} arm/t-arm arm/t-vxworks" - ;; -+arm*-*-freebsd*) # ARM FreeBSD EABI -+ tm_file="dbxelf.h elfos.h ${fbsd_tm_file} arm/elf.h" -+ case $target in -+ arm*b-*-freebsd*) -+ tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1" -+ ;; -+ esac -+ tmake_file="${tmake_file} arm/t-arm arm/t-bpabi" -+ tm_file="${tm_file} arm/bpabi.h arm/freebsd.h arm/aout.h arm/arm.h" -+ case $target in -+ armv6*-*-freebsd*) -+ tm_defines="${tm_defines} TARGET_FREEBSD_ARMv6=1" -+ ;; -+ esac -+ case $target in -+ arm*hf-*-freebsd*) -+ tm_defines="${tm_defines} TARGET_FREEBSD_ARM_HARD_FLOAT=1" -+ ;; -+ esac -+ need_64bit_hwint=yes -+ with_tls=${with_tls:-gnu} -+ ;; - arm*-*-netbsdelf*) - tm_file="dbxelf.h elfos.h netbsd.h netbsd-elf.h arm/elf.h arm/aout.h ${tm_file} arm/netbsd-elf.h" - extra_options="${extra_options} netbsd.opt netbsd-elf.opt" -Index: gcc/config.host -=================================================================== ---- gcc/config.host (revision 218760) -+++ gcc/config.host (working copy) -@@ -99,7 +99,7 @@ - esac - - case ${host} in -- arm*-*-linux*) -+ arm*-*-freebsd* | arm*-*-linux*) - case ${target} in - arm*-*-*) - host_extra_gcc_objs="driver-arm.o" -Index: gcc/ginclude/unwind-arm-common.h -=================================================================== ---- gcc/ginclude/unwind-arm-common.h (revision 218760) -+++ gcc/ginclude/unwind-arm-common.h (working copy) -@@ -82,7 +82,11 @@ - - struct _Unwind_Control_Block - { -+#ifdef __FreeBSD__ -+ unsigned exception_class __attribute__((__mode__(__DI__))); -+#else - char exception_class[8]; -+#endif - void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); - /* Unwinder cache, private fields for the unwinder's use */ - struct -@@ -181,7 +185,11 @@ - - /* Support functions for the PR. */ - #define _Unwind_Exception _Unwind_Control_Block -+#ifdef __FreeBSD__ -+ typedef unsigned _Unwind_Exception_Class __attribute__((__mode__(__DI__))); -+#else - typedef char _Unwind_Exception_Class[8]; -+#endif - - void * _Unwind_GetLanguageSpecificData (_Unwind_Context *); - _Unwind_Ptr _Unwind_GetRegionStart (_Unwind_Context *); -Index: libatomic/configure.tgt -=================================================================== ---- libatomic/configure.tgt (revision 218760) -+++ libatomic/configure.tgt (working copy) -@@ -33,10 +33,15 @@ - - arm*) - ARCH=arm -- # ??? Detect when -march=armv7 is already enabled. -- try_ifunc=yes -- ;; -- -+ case "${target}" in -+ arm*-*-freebsd*) -+ ;; -+ *) -+ # ??? Detect when -march=armv7 is already enabled. -+ try_ifunc=yes -+ ;; -+ esac -+ ;; - sparc) - case " ${CC} ${CFLAGS} " in - *" -m64 "*) -Index: libgcc/config/arm/freebsd-atomic.c -=================================================================== ---- libgcc/config/arm/freebsd-atomic.c (revision 0) -+++ libgcc/config/arm/freebsd-atomic.c (working copy) -@@ -0,0 +1,224 @@ -+/* FreeBSD specific atomic operations for ARM EABI. -+ Copyright (C) 2014 Free Software Foundation, Inc. -+ -+This file is part of GCC. -+ -+GCC is free software; you can redistribute it and/or modify it under -+the terms of the GNU General Public License as published by the Free -+Software Foundation; either version 3, or (at your option) any later -+version. -+ -+GCC is distributed in the hope that it will be useful, but WITHOUT ANY -+WARRANTY; without even the implied warranty of MERCHANTABILITY or -+FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -+for more details. -+ -+Under Section 7 of GPL version 3, you are granted additional -+permissions described in the GCC Runtime Library Exception, version -+3.1, as published by the Free Software Foundation. -+ -+You should have received a copy of the GNU General Public License and -+a copy of the GCC Runtime Library Exception along with this program; -+see the files COPYING3 and COPYING.RUNTIME respectively. If not, see -+<http://www.gnu.org/licenses/>. */ -+ -+#include <sys/types.h> -+ -+#define HIDDEN __attribute__ ((visibility ("hidden"))) -+ -+#define ARM_VECTORS_HIGH 0xffff0000U -+#define ARM_TP_ADDRESS (ARM_VECTORS_HIGH + 0x1000) -+#define ARM_RAS_START (ARM_TP_ADDRESS + 4) -+ -+void HIDDEN -+__sync_synchronize (void) -+{ -+#if defined (__ARM_ARCH_6__) || defined (__ARM_ARCH_6J__) \ -+ || defined (__ARM_ARCH_6K__) || defined (__ARM_ARCH_6T2__) \ -+ || defined (__ARM_ARCH_6Z__) || defined (__ARM_ARCH_6ZK__) \ -+ || defined (__ARM_ARCH_7__) || defined (__ARM_ARCH_7A__) -+#if defined (__ARM_ARCH_7__) || defined (__ARM_ARCH_7A__) -+ __asm __volatile ("dmb" : : : "memory"); -+#else -+ __asm __volatile ("mcr p15, 0, r0, c7, c10, 5" : : : "memory"); -+#endif -+#else -+ __asm __volatile ("nop" : : : "memory"); -+#endif -+} -+ -+#if defined (__ARM_ARCH_6__) || defined (__ARM_ARCH_6J__) \ -+ || defined (__ARM_ARCH_6K__) || defined (__ARM_ARCH_6T2__) \ -+ || defined (__ARM_ARCH_6Z__) || defined (__ARM_ARCH_6ZK__) \ -+ || defined (__ARM_ARCH_7__) || defined (__ARM_ARCH_7A__) -+ -+/* These systems should be supported by the compiler. */ -+ -+#else /* __ARM_ARCH_5__ */ -+ -+#define SYNC_LOCK_TEST_AND_SET_N(N, TYPE, LDR, STR) \ -+TYPE HIDDEN \ -+__sync_lock_test_and_set_##N (TYPE *mem, TYPE val) \ -+{ \ -+ unsigned int old, temp, ras_start; \ -+ \ -+ ras_start = ARM_RAS_START; \ -+ __asm volatile ( \ -+ /* Set up Restartable Atomic Sequence. */ \ -+ "1:" \ -+ "\tadr %2, 1b\n" \ -+ "\tstr %2, [%5]\n" \ -+ "\tadr %2, 2f\n" \ -+ "\tstr %2, [%5, #4]\n" \ -+ \ -+ "\t"LDR" %0, %4\n" /* Load old value. */ \ -+ "\t"STR" %3, %1\n" /* Store new value. */ \ -+ \ -+ /* Tear down Restartable Atomic Sequence. */ \ -+ "2:" \ -+ "\tmov %2, #0x00000000\n" \ -+ "\tstr %2, [%5]\n" \ -+ "\tmov %2, #0xffffffff\n" \ -+ "\tstr %2, [%5, #4]\n" \ -+ : "=&r" (old), "=m" (*mem), "=&r" (temp) \ -+ : "r" (val), "m" (*mem), "r" (ras_start)); \ -+ return (old); \ -+} -+ -+#define SYNC_LOCK_RELEASE_N(N, TYPE) \ -+void HIDDEN \ -+__sync_lock_release_##N (TYPE *ptr) \ -+{ \ -+ /* All writes before this point must be seen before we release \ -+ the lock itself. */ \ -+ __sync_synchronize (); \ -+ *ptr = 0; \ -+} -+ -+#define SYNC_VAL_CAS_N(N, TYPE, LDR, STREQ) \ -+TYPE HIDDEN \ -+__sync_val_compare_and_swap_##N (TYPE *mem, TYPE expected, \ -+ TYPE desired) \ -+{ \ -+ unsigned int old, temp, ras_start; \ -+ \ -+ ras_start = ARM_RAS_START; \ -+ __asm volatile ( \ -+ /* Set up Restartable Atomic Sequence. */ \ -+ "1:" \ -+ "\tadr %2, 1b\n" \ -+ "\tstr %2, [%6]\n" \ -+ "\tadr %2, 2f\n" \ -+ "\tstr %2, [%6, #4]\n" \ -+ \ -+ "\t"LDR" %0, %5\n" /* Load old value. */ \ -+ "\tcmp %0, %3\n" /* Compare to expected value. */\ -+ "\t"STREQ" %4, %1\n" /* Store new value. */ \ -+ \ -+ /* Tear down Restartable Atomic Sequence. */ \ -+ "2:" \ -+ "\tmov %2, #0x00000000\n" \ -+ "\tstr %2, [%6]\n" \ -+ "\tmov %2, #0xffffffff\n" \ -+ "\tstr %2, [%6, #4]\n" \ -+ : "=&r" (old), "=m" (*mem), "=&r" (temp) \ -+ : "r" (expected), "r" (desired), "m" (*mem), \ -+ "r" (ras_start)); \ -+ return (old); \ -+} -+ -+typedef unsigned char bool; -+ -+#define SYNC_BOOL_CAS_N(N, TYPE) \ -+bool HIDDEN \ -+__sync_bool_compare_and_swap_##N (TYPE *ptr, TYPE oldval, \ -+ TYPE newval) \ -+{ \ -+ TYPE actual_oldval \ -+ = __sync_val_compare_and_swap_##N (ptr, oldval, newval); \ -+ return (oldval == actual_oldval); \ -+} -+ -+#define SYNC_FETCH_AND_OP_N(N, TYPE, LDR, STR, NAME, OP) \ -+TYPE HIDDEN \ -+__sync_fetch_and_##NAME##_##N (TYPE *mem, TYPE val) \ -+{ \ -+ unsigned int old, temp, ras_start; \ -+ \ -+ ras_start = ARM_RAS_START; \ -+ __asm volatile ( \ -+ /* Set up Restartable Atomic Sequence. */ \ -+ "1:" \ -+ "\tadr %2, 1b\n" \ -+ "\tstr %2, [%5]\n" \ -+ "\tadr %2, 2f\n" \ -+ "\tstr %2, [%5, #4]\n" \ -+ \ -+ "\t"LDR" %0, %4\n" /* Load old value. */ \ -+ "\t"OP" %2, %0, %3\n" /* Calculate new value. */ \ -+ "\t"STR" %2, %1\n" /* Store new value. */ \ -+ \ -+ /* Tear down Restartable Atomic Sequence. */ \ -+ "2:" \ -+ "\tmov %2, #0x00000000\n" \ -+ "\tstr %2, [%5]\n" \ -+ "\tmov %2, #0xffffffff\n" \ -+ "\tstr %2, [%5, #4]\n" \ -+ : "=&r" (old), "=m" (*mem), "=&r" (temp) \ -+ : "r" (val), "m" (*mem), "r" (ras_start)); \ -+ return (old); \ -+} -+ -+#define SYNC_OP_AND_FETCH_N(N, TYPE, LDR, STR, NAME, OP) \ -+TYPE HIDDEN \ -+__sync_##NAME##_and_fetch_##N (TYPE *mem, TYPE val) \ -+{ \ -+ unsigned int old, temp, ras_start; \ -+ \ -+ ras_start = ARM_RAS_START; \ -+ __asm volatile ( \ -+ /* Set up Restartable Atomic Sequence. */ \ -+ "1:" \ -+ "\tadr %2, 1b\n" \ -+ "\tstr %2, [%5]\n" \ -+ "\tadr %2, 2f\n" \ -+ "\tstr %2, [%5, #4]\n" \ -+ \ -+ "\t"LDR" %0, %4\n" /* Load old value. */ \ -+ "\t"OP" %2, %0, %3\n" /* Calculate new value. */ \ -+ "\t"STR" %2, %1\n" /* Store new value. */ \ -+ \ -+ /* Tear down Restartable Atomic Sequence. */ \ -+ "2:" \ -+ "\tmov %2, #0x00000000\n" \ -+ "\tstr %2, [%5]\n" \ -+ "\tmov %2, #0xffffffff\n" \ -+ "\tstr %2, [%5, #4]\n" \ -+ : "=&r" (old), "=m" (*mem), "=&r" (temp) \ -+ : "r" (val), "m" (*mem), "r" (ras_start)); \ -+ return (old); \ -+} -+ -+#define EMIT_ALL_OPS_N(N, TYPE, LDR, STR, STREQ) \ -+SYNC_LOCK_TEST_AND_SET_N (N, TYPE, LDR, STR) \ -+SYNC_LOCK_RELEASE_N (N, TYPE) \ -+SYNC_VAL_CAS_N (N, TYPE, LDR, STREQ) \ -+SYNC_BOOL_CAS_N (N, TYPE) \ -+SYNC_FETCH_AND_OP_N (N, TYPE, LDR, STR, add, "add") \ -+SYNC_FETCH_AND_OP_N (N, TYPE, LDR, STR, and, "and") \ -+SYNC_FETCH_AND_OP_N (N, TYPE, LDR, STR, or, "orr") \ -+SYNC_FETCH_AND_OP_N (N, TYPE, LDR, STR, sub, "sub") \ -+SYNC_FETCH_AND_OP_N (N, TYPE, LDR, STR, xor, "eor") \ -+SYNC_OP_AND_FETCH_N (N, TYPE, LDR, STR, add, "add") \ -+SYNC_OP_AND_FETCH_N (N, TYPE, LDR, STR, and, "and") \ -+SYNC_OP_AND_FETCH_N (N, TYPE, LDR, STR, or, "orr") \ -+SYNC_OP_AND_FETCH_N (N, TYPE, LDR, STR, sub, "sub") \ -+SYNC_OP_AND_FETCH_N (N, TYPE, LDR, STR, xor, "eor") -+ -+ -+ -+EMIT_ALL_OPS_N (1, unsigned char, "ldrb", "strb", "streqb") -+EMIT_ALL_OPS_N (2, unsigned short, "ldrh", "strh", "streqh") -+EMIT_ALL_OPS_N (4, unsigned int, "ldr", "str", "streq") -+ -+#endif - -Property changes on: libgcc/config/arm/freebsd-atomic.c -___________________________________________________________________ -Added: svn:eol-style -## -0,0 +1 ## -+native -\ No newline at end of property -Added: svn:keywords -## -0,0 +1 ## -+FreeBSD=%H -\ No newline at end of property -Added: svn:mime-type -## -0,0 +1 ## -+text/plain -\ No newline at end of property -Index: libgcc/config/arm/t-freebsd -=================================================================== ---- libgcc/config/arm/t-freebsd (revision 0) -+++ libgcc/config/arm/t-freebsd (working copy) -@@ -0,0 +1,9 @@ -+# Just for these, we omit the frame pointer since it makes such a big -+# difference. It is then pointless adding debugging. -+HOST_LIBGCC2_CFLAGS += -fomit-frame-pointer -+ -+LIB2ADD_ST += $(srcdir)/config/arm/freebsd-atomic.c -+ -+# Use a version of div0 which raises SIGFPE. -+LIB1ASMFUNCS := $(filter-out _dvmd_tls,$(LIB1ASMFUNCS)) _dvmd_lnx -+ -Index: libgcc/config/arm/unwind-arm.h -=================================================================== ---- libgcc/config/arm/unwind-arm.h (revision 218760) -+++ libgcc/config/arm/unwind-arm.h (working copy) -@@ -48,7 +48,8 @@ - if (!tmp) - return 0; - --#if (defined(linux) && !defined(__uClinux__)) || defined(__NetBSD__) -+#if (defined(linux) && !defined(__uClinux__)) || defined(__NetBSD__) \ -+ || defined(__FreeBSD__) - /* Pc-relative indirect. */ - #define _GLIBCXX_OVERRIDE_TTYPE_ENCODING (DW_EH_PE_pcrel | DW_EH_PE_indirect) - tmp += ptr; -Index: libgcc/config.host -=================================================================== ---- libgcc/config.host (revision 218760) -+++ libgcc/config.host (working copy) -@@ -319,6 +319,13 @@ - tmake_file="$tmake_file arm/t-arm arm/t-vxworks t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp" - extra_parts="$extra_parts crti.o crtn.o" - ;; -+arm*-*-freebsd*) # ARM FreeBSD EABI -+ tmake_file="${tmake_file} arm/t-arm t-fixedpoint-gnu-prefix arm/t-elf" -+ tmake_file="${tmake_file} arm/t-bpabi arm/t-freebsd t-slibgcc-libgcc" -+ tm_file="${tm_file} arm/bpabi-lib.h" -+ unwind_header=config/arm/unwind-arm.h -+ tmake_file="${tmake_file} t-softfp-sfdf t-softfp-excl arm/t-softfp t-softfp" -+ ;; - arm*-*-netbsdelf*) - tmake_file="$tmake_file arm/t-arm arm/t-netbsd t-slibgcc-gld-nover" - ;; -Index: libstdc++-v3/configure.host -=================================================================== ---- libstdc++-v3/configure.host (revision 218760) -+++ libstdc++-v3/configure.host (working copy) -@@ -352,6 +352,9 @@ - ;; - esac - ;; -+ arm*-*-freebsd*) -+ port_specific_symbol_files="\$(srcdir)/../config/os/gnu-linux/arm-eabi-extra.ver" -+ ;; - powerpc*-*-darwin*) - port_specific_symbol_files="\$(srcdir)/../config/os/bsd/darwin/ppc-extra.ver" - ;; -Index: libstdc++-v3/libsupc++/unwind-cxx.h -=================================================================== ---- libstdc++-v3/libsupc++/unwind-cxx.h (revision 218760) -+++ libstdc++-v3/libsupc++/unwind-cxx.h (working copy) -@@ -230,7 +230,7 @@ - return reinterpret_cast<__cxa_dependent_exception *>(exc + 1) - 1; - } - --#ifdef __ARM_EABI_UNWINDER__ -+#if defined(__ARM_EABI_UNWINDER__) && !defined(__FreeBSD__) - static inline bool - __is_gxx_exception_class(_Unwind_Exception_Class c) - { -@@ -304,13 +304,7 @@ - c[6] = 'R'; - c[7] = '\0'; - } -- --static inline void* --__gxx_caught_object(_Unwind_Exception* eo) --{ -- return (void*)eo->barrier_cache.bitpattern[0]; --} --#else // !__ARM_EABI_UNWINDER__ -+#else // !__ARM_EABI_UNWINDER__ || __FreeBSD__ - // This is the primary exception class we report -- "GNUCC++\0". - const _Unwind_Exception_Class __gxx_primary_exception_class - = ((((((((_Unwind_Exception_Class) 'G' -@@ -334,6 +328,16 @@ - << 8 | (_Unwind_Exception_Class) '+') - << 8 | (_Unwind_Exception_Class) '\x01'); - -+const _Unwind_Exception_Class __gxx_forced_unwind_class -+= ((((((((_Unwind_Exception_Class) 'G' -+ << 8 | (_Unwind_Exception_Class) 'N') -+ << 8 | (_Unwind_Exception_Class) 'U') -+ << 8 | (_Unwind_Exception_Class) 'C') -+ << 8 | (_Unwind_Exception_Class) 'F') -+ << 8 | (_Unwind_Exception_Class) 'O') -+ << 8 | (_Unwind_Exception_Class) 'R') -+ << 8 | (_Unwind_Exception_Class) '\0'); -+ - static inline bool - __is_gxx_exception_class(_Unwind_Exception_Class c) - { -@@ -341,6 +345,12 @@ - || c == __gxx_dependent_exception_class; - } - -+static inline bool -+__is_gxx_forced_unwind_class(_Unwind_Exception_Class c) -+{ -+ return c == __gxx_forced_unwind_class; -+} -+ - // Only checks for primary or dependent, but not that it is a C++ exception at - // all. - static inline bool -@@ -352,7 +362,18 @@ - #define __GXX_INIT_PRIMARY_EXCEPTION_CLASS(c) c = __gxx_primary_exception_class - #define __GXX_INIT_DEPENDENT_EXCEPTION_CLASS(c) \ - c = __gxx_dependent_exception_class -+#define __GXX_INIT_FORCED_UNWIND_CLASS(c) c = __gxx_forced_unwind_class -+#endif // __ARM_EABI_UNWINDER__ && !__FreeBSD__ - -+#ifdef __ARM_EABI_UNWINDER__ -+static inline void* -+__gxx_caught_object(_Unwind_Exception* eo) -+{ -+ return (void*)eo->barrier_cache.bitpattern[0]; -+} -+ -+#else // !__ARM_EABI_UNWINDER__ -+ - // GNU C++ personality routine, Version 0. - extern "C" _Unwind_Reason_Code __gxx_personality_v0 - (int, _Unwind_Action, _Unwind_Exception_Class, diff --git a/lang/gcc/files/patch-arm-unwind-cxx-support b/lang/gcc/files/patch-arm-unwind-cxx-support new file mode 100644 index 0000000..ec6959b --- /dev/null +++ b/lang/gcc/files/patch-arm-unwind-cxx-support @@ -0,0 +1,106 @@ +--- UTC +Index: gcc/ginclude/unwind-arm-common.h +=================================================================== +--- gcc/ginclude/unwind-arm-common.h (revision 219113) ++++ gcc/ginclude/unwind-arm-common.h (working copy) +@@ -82,7 +82,11 @@ + + struct _Unwind_Control_Block + { ++#ifdef __FreeBSD__ ++ unsigned exception_class __attribute__((__mode__(__DI__))); ++#else + char exception_class[8]; ++#endif + void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); + /* Unwinder cache, private fields for the unwinder's use */ + struct +@@ -181,7 +185,11 @@ + + /* Support functions for the PR. */ + #define _Unwind_Exception _Unwind_Control_Block ++#ifdef __FreeBSD__ ++ typedef unsigned _Unwind_Exception_Class __attribute__((__mode__(__DI__))); ++#else + typedef char _Unwind_Exception_Class[8]; ++#endif + + void * _Unwind_GetLanguageSpecificData (_Unwind_Context *); + _Unwind_Ptr _Unwind_GetRegionStart (_Unwind_Context *); +Index: libstdc++-v3/libsupc++/unwind-cxx.h +=================================================================== +--- libstdc++-v3/libsupc++/unwind-cxx.h (revision 219147) ++++ libstdc++-v3/libsupc++/unwind-cxx.h (working copy) +@@ -235,7 +235,7 @@ + return reinterpret_cast<__cxa_dependent_exception *>(exc + 1) - 1; + } + +-#ifdef __ARM_EABI_UNWINDER__ ++#if defined(__ARM_EABI_UNWINDER__) && !defined(__FreeBSD__) + static inline bool + __is_gxx_exception_class(_Unwind_Exception_Class c) + { +@@ -309,13 +309,7 @@ + c[6] = 'R'; + c[7] = '\0'; + } +- +-static inline void* +-__gxx_caught_object(_Unwind_Exception* eo) +-{ +- return (void*)eo->barrier_cache.bitpattern[0]; +-} +-#else // !__ARM_EABI_UNWINDER__ ++#else // !__ARM_EABI_UNWINDER__ || __FreeBSD__ + // This is the primary exception class we report -- "GNUCC++\0". + const _Unwind_Exception_Class __gxx_primary_exception_class + = ((((((((_Unwind_Exception_Class) 'G' +@@ -339,6 +333,16 @@ + << 8 | (_Unwind_Exception_Class) '+') + << 8 | (_Unwind_Exception_Class) '\x01'); + ++const _Unwind_Exception_Class __gxx_forced_unwind_class ++= ((((((((_Unwind_Exception_Class) 'G' ++ << 8 | (_Unwind_Exception_Class) 'N') ++ << 8 | (_Unwind_Exception_Class) 'U') ++ << 8 | (_Unwind_Exception_Class) 'C') ++ << 8 | (_Unwind_Exception_Class) 'F') ++ << 8 | (_Unwind_Exception_Class) 'O') ++ << 8 | (_Unwind_Exception_Class) 'R') ++ << 8 | (_Unwind_Exception_Class) '\0'); ++ + static inline bool + __is_gxx_exception_class(_Unwind_Exception_Class c) + { +@@ -346,6 +350,12 @@ + || c == __gxx_dependent_exception_class; + } + ++static inline bool ++__is_gxx_forced_unwind_class(_Unwind_Exception_Class c) ++{ ++ return c == __gxx_forced_unwind_class; ++} ++ + // Only checks for primary or dependent, but not that it is a C++ exception at + // all. + static inline bool +@@ -357,7 +367,18 @@ + #define __GXX_INIT_PRIMARY_EXCEPTION_CLASS(c) c = __gxx_primary_exception_class + #define __GXX_INIT_DEPENDENT_EXCEPTION_CLASS(c) \ + c = __gxx_dependent_exception_class ++#define __GXX_INIT_FORCED_UNWIND_CLASS(c) c = __gxx_forced_unwind_class ++#endif // __ARM_EABI_UNWINDER__ && !__FreeBSD__ + ++#ifdef __ARM_EABI_UNWINDER__ ++static inline void* ++__gxx_caught_object(_Unwind_Exception* eo) ++{ ++ return (void*)eo->barrier_cache.bitpattern[0]; ++} ++ ++#else // !__ARM_EABI_UNWINDER__ ++ + // GNU C++ personality routine, Version 0. + extern "C" _Unwind_Reason_Code __gxx_personality_v0 + (int, _Unwind_Action, _Unwind_Exception_Class, diff --git a/lang/gcc/files/patch-armv6-hf-support b/lang/gcc/files/patch-armv6-hf-support deleted file mode 100644 index 9352e2c..0000000 --- a/lang/gcc/files/patch-armv6-hf-support +++ /dev/null @@ -1,18 +0,0 @@ ---- UTC ---- gcc/config.gcc.orig 2016-05-25 22:53:15.930993000 +0200 -+++ gcc/config.gcc 2016-05-25 22:54:06.087115000 +0200 -@@ -1026,11 +1026,9 @@ - case $target in - armv6*-*-freebsd*) - tm_defines="${tm_defines} TARGET_FREEBSD_ARMv6=1" -- ;; -- esac -- case $target in -- arm*hf-*-freebsd*) -- tm_defines="${tm_defines} TARGET_FREEBSD_ARM_HARD_FLOAT=1" -+ if test $fbsd_major -ge 11; then -+ tm_defines="${tm_defines} TARGET_FREEBSD_ARM_HARD_FLOAT=1" -+ fi - ;; - esac - with_tls=${with_tls:-gnu} diff --git a/lang/gcc/files/patch-gcc_system.h b/lang/gcc/files/patch-gcc_system.h deleted file mode 100644 index 05f61aa..0000000 --- a/lang/gcc/files/patch-gcc_system.h +++ /dev/null @@ -1,10 +0,0 @@ ---- gcc/system.h.orig 2014-01-02 22:23:26 UTC -+++ gcc/system.h -@@ -203,6 +203,7 @@ extern int errno; - - #ifdef __cplusplus - # include <cstring> -+# include <new> - #endif - - /* Some of glibc's string inlines cause warnings. Plus we'd rather diff --git a/lang/gcc/files/patch-libc++ b/lang/gcc/files/patch-libc++ new file mode 100644 index 0000000..9550b11 --- /dev/null +++ b/lang/gcc/files/patch-libc++ @@ -0,0 +1,43 @@ +--- gcc/auto-profile.c.orig 2015-01-18 02:25:42 UTC ++++ gcc/auto-profile.c +@@ -19,11 +19,9 @@ along with GCC; see the file COPYING3. + <http://www.gnu.org/licenses/>. */ + + #include "config.h" +-#include "system.h" +- +-#include <string.h> + #include <map> + #include <set> ++#include "system.h" + + #include "coretypes.h" + #include "hash-set.h" +--- gcc/graphite-isl-ast-to-gimple.c.orig 2017-01-19 21:02:12 UTC ++++ gcc/graphite-isl-ast-to-gimple.c +@@ -38,6 +38,7 @@ extern "C" { + #endif + #endif + ++#include <map> + #include "system.h" + #include "coretypes.h" + #include "hash-set.h" +@@ -75,7 +76,6 @@ extern "C" { + #include "tree-scalar-evolution.h" + #include "gimple-ssa.h" + #include "tree-into-ssa.h" +-#include <map> + + #ifdef HAVE_isl + #include "graphite-poly.h" +--- gcc/system.h.orig 2015-01-05 12:33:28 UTC ++++ gcc/system.h +@@ -217,6 +217,7 @@ extern int errno; + #ifdef __cplusplus + # include <algorithm> + # include <cstring> ++# include <new> + # include <utility> + #endif + diff --git a/lang/gcc/pkg-descr b/lang/gcc/pkg-descr index 3a528b2..fa6e098 100644 --- a/lang/gcc/pkg-descr +++ b/lang/gcc/pkg-descr @@ -1,9 +1,10 @@ GCC, the GNU Compiler Collection, supports a number of languages. This -port installs the C, C++, Fortran and Java front ends as gcc49, g++49, -gfortran49, and gcj49, respectively. +port installs the C, C++, Fortran and Java front ends as gcc5, g++5, +gfortran5, and gcj5, respectively. -It can be used interchangibly with the lang/gcc49 port, which tracks -GCC 4.9 releases, and will move to lang/gcc5 and later over time. +It can be used (largely) interchangibly with the lang/gcc5 port, which +tracks GCC 5 releases, or the lang/gcc5-devel port, which tracks GCC 5 +snapshots, and will move to GCC 6 and later over time. WWW: http://gcc.gnu.org/ diff --git a/lang/gcc/pkg-plist b/lang/gcc/pkg-plist index 1794add..6d28e22 100644 --- a/lang/gcc/pkg-plist +++ b/lang/gcc/pkg-plist @@ -16,6 +16,7 @@ bin/gcc-ar%%SUFFIX%% bin/gcc-nm%%SUFFIX%% bin/gcc-ranlib%%SUFFIX%% bin/gcov%%SUFFIX%% +bin/gcov-tool%%SUFFIX%% bin/gfortran bin/gfortran%%SUFFIX%% @comment info/gcc%%SUFFIX%%/dir @@ -29,6 +30,7 @@ man/man1/gfortran%%SUFFIX%%.1.gz share/gcc-%%GCC_VERSION%%/python/libstdcxx/__init__.py share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/__init__.py share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/printers.py +share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/xmethods.py %%JAVA%%bin/%%GNU_HOST%%-gcj%%SUFFIX%% %%JAVA%%bin/aot-compile%%SUFFIX%% %%JAVA%%bin/gappletviewer%%SUFFIX%% @@ -50,7 +52,7 @@ share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/printers.py %%JAVA%%bin/gtnameserv%%SUFFIX%% %%JAVA%%bin/jcf-dump%%SUFFIX%% %%JAVA%%bin/jv-convert%%SUFFIX%% -%%JAVA%%libdata/pkgconfig/libgcj-4.9.pc +%%JAVA%%libdata/pkgconfig/libgcj-5.pc %%JAVA%%man/man1/aot-compile%%SUFFIX%%.1.gz %%JAVA%%man/man1/gappletviewer%%SUFFIX%%.1.gz %%JAVA%%man/man1/gc-analyze%%SUFFIX%%.1.gz diff --git a/lang/gcc49/Makefile b/lang/gcc49/Makefile index cc0e7b7..dd62488 100644 --- a/lang/gcc49/Makefile +++ b/lang/gcc49/Makefile @@ -24,7 +24,6 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils BUILD_DEPENDS+= runtest:misc/dejagnu .endif -CONFLICTS= gcc-4.9.* CPE_VENDOR= gnu # GCC_VERSION and SUFFIX relate to names of executables and directories diff --git a/lang/gcc5-devel/Makefile b/lang/gcc5-devel/Makefile index 0d389ae..80076c6 100644 --- a/lang/gcc5-devel/Makefile +++ b/lang/gcc5-devel/Makefile @@ -23,6 +23,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils BUILD_DEPENDS+= runtest:misc/dejagnu .endif +CONFLICTS= gcc-5.* CPE_VENDOR= gnu CPE_VERSION= ${GCC_VERSION} diff --git a/lang/gcc5/Makefile b/lang/gcc5/Makefile index f14bd98..9577c7d 100644 --- a/lang/gcc5/Makefile +++ b/lang/gcc5/Makefile @@ -23,6 +23,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils BUILD_DEPENDS+= runtest:misc/dejagnu .endif +CONFLICTS= gcc-5.* CPE_VENDOR= gnu GCC_VERSION= ${PORTVERSION} diff --git a/lang/gcc6-devel/Makefile b/lang/gcc6-devel/Makefile index a8c0de7..54e7831 100644 --- a/lang/gcc6-devel/Makefile +++ b/lang/gcc6-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= gcc PORTVERSION= 6.3.1.s20170323 +PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel @@ -31,6 +32,7 @@ CPE_VERSION= ${GCC_VERSION} # Y.2.1.s20140817 results in values of Y-20140817, Y.2.1, and Y # for these three. DISTVERSION= ${PORTVERSION:C/([0-9]+).*\.s([0-9]+)/\1-\2/} +PORTREVISION= 1 GCC_VERSION= ${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/} SUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/} ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc powerpc64 sparc64 arm armv6 diff --git a/lang/gcc6/Makefile b/lang/gcc6/Makefile index 927f5c7..8f683db 100644 --- a/lang/gcc6/Makefile +++ b/lang/gcc6/Makefile @@ -3,6 +3,7 @@ PORTNAME= gcc PORTVERSION= 6.3.0 +PORTREVISION= 1 CATEGORIES= lang java MASTER_SITES= GCC/releases/gcc-${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX} diff --git a/lang/gcc7-devel/Makefile b/lang/gcc7-devel/Makefile index 088dddb..3b8e420 100644 --- a/lang/gcc7-devel/Makefile +++ b/lang/gcc7-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= gcc PORTVERSION= 7.0.1.s20170326 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel @@ -31,6 +32,7 @@ CPE_VERSION= ${GCC_VERSION} # Y.2.1.s20140817 results in values of Y-20140817, Y.2.1, and Y # for these three. DISTVERSION= ${PORTVERSION:C/([0-9]+).*\.s([0-9]+)/\1-\2/} +PORTREVISION= 1 GCC_VERSION= ${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/} SUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/} ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc powerpc64 sparc64 arm armv6 diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index 54a1ee1..54384fe 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -3,7 +3,7 @@ PORTNAME= gforth PORTVERSION= 0.7.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang MASTER_SITES= http://www.complang.tuwien.ac.at/forth/gforth/ \ GNU diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index d226213..0e35445 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -3,7 +3,7 @@ PORTNAME= ghc PORTVERSION= 7.10.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang haskell MASTER_SITES= http://www.haskell.org/ghc/dist/${PORTVERSION}/:source \ LOCAL/pgj/:boot diff --git a/lang/gjs/Makefile b/lang/gjs/Makefile index f1f5992..b1377c3 100644 --- a/lang/gjs/Makefile +++ b/lang/gjs/Makefile @@ -3,6 +3,7 @@ PORTNAME= gjs PORTVERSION= 1.44.0 +PORTREVISION= 1 CATEGORIES= lang gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/lang/gprolog/Makefile b/lang/gprolog/Makefile index f6dd712..fa56bc6 100644 --- a/lang/gprolog/Makefile +++ b/lang/gprolog/Makefile @@ -3,7 +3,7 @@ PORTNAME= gprolog PORTVERSION= 1.4.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang MASTER_SITES= http://www.gprolog.org/ diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile index ec3f969..5a916ab 100644 --- a/lang/hugs/Makefile +++ b/lang/hugs/Makefile @@ -3,7 +3,7 @@ PORTNAME= hugs98 PORTVERSION= 200609 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= lang haskell MASTER_SITES= http://cvs.haskell.org/Hugs/downloads/2006-09/ DISTNAME= ${PORTNAME}-plus-${HUGS_DATE} diff --git a/lang/icon/Makefile b/lang/icon/Makefile index 0e41d77..daef000 100644 --- a/lang/icon/Makefile +++ b/lang/icon/Makefile @@ -3,7 +3,7 @@ PORTNAME= icon PORTVERSION= 9.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= http://www.cs.arizona.edu/icon/ftp/packages/unix/ DISTNAME= ${PORTNAME}-v${PORTVERSION:S/.//g}src diff --git a/lang/io/Makefile b/lang/io/Makefile index 41b0957..03541d0 100644 --- a/lang/io/Makefile +++ b/lang/io/Makefile @@ -3,7 +3,7 @@ PORTNAME= io PORTVERSION= 2015.11.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang MAINTAINER= gahr@FreeBSD.org diff --git a/lang/julia/Makefile b/lang/julia/Makefile index a0687e6..50b0917 100644 --- a/lang/julia/Makefile +++ b/lang/julia/Makefile @@ -3,6 +3,7 @@ PORTNAME= julia PORTVERSION= 0.5.1 +PORTREVISION= 1 DISTVERSIONSUFFIX= -full CATEGORIES= lang math MASTER_SITES= https://github.com/JuliaLang/julia/releases/download/v${PORTVERSION}/ diff --git a/lang/kf5-kross/Makefile b/lang/kf5-kross/Makefile index 83c4632..5b75df6 100644 --- a/lang/kf5-kross/Makefile +++ b/lang/kf5-kross/Makefile @@ -3,6 +3,7 @@ PORTNAME= kross PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= lang kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/lang/mlton/Makefile b/lang/mlton/Makefile index 718946e..4cf4bcc 100644 --- a/lang/mlton/Makefile +++ b/lang/mlton/Makefile @@ -12,7 +12,7 @@ PORTNAME= mlton PORTVERSION= 20100608 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= SF http://www.tbrk.org/distfiles/ DISTFILES= ${SRC_DIST} ${BOOT_DIST} diff --git a/lang/modula3/Makefile b/lang/modula3/Makefile index f984357..ac7e3e2 100644 --- a/lang/modula3/Makefile +++ b/lang/modula3/Makefile @@ -3,7 +3,7 @@ PORTNAME= modula3 PORTVERSION= 5.10.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang MASTER_SITES= http://downloads.dragonlace.net/m3/:boot DISTFILES= ${SRCDISTFILE} ${BOOTDIST} diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 46cfb35..1cf92e3 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -3,6 +3,7 @@ PORTNAME= mono PORTVERSION= 4.6.2.7 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/ diff --git a/lang/oo2c/Makefile b/lang/oo2c/Makefile index b5fa082..4ce1d66 100644 --- a/lang/oo2c/Makefile +++ b/lang/oo2c/Makefile @@ -3,7 +3,7 @@ PORTNAME= oo2c PORTVERSION= 2.1.11 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang MASTER_SITES= SF/ooc/ooc2/${PORTVERSION} DISTNAME= ${PORTNAME}_${BITS}-${PORTVERSION} diff --git a/lang/opencoarrays/Makefile b/lang/opencoarrays/Makefile index cde8b1a..9b0617c 100644 --- a/lang/opencoarrays/Makefile +++ b/lang/opencoarrays/Makefile @@ -3,6 +3,7 @@ PORTNAME= opencoarrays PORTVERSION= 1.8.4 +PORTREVISION= 1 CATEGORIES= lang parallel MAINTAINER= mexas@bris.ac.uk diff --git a/lang/p5-ExtUtils-F77/Makefile b/lang/p5-ExtUtils-F77/Makefile index 5de76da..ea8bcf1 100644 --- a/lang/p5-ExtUtils-F77/Makefile +++ b/lang/p5-ExtUtils-F77/Makefile @@ -3,7 +3,7 @@ PORTNAME= ExtUtils-F77 PORTVERSION= 1.20 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/lang/phantomjs/Makefile b/lang/phantomjs/Makefile index b17b25b..790bb92 100644 --- a/lang/phantomjs/Makefile +++ b/lang/phantomjs/Makefile @@ -2,7 +2,7 @@ PORTNAME= phantomjs PORTVERSION= 2.1.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= lang MAINTAINER= feld@FreeBSD.org diff --git a/lang/pure/Makefile b/lang/pure/Makefile index 1c921a3..bc46fd5 100644 --- a/lang/pure/Makefile +++ b/lang/pure/Makefile @@ -3,7 +3,7 @@ PORTNAME= pure PORTVERSION= 0.64 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang MASTER_SITES= https://bitbucket.org/purelang/pure-lang/downloads/ EXTRACT_ONLY= ${DISTNAME}.tar.gz diff --git a/lang/qscheme/Makefile b/lang/qscheme/Makefile index 400e82a..0065316 100644 --- a/lang/qscheme/Makefile +++ b/lang/qscheme/Makefile @@ -3,7 +3,7 @@ PORTNAME= qscheme PORTVERSION= 0.5.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= lang scheme MASTER_SITES= http://www.sof.ch/dan/qscheme/files/ diff --git a/lang/ratfor/Makefile b/lang/ratfor/Makefile index 8242fab..fc8dee6 100644 --- a/lang/ratfor/Makefile +++ b/lang/ratfor/Makefile @@ -3,7 +3,7 @@ PORTNAME= ratfor PORTVERSION= 1985.06 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= lang MASTER_SITES= LOCAL/obrien \ http://sepwww.stanford.edu/sep/prof/ diff --git a/lang/sagittarius-scheme/Makefile b/lang/sagittarius-scheme/Makefile index 39d20e7..7ea85fa 100644 --- a/lang/sagittarius-scheme/Makefile +++ b/lang/sagittarius-scheme/Makefile @@ -3,6 +3,7 @@ PORTNAME= sagittarius PORTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= https://bitbucket.org/ktakashi/sagittarius-scheme/downloads/ \ LOCAL/ashish diff --git a/lang/scm/Makefile b/lang/scm/Makefile index 745823b..1018078 100644 --- a/lang/scm/Makefile +++ b/lang/scm/Makefile @@ -3,7 +3,7 @@ PORTNAME= scm PORTVERSION= 5f2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang scheme MASTER_SITES= http://groups.csail.mit.edu/mac/ftpdir/scm/%SUBDIR%/ MASTER_SITE_SUBDIR= . OLD diff --git a/lang/spidermonkey170/Makefile b/lang/spidermonkey170/Makefile index aad5bf4..9599491 100644 --- a/lang/spidermonkey170/Makefile +++ b/lang/spidermonkey170/Makefile @@ -3,7 +3,7 @@ PORTNAME= spidermonkey170 PORTVERSION= 17.0.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang MASTER_SITES= MOZILLA/js DISTNAME= mozjs${PORTVERSION} diff --git a/lang/spidermonkey24/Makefile b/lang/spidermonkey24/Makefile index a0d16db..08e965c 100644 --- a/lang/spidermonkey24/Makefile +++ b/lang/spidermonkey24/Makefile @@ -3,7 +3,7 @@ PORTNAME= spidermonkey24 PORTVERSION= 24.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang MASTER_SITES= MOZILLA/js #http://people.mozilla.org/~sstangl/ diff --git a/lang/v8-devel/Makefile b/lang/v8-devel/Makefile index 847fb23..d108b70 100644 --- a/lang/v8-devel/Makefile +++ b/lang/v8-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= v8 PORTVERSION= 3.27.7 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= lang MASTER_SITES= LOCAL/vanilla PKGNAMESUFFIX= -devel diff --git a/lang/v8/Makefile b/lang/v8/Makefile index ec830da..0ef2bad 100644 --- a/lang/v8/Makefile +++ b/lang/v8/Makefile @@ -3,7 +3,7 @@ PORTNAME= v8 PORTVERSION= 3.18.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= LOCAL/vanilla diff --git a/lang/x10/Makefile b/lang/x10/Makefile index d46e6e0..4dcc81b 100644 --- a/lang/x10/Makefile +++ b/lang/x10/Makefile @@ -3,7 +3,7 @@ PORTNAME= x10 PORTVERSION= 2.2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang devel java MASTER_SITES= http://dist.codehaus.org/x10/dependencies/ \ SF diff --git a/lang/yap-devel/Makefile b/lang/yap-devel/Makefile index b97a69c..711d5af 100644 --- a/lang/yap-devel/Makefile +++ b/lang/yap-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= yap PORTVERSION= 6.3.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= lang MASTER_SITES= http://www.dcc.fc.up.pt/~vsc/Yap/ PKGNAMESUFFIX= -devel diff --git a/lang/yap/Makefile b/lang/yap/Makefile index 936c279..77affb9 100644 --- a/lang/yap/Makefile +++ b/lang/yap/Makefile @@ -3,7 +3,7 @@ PORTNAME= yap PORTVERSION= 6.2.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang MASTER_SITES= http://www.dcc.fc.up.pt/~vsc/Yap/ diff --git a/lang/ypsilon/Makefile b/lang/ypsilon/Makefile index 4d56170..0c02f58 100644 --- a/lang/ypsilon/Makefile +++ b/lang/ypsilon/Makefile @@ -3,7 +3,7 @@ PORTNAME= ypsilon PORTVERSION= 0.9.6.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= lang scheme MAINTAINER= vmagerya@gmail.com diff --git a/mail/annoyance-filter/Makefile b/mail/annoyance-filter/Makefile index 31e95c2..59e3da6 100644 --- a/mail/annoyance-filter/Makefile +++ b/mail/annoyance-filter/Makefile @@ -3,7 +3,7 @@ PORTNAME= annoyance-filter PORTVERSION= 1.0d -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail MASTER_SITES= SF/annoyancefilter/annoyancefilter/${PORTVERSION} \ http://www.fourmilab.ch/annoyance-filter/ diff --git a/mail/dovecot2-pigeonhole/Makefile b/mail/dovecot2-pigeonhole/Makefile index 762d47c..2f80b35 100644 --- a/mail/dovecot2-pigeonhole/Makefile +++ b/mail/dovecot2-pigeonhole/Makefile @@ -3,6 +3,7 @@ PORTNAME= dovecot-pigeonhole PORTVERSION= 0.4.17 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} diff --git a/mail/libmapi/Makefile b/mail/libmapi/Makefile index 5909ddf..4fb622c 100644 --- a/mail/libmapi/Makefile +++ b/mail/libmapi/Makefile @@ -3,7 +3,7 @@ PORTNAME= libmapi PORTVERSION= 2.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail MASTER_SITES= https://github.com/openchange/openchange/archive/ DISTNAME= openchange-${PORTVERSION}-${CODENAME} diff --git a/mail/libvmime/Makefile b/mail/libvmime/Makefile index 25bea08..a029b1b5 100644 --- a/mail/libvmime/Makefile +++ b/mail/libvmime/Makefile @@ -3,6 +3,7 @@ PORTNAME= libvmime PORTVERSION= 0.9.2 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= mail diff --git a/mail/milter-callback/Makefile b/mail/milter-callback/Makefile index 4c43cbc..c51d3a3 100644 --- a/mail/milter-callback/Makefile +++ b/mail/milter-callback/Makefile @@ -3,7 +3,7 @@ PORTNAME= milter-callback PORTVERSION= 1.6.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= LOCAL/ehaupt diff --git a/mail/pop3vscan/Makefile b/mail/pop3vscan/Makefile index ee62e1f..9b85dbf 100644 --- a/mail/pop3vscan/Makefile +++ b/mail/pop3vscan/Makefile @@ -3,7 +3,7 @@ PORTNAME= pop3vscan PORTVERSION= 0.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/mail/spamdyke/Makefile b/mail/spamdyke/Makefile index ddc23c9..70b17ea 100644 --- a/mail/spamdyke/Makefile +++ b/mail/spamdyke/Makefile @@ -3,7 +3,7 @@ PORTNAME= spamdyke PORTVERSION= 5.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= http://www.spamdyke.org/releases/ diff --git a/mail/spamprobe/Makefile b/mail/spamprobe/Makefile index 3090f18..580425b 100644 --- a/mail/spamprobe/Makefile +++ b/mail/spamprobe/Makefile @@ -3,7 +3,7 @@ PORTNAME= spamprobe PORTVERSION= 1.4d -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= mail MASTER_SITES= SF diff --git a/mail/trojita/Makefile b/mail/trojita/Makefile index 7ec4b33..287ef74 100644 --- a/mail/trojita/Makefile +++ b/mail/trojita/Makefile @@ -3,6 +3,7 @@ PORTNAME= trojita PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/src/ diff --git a/math/R/Makefile b/math/R/Makefile index c73e0d0..905caf0 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -3,7 +3,7 @@ PORTNAME= R PORTVERSION= 3.3.3 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} diff --git a/math/algae/Makefile b/math/algae/Makefile index d105ed2a..67d5d77 100644 --- a/math/algae/Makefile +++ b/math/algae/Makefile @@ -3,7 +3,7 @@ PORTNAME= algae PORTVERSION= 4.3.6 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/math/armadillo/Makefile b/math/armadillo/Makefile index 270b4a1..cfa63ca 100644 --- a/math/armadillo/Makefile +++ b/math/armadillo/Makefile @@ -2,6 +2,7 @@ PORTNAME= armadillo PORTVERSION= 7.800.2 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/arma diff --git a/math/arpack-ng/Makefile b/math/arpack-ng/Makefile index 63766a7..1f81ad3 100644 --- a/math/arpack-ng/Makefile +++ b/math/arpack-ng/Makefile @@ -3,7 +3,7 @@ PORTNAME= arpack-ng PORTVERSION= 3.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= ports@FreeBSD.org diff --git a/math/arpack/Makefile b/math/arpack/Makefile index f908eae..954c0b5 100644 --- a/math/arpack/Makefile +++ b/math/arpack/Makefile @@ -3,7 +3,7 @@ PORTNAME= arpack PORTVERSION= 96 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= math MASTER_SITES= http://www.caam.rice.edu/software/ARPACK/SRC/ DISTFILES= ${PORTNAME}${PORTVERSION}.tar.gz patch.tar.gz diff --git a/math/aspcud/Makefile b/math/aspcud/Makefile index 5b4c5f4..ac23e9a 100644 --- a/math/aspcud/Makefile +++ b/math/aspcud/Makefile @@ -4,7 +4,7 @@ PORTNAME= aspcud PORTVERSION= 1.9.1 DISTVERSIONSUFFIX= -source -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math ports-mgmt sysutils MASTER_SITES= SOURCEFORGE/potassco/${PORTNAME}/${PORTVERSION} diff --git a/math/atlas/Makefile b/math/atlas/Makefile index 1c34633..812b3f6 100644 --- a/math/atlas/Makefile +++ b/math/atlas/Makefile @@ -3,7 +3,7 @@ PORTNAME= atlas PORTVERSION= 3.8.4 -PORTREVISION= 9 +PORTREVISION= 10 PORTEPOCH= 1 CATEGORIES= math MASTER_SITES= SF/math-${PORTNAME}/Stable/${PORTVERSION} diff --git a/math/blacs/Makefile b/math/blacs/Makefile index 64302b0..fa78dca 100644 --- a/math/blacs/Makefile +++ b/math/blacs/Makefile @@ -3,7 +3,7 @@ PORTNAME= blacs PORTVERSION= 1.7 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= math MASTER_SITES= NETLIB/blacs DISTNAME= BLACS diff --git a/math/blocksolve95/Makefile b/math/blocksolve95/Makefile index bb6982f..5c8b32b 100644 --- a/math/blocksolve95/Makefile +++ b/math/blocksolve95/Makefile @@ -3,7 +3,7 @@ PORTNAME= blocksolve95 PORTVERSION= 3.0 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= math parallel MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/BlockSolve95/ \ http://ftp.mcs.anl.gov/pub/BlockSolve95/ diff --git a/math/cadabra2/Makefile b/math/cadabra2/Makefile index 5b55858..96e6829 100644 --- a/math/cadabra2/Makefile +++ b/math/cadabra2/Makefile @@ -3,6 +3,7 @@ PORTNAME= cadabra2 PORTVERSION= 2.1.2 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@rawbw.com diff --git a/math/cantor/Makefile b/math/cantor/Makefile index a9601c4..ee05d5f 100644 --- a/math/cantor/Makefile +++ b/math/cantor/Makefile @@ -2,7 +2,7 @@ PORTNAME= cantor PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math kde kde-kde4 MAINTAINER= kde@FreeBSD.org diff --git a/math/carve/Makefile b/math/carve/Makefile index 9ede1eb..1e336e0 100644 --- a/math/carve/Makefile +++ b/math/carve/Makefile @@ -3,7 +3,7 @@ PORTNAME= carve PORTVERSION= 1.4.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MASTER_SITES= GOOGLE_CODE diff --git a/math/cblas/Makefile b/math/cblas/Makefile index 1f8c16d..d71cf93 100644 --- a/math/cblas/Makefile +++ b/math/cblas/Makefile @@ -3,7 +3,7 @@ PORTNAME= cblas PORTVERSION= 1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= NL/blas/blast-forum/ LOCAL/bf DISTFILES= cblas.tgz diff --git a/math/ceres-solver/Makefile b/math/ceres-solver/Makefile index 3a9bcbb..381631b 100644 --- a/math/ceres-solver/Makefile +++ b/math/ceres-solver/Makefile @@ -2,7 +2,7 @@ PORTNAME= ceres-solver DISTVERSION= 1.12.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= jbeich@FreeBSD.org diff --git a/math/clp/Makefile b/math/clp/Makefile index 17fcc83..fcba01a 100644 --- a/math/clp/Makefile +++ b/math/clp/Makefile @@ -3,7 +3,7 @@ PORTNAME= Clp PORTVERSION= 1.16.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://www.coin-or.org/download/source/${PORTNAME}/ \ http://www.mavetju.org/download/adopted/ diff --git a/math/cmlib/Makefile b/math/cmlib/Makefile index ad0cbdf..84a6e50 100644 --- a/math/cmlib/Makefile +++ b/math/cmlib/Makefile @@ -3,7 +3,7 @@ PORTNAME= cmlib PORTVERSION= 3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= NL/blas:blas ftp://ftp.nist.gov/pub/cmlib/ # Get d1mach.f, i1mach.f, r1mach.f from BLAS, rather than from CMLIB. diff --git a/math/cryptominisat/Makefile b/math/cryptominisat/Makefile index 1704340..a0a93cf 100644 --- a/math/cryptominisat/Makefile +++ b/math/cryptominisat/Makefile @@ -2,7 +2,7 @@ PORTNAME= cryptominisat PORTVERSION= 5.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= 6yearold@gmail.com diff --git a/math/cvc3/Makefile b/math/cvc3/Makefile index 0c3aa29..c855e2c 100644 --- a/math/cvc3/Makefile +++ b/math/cvc3/Makefile @@ -3,7 +3,7 @@ PORTNAME= cvc3 PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://www.cs.nyu.edu/acsys/cvc3/download/${PORTVERSION}/ diff --git a/math/drgeo/Makefile b/math/drgeo/Makefile index 4d42203..46b409a 100644 --- a/math/drgeo/Makefile +++ b/math/drgeo/Makefile @@ -3,7 +3,7 @@ PORTNAME= drgeo PORTVERSION= 1.1.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= math MASTER_SITES= SF/ofset/${PORTNAME}/${PORTVERSION} diff --git a/math/dynare/Makefile b/math/dynare/Makefile index 55038d4..0130bd7 100644 --- a/math/dynare/Makefile +++ b/math/dynare/Makefile @@ -3,7 +3,7 @@ PORTNAME= dynare PORTVERSION= 4.4.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MASTER_SITES= http://www.dynare.org/release/source/ diff --git a/math/eispack/Makefile b/math/eispack/Makefile index 5a5052f..1f47565 100644 --- a/math/eispack/Makefile +++ b/math/eispack/Makefile @@ -3,7 +3,7 @@ PORTNAME= eispack PORTVERSION= 1.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MASTER_SITES= NL DISTFILES= ${SRCS} diff --git a/math/fflas-ffpack/Makefile b/math/fflas-ffpack/Makefile index 8cdc902..4a94750 100644 --- a/math/fflas-ffpack/Makefile +++ b/math/fflas-ffpack/Makefile @@ -3,7 +3,7 @@ PORTNAME= fflas-ffpack PORTVERSION= 1.4.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MASTER_SITES= http://linalg.org/ LOCAL/bf diff --git a/math/fftw/Makefile b/math/fftw/Makefile index db918c2..18a2f23 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -3,7 +3,7 @@ PORTNAME= fftw PORTVERSION= 2.1.5 -PORTREVISION?= 13 +PORTREVISION?= 14 CATEGORIES= math MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ ftp://ftp.fftw.org/pub/fftw/old/ \ diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile index c1ff5d0..2e6c2c2 100644 --- a/math/fftw3/Makefile +++ b/math/fftw3/Makefile @@ -3,7 +3,7 @@ PORTNAME= fftw3 DISTVERSION= 3.3.6-pl1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= math MASTER_SITES= http://www.fftw.org/ \ ftp://ftp.fftw.org/pub/fftw/ diff --git a/math/fityk/Makefile b/math/fityk/Makefile index 3334c43..00e7eb7 100644 --- a/math/fityk/Makefile +++ b/math/fityk/Makefile @@ -4,7 +4,7 @@ PORTNAME= fityk PORTVERSION= 1.3.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= ports@FreeBSD.org diff --git a/math/freemat/Makefile b/math/freemat/Makefile index 54218ba..1db7b61 100644 --- a/math/freemat/Makefile +++ b/math/freemat/Makefile @@ -4,7 +4,7 @@ PORTNAME= FreeMat PORTVERSION= 4.2 DISTVERSIONSUFFIX= -Source -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math science MASTER_SITES= SF/freemat/FreeMat4 diff --git a/math/gambit/Makefile b/math/gambit/Makefile index 9263d4a..2583f53 100644 --- a/math/gambit/Makefile +++ b/math/gambit/Makefile @@ -3,6 +3,7 @@ PORTNAME= gambit PORTVERSION= 15.1.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PORTVERSION:R:R}/${PORTVERSION} diff --git a/math/giacxcas/Makefile b/math/giacxcas/Makefile index c8ce5f3..153cb10 100644 --- a/math/giacxcas/Makefile +++ b/math/giacxcas/Makefile @@ -3,7 +3,7 @@ PORTNAME= giacxcas DISTVERSION= 1.2.2-57 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/:giac \ http://www-fourier.ujf-grenoble.fr/~parisse/giac/freebsd/ diff --git a/math/gotoblas/Makefile b/math/gotoblas/Makefile index 2a160bb..7d54dde 100644 --- a/math/gotoblas/Makefile +++ b/math/gotoblas/Makefile @@ -3,7 +3,7 @@ PORTNAME= gotoblas PORTVERSION= 2.${GOTOBLAS2VER}.${LAPACKVER} -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math MASTER_SITES= LOCAL/maho/gotoblas \ NL/lapack:lapack NL/lapack/timing:lapack_tmg diff --git a/math/gracetmpl/Makefile b/math/gracetmpl/Makefile index dda29f7..22be4de 100644 --- a/math/gracetmpl/Makefile +++ b/math/gracetmpl/Makefile @@ -3,7 +3,7 @@ PORTNAME= gracetmpl PORTVERSION= 0.3.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math print MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/math/gretl/Makefile b/math/gretl/Makefile index 98b225d..78a7614 100644 --- a/math/gretl/Makefile +++ b/math/gretl/Makefile @@ -3,7 +3,7 @@ PORTNAME= gretl PORTVERSION= 1.9.13 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math finance MASTER_SITES= SF diff --git a/math/gringo/Makefile b/math/gringo/Makefile index 94bbdc0..4336a1d 100644 --- a/math/gringo/Makefile +++ b/math/gringo/Makefile @@ -3,6 +3,7 @@ PORTNAME= gringo PORTVERSION= 4.5.2 +PORTREVISION= 1 DISTVERSIONSUFFIX= -source CATEGORIES= math devel MASTER_SITES= SOURCEFORGE/potassco/${PORTNAME}/${PORTVERSION} diff --git a/math/hfst/Makefile b/math/hfst/Makefile index bbb31ab..25e94d0 100644 --- a/math/hfst/Makefile +++ b/math/hfst/Makefile @@ -3,7 +3,7 @@ PORTNAME= hfst PORTVERSION= 3.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/source diff --git a/math/ipopt/Makefile b/math/ipopt/Makefile index d445ce6..c89b9cf 100644 --- a/math/ipopt/Makefile +++ b/math/ipopt/Makefile @@ -3,6 +3,7 @@ PORTNAME= Ipopt PORTVERSION= 3.12.7 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.coin-or.org/download/source/Ipopt/ \ http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/OLD/:metis \ diff --git a/math/ised/Makefile b/math/ised/Makefile index d15ba5e..fcc683d 100644 --- a/math/ised/Makefile +++ b/math/ised/Makefile @@ -3,7 +3,7 @@ PORTNAME= ised PORTVERSION= 2.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= SF/${PORTNAME} diff --git a/math/jags/Makefile b/math/jags/Makefile index d34d62a..39b162b 100644 --- a/math/jags/Makefile +++ b/math/jags/Makefile @@ -3,6 +3,7 @@ PORTNAME= mcmc-jags PORTVERSION= 4.2.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/mcmc-jags/JAGS/${S}.x/Source/:1 \ SF/mcmc-jags/Examples/${S}.x/:2 \ diff --git a/math/kig/Makefile b/math/kig/Makefile index af4a412..4450064 100644 --- a/math/kig/Makefile +++ b/math/kig/Makefile @@ -2,7 +2,7 @@ PORTNAME= kig PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math kde kde-kde4 MAINTAINER= kde@FreeBSD.org diff --git a/math/kktdirect/Makefile b/math/kktdirect/Makefile index 510e1d1..2b0f522 100644 --- a/math/kktdirect/Makefile +++ b/math/kktdirect/Makefile @@ -3,7 +3,7 @@ PORTNAME= kktdirect PORTVERSION= 0.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= http://www.cs.ubc.ca/~rbridson/download/ LOCAL/bf DISTNAME= KKTDirect${PORTVERSION} diff --git a/math/labplot/Makefile b/math/labplot/Makefile index 0e8833a..77004c5 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -3,7 +3,7 @@ PORTNAME= labplot PORTVERSION= 2.0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math kde MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}.0 diff --git a/math/lapack++/Makefile b/math/lapack++/Makefile index 9be0aaa..719607d 100644 --- a/math/lapack++/Makefile +++ b/math/lapack++/Makefile @@ -3,7 +3,7 @@ PORTNAME= lapack++ PORTVERSION= 2.5.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= SF/lapackpp \ http://math.nist.gov/lapack++/:doc diff --git a/math/lapack/Makefile b/math/lapack/Makefile index 963a4c3..9dc6e04 100644 --- a/math/lapack/Makefile +++ b/math/lapack/Makefile @@ -3,7 +3,7 @@ PORTNAME?= lapack PORTVERSION= 3.5.0 -PORTREVISION?= 1 # Never remove this line, keep PORTREVISION?=0 in case. +PORTREVISION?= 2 # Never remove this line, keep PORTREVISION?=0 in case. CATEGORIES= math MASTER_SITES= NL/lapack/ DISTFILES= lapack-${PORTVERSION}.tgz diff --git a/math/lapack95/Makefile b/math/lapack95/Makefile index 71d3125..5696295 100644 --- a/math/lapack95/Makefile +++ b/math/lapack95/Makefile @@ -3,7 +3,7 @@ PORTNAME= lapack95 PORTVERSION= 1.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= math MASTER_SITES= NL DISTNAME= ${PORTNAME} diff --git a/math/levmar/Makefile b/math/levmar/Makefile index efdf5bc..6d549d6 100644 --- a/math/levmar/Makefile +++ b/math/levmar/Makefile @@ -3,7 +3,7 @@ PORTNAME= levmar PORTVERSION= 2.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= http://users.ics.forth.gr/~lourakis/levmar/ diff --git a/math/libRmath/Makefile b/math/libRmath/Makefile index 97bc654..cbf284a 100644 --- a/math/libRmath/Makefile +++ b/math/libRmath/Makefile @@ -3,7 +3,7 @@ PORTNAME= libRmath PORTVERSION= 3.3.3 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= math lang MASTER_SITES= CRAN/src/base/R-${PORTVERSION:C|\..*||} DISTNAME= R-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} diff --git a/math/librsb/Makefile b/math/librsb/Makefile index a4ce61d..1031960 100644 --- a/math/librsb/Makefile +++ b/math/librsb/Makefile @@ -3,7 +3,7 @@ PORTNAME= librsb PORTVERSION= 1.2.0r4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= SF/librsb DISTNAME= ${PORTNAME}-${PORTVERSION:S/r/-rc/} diff --git a/math/libtsnnls/Makefile b/math/libtsnnls/Makefile index 68323b8..e50cc2e 100644 --- a/math/libtsnnls/Makefile +++ b/math/libtsnnls/Makefile @@ -3,7 +3,7 @@ PORTNAME= libtsnnls PORTVERSION= 2.3.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= http://www.jasoncantarella.com/downloads/ diff --git a/math/linpack/Makefile b/math/linpack/Makefile index 0d4f8c3..bbf2381 100644 --- a/math/linpack/Makefile +++ b/math/linpack/Makefile @@ -3,7 +3,7 @@ PORTNAME= linpack PORTVERSION= 1.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MASTER_SITES= NL DISTFILES= ${SRCS} diff --git a/math/math77/Makefile b/math/math77/Makefile index 38e3ee3..e5079b0 100644 --- a/math/math77/Makefile +++ b/math/math77/Makefile @@ -2,7 +2,7 @@ PORTNAME= math77 PORTVERSION= 6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= NL/math DISTNAME= ${PORTNAME} diff --git a/math/metis/Makefile b/math/metis/Makefile index 2149ed2..72ee237 100644 --- a/math/metis/Makefile +++ b/math/metis/Makefile @@ -3,7 +3,7 @@ PORTNAME= metis PORTVERSION= 5.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/ diff --git a/math/miracl/Makefile b/math/miracl/Makefile index cd62acc..5aaa138 100644 --- a/math/miracl/Makefile +++ b/math/miracl/Makefile @@ -3,7 +3,7 @@ PORTNAME= miracl PORTVERSION= 5.6 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= math MASTER_SITES= http://mirror.shatow.net/freebsd/${PORTNAME}/ \ diff --git a/math/mosesdecoder/Makefile b/math/mosesdecoder/Makefile index 0c4e159..bf1e8d6 100644 --- a/math/mosesdecoder/Makefile +++ b/math/mosesdecoder/Makefile @@ -4,7 +4,7 @@ PORTNAME= mosesdecoder PORTVERSION= 2.1.1 DISTVERSIONPREFIX= RELEASE- -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MAINTAINER= demon@FreeBSD.org diff --git a/math/mumps/Makefile b/math/mumps/Makefile index 271ef0f..616ebc8 100644 --- a/math/mumps/Makefile +++ b/math/mumps/Makefile @@ -3,7 +3,7 @@ PORTNAME= mumps PORTVERSION= 4.10.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= http://mumps.enseeiht.fr/ \ http://graal.ens-lyon.fr/MUMPS/ \ diff --git a/math/octave-forge-actuarial/Makefile b/math/octave-forge-actuarial/Makefile index ca52940..d844430 100644 --- a/math/octave-forge-actuarial/Makefile +++ b/math/octave-forge-actuarial/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-actuarial PORTVERSION= 1.1.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-audio/Makefile b/math/octave-forge-audio/Makefile index 9c61675..9083e54 100644 --- a/math/octave-forge-audio/Makefile +++ b/math/octave-forge-audio/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-audio PORTVERSION= 1.1.4 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-bim/Makefile b/math/octave-forge-bim/Makefile index a835150..c6218ff 100644 --- a/math/octave-forge-bim/Makefile +++ b/math/octave-forge-bim/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-bim PORTVERSION= 1.1.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-bioinfo/Makefile b/math/octave-forge-bioinfo/Makefile index 8619a6e..185b2bb 100644 --- a/math/octave-forge-bioinfo/Makefile +++ b/math/octave-forge-bioinfo/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-bioinfo PORTVERSION= 0.1.2 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-cgi/Makefile b/math/octave-forge-cgi/Makefile index ad629da..96df0ae 100644 --- a/math/octave-forge-cgi/Makefile +++ b/math/octave-forge-cgi/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-cgi PORTVERSION= 0.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-civil-engineering/Makefile b/math/octave-forge-civil-engineering/Makefile index bc73358..7b2d6b3 100644 --- a/math/octave-forge-civil-engineering/Makefile +++ b/math/octave-forge-civil-engineering/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-civil-engineering PORTVERSION= 1.0.7 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-communications/Makefile b/math/octave-forge-communications/Makefile index f96e534..f84ed03 100644 --- a/math/octave-forge-communications/Makefile +++ b/math/octave-forge-communications/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-communications PORTVERSION= 1.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-control/Makefile b/math/octave-forge-control/Makefile index 4e599f8..80d74c6 100644 --- a/math/octave-forge-control/Makefile +++ b/math/octave-forge-control/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-control PORTVERSION= 3.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-data-smoothing/Makefile b/math/octave-forge-data-smoothing/Makefile index 8d1fd4e..0435ede 100644 --- a/math/octave-forge-data-smoothing/Makefile +++ b/math/octave-forge-data-smoothing/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-data-smoothing PORTVERSION= 1.3.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-database/Makefile b/math/octave-forge-database/Makefile index 4ac8026..a428f8d 100644 --- a/math/octave-forge-database/Makefile +++ b/math/octave-forge-database/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-database PORTVERSION= 2.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-dataframe/Makefile b/math/octave-forge-dataframe/Makefile index 4845744..0c97cc3 100644 --- a/math/octave-forge-dataframe/Makefile +++ b/math/octave-forge-dataframe/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-dataframe PORTVERSION= 1.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-divand/Makefile b/math/octave-forge-divand/Makefile index d6b5d09..1da84f7 100644 --- a/math/octave-forge-divand/Makefile +++ b/math/octave-forge-divand/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-divand PORTVERSION= 1.1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-doctest/Makefile b/math/octave-forge-doctest/Makefile index 3e57a62..2ce25ef 100644 --- a/math/octave-forge-doctest/Makefile +++ b/math/octave-forge-doctest/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-doctest PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-econometrics/Makefile b/math/octave-forge-econometrics/Makefile index b5a8b79..20c7a28 100644 --- a/math/octave-forge-econometrics/Makefile +++ b/math/octave-forge-econometrics/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-econometrics PORTVERSION= 1.1.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-engine/Makefile b/math/octave-forge-engine/Makefile index 6cf1bdc..3b528896 100644 --- a/math/octave-forge-engine/Makefile +++ b/math/octave-forge-engine/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-engine PORTVERSION= 1.0.9 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-fenv/Makefile b/math/octave-forge-fenv/Makefile index 58d51b4..19cf79e 100644 --- a/math/octave-forge-fenv/Makefile +++ b/math/octave-forge-fenv/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-fenv PORTVERSION= 0.1.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-financial/Makefile b/math/octave-forge-financial/Makefile index 8a28bab..a80dc4e 100644 --- a/math/octave-forge-financial/Makefile +++ b/math/octave-forge-financial/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-financial PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-fits/Makefile b/math/octave-forge-fits/Makefile index 6c70988..b82a818 100644 --- a/math/octave-forge-fits/Makefile +++ b/math/octave-forge-fits/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-fits PORTVERSION= 1.0.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-fl-core/Makefile b/math/octave-forge-fl-core/Makefile index 7e087da..c85d392 100644 --- a/math/octave-forge-fl-core/Makefile +++ b/math/octave-forge-fl-core/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-fl-core PORTVERSION= 1.0.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-fpl/Makefile b/math/octave-forge-fpl/Makefile index acc8e5a..787a3a8 100644 --- a/math/octave-forge-fpl/Makefile +++ b/math/octave-forge-fpl/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-fpl PORTVERSION= 1.3.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-fuzzy-logic-toolkit/Makefile b/math/octave-forge-fuzzy-logic-toolkit/Makefile index c2ea7f3..0997ec5 100644 --- a/math/octave-forge-fuzzy-logic-toolkit/Makefile +++ b/math/octave-forge-fuzzy-logic-toolkit/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-fuzzy-logic-toolkit PORTVERSION= 0.4.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-ga/Makefile b/math/octave-forge-ga/Makefile index 94e2a76..63739c9 100644 --- a/math/octave-forge-ga/Makefile +++ b/math/octave-forge-ga/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-ga PORTVERSION= 0.10.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-general/Makefile b/math/octave-forge-general/Makefile index 3db548b..196e138 100644 --- a/math/octave-forge-general/Makefile +++ b/math/octave-forge-general/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-general PORTVERSION= 2.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-generate_html/Makefile b/math/octave-forge-generate_html/Makefile index 754efe2..cf65d3f 100644 --- a/math/octave-forge-generate_html/Makefile +++ b/math/octave-forge-generate_html/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-generate_html PORTVERSION= 0.1.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-geometry/Makefile b/math/octave-forge-geometry/Makefile index 2fb7b1f..7647237 100644 --- a/math/octave-forge-geometry/Makefile +++ b/math/octave-forge-geometry/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-geometry PORTVERSION= 2.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-gnuplot/Makefile b/math/octave-forge-gnuplot/Makefile index 49dc5e5..cdf44bf 100644 --- a/math/octave-forge-gnuplot/Makefile +++ b/math/octave-forge-gnuplot/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-gnuplot PORTVERSION= 1.0.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-gsl/Makefile b/math/octave-forge-gsl/Makefile index c7a9e4b8..8039f73 100644 --- a/math/octave-forge-gsl/Makefile +++ b/math/octave-forge-gsl/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-gsl PORTVERSION= 2.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-ident/Makefile b/math/octave-forge-ident/Makefile index 88268f7..8b0432c 100644 --- a/math/octave-forge-ident/Makefile +++ b/math/octave-forge-ident/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-ident PORTVERSION= 1.0.7 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-image/Makefile b/math/octave-forge-image/Makefile index 1930d89..bd8f16d 100644 --- a/math/octave-forge-image/Makefile +++ b/math/octave-forge-image/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-image PORTVERSION= 2.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-informationtheory/Makefile b/math/octave-forge-informationtheory/Makefile index 39ec827..f6386cd 100644 --- a/math/octave-forge-informationtheory/Makefile +++ b/math/octave-forge-informationtheory/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-informationtheory PORTVERSION= 0.1.8 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-integration/Makefile b/math/octave-forge-integration/Makefile index 069d23e..9b59a60 100644 --- a/math/octave-forge-integration/Makefile +++ b/math/octave-forge-integration/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-integration PORTVERSION= 1.0.7 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-interval/Makefile b/math/octave-forge-interval/Makefile index f67ba65..f8a300d 100644 --- a/math/octave-forge-interval/Makefile +++ b/math/octave-forge-interval/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-interval PORTVERSION= 2.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-io/Makefile b/math/octave-forge-io/Makefile index 3cec9bd..b5723f0 100644 --- a/math/octave-forge-io/Makefile +++ b/math/octave-forge-io/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-io PORTVERSION= 2.4.5 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= math diff --git a/math/octave-forge-irsa/Makefile b/math/octave-forge-irsa/Makefile index b3f61d9..4a89927 100644 --- a/math/octave-forge-irsa/Makefile +++ b/math/octave-forge-irsa/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-irsa PORTVERSION= 1.0.7 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-level-set/Makefile b/math/octave-forge-level-set/Makefile index 1186a25..afed08c 100644 --- a/math/octave-forge-level-set/Makefile +++ b/math/octave-forge-level-set/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-level-set PORTVERSION= 0.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-linear-algebra/Makefile b/math/octave-forge-linear-algebra/Makefile index 4ed8130..9049eb6 100644 --- a/math/octave-forge-linear-algebra/Makefile +++ b/math/octave-forge-linear-algebra/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-linear-algebra PORTVERSION= 2.2.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= math diff --git a/math/octave-forge-lssa/Makefile b/math/octave-forge-lssa/Makefile index 88b8528..5776764 100644 --- a/math/octave-forge-lssa/Makefile +++ b/math/octave-forge-lssa/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-lssa PORTVERSION= 0.1.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-ltfat/Makefile b/math/octave-forge-ltfat/Makefile index 45c6fbe..af87a1b 100644 --- a/math/octave-forge-ltfat/Makefile +++ b/math/octave-forge-ltfat/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-ltfat PORTVERSION= 2.1.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= math diff --git a/math/octave-forge-mapping/Makefile b/math/octave-forge-mapping/Makefile index f915f82..76ce61a 100644 --- a/math/octave-forge-mapping/Makefile +++ b/math/octave-forge-mapping/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-mapping PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-mechanics/Makefile b/math/octave-forge-mechanics/Makefile index f5a1b45..aa21190 100644 --- a/math/octave-forge-mechanics/Makefile +++ b/math/octave-forge-mechanics/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-mechanics PORTVERSION= 1.3.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-miscellaneous/Makefile b/math/octave-forge-miscellaneous/Makefile index 473e90a..1f994c0 100644 --- a/math/octave-forge-miscellaneous/Makefile +++ b/math/octave-forge-miscellaneous/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-miscellaneous PORTVERSION= 1.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-missing-functions/Makefile b/math/octave-forge-missing-functions/Makefile index 4545cef..16bf098 100644 --- a/math/octave-forge-missing-functions/Makefile +++ b/math/octave-forge-missing-functions/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-missing-functions PORTVERSION= 1.0.2 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-msh/Makefile b/math/octave-forge-msh/Makefile index 66f1c5f..9b77d70 100644 --- a/math/octave-forge-msh/Makefile +++ b/math/octave-forge-msh/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-msh PORTVERSION= 1.0.10 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-multicore/Makefile b/math/octave-forge-multicore/Makefile index 119282f..163a5be 100644 --- a/math/octave-forge-multicore/Makefile +++ b/math/octave-forge-multicore/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-multicore PORTVERSION= 0.2.15 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-mvn/Makefile b/math/octave-forge-mvn/Makefile index f47b6f72..06cc01b 100644 --- a/math/octave-forge-mvn/Makefile +++ b/math/octave-forge-mvn/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-mvn PORTVERSION= 1.1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-nan/Makefile b/math/octave-forge-nan/Makefile index af09e52..d524f192 100644 --- a/math/octave-forge-nan/Makefile +++ b/math/octave-forge-nan/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-nan PORTVERSION= 3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-ncarray/Makefile b/math/octave-forge-ncarray/Makefile index 0f69adb..53c86d9 100644 --- a/math/octave-forge-ncarray/Makefile +++ b/math/octave-forge-ncarray/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-ncarray PORTVERSION= 1.0.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-netcdf/Makefile b/math/octave-forge-netcdf/Makefile index 79a38da..b8e416c 100644 --- a/math/octave-forge-netcdf/Makefile +++ b/math/octave-forge-netcdf/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-netcdf PORTVERSION= 1.0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-nlwing2/Makefile b/math/octave-forge-nlwing2/Makefile index b4a2417..4e94679 100644 --- a/math/octave-forge-nlwing2/Makefile +++ b/math/octave-forge-nlwing2/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-nlwing2 PORTVERSION= 1.2.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-nnet/Makefile b/math/octave-forge-nnet/Makefile index ec0bbe3..68472b0 100644 --- a/math/octave-forge-nnet/Makefile +++ b/math/octave-forge-nnet/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-nnet PORTVERSION= 0.1.13 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-nurbs/Makefile b/math/octave-forge-nurbs/Makefile index 42ae3d8..ca6c4f1 100644 --- a/math/octave-forge-nurbs/Makefile +++ b/math/octave-forge-nurbs/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-nurbs PORTVERSION= 1.3.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-ocs/Makefile b/math/octave-forge-ocs/Makefile index dbafa2a..8c3c850 100644 --- a/math/octave-forge-ocs/Makefile +++ b/math/octave-forge-ocs/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-ocs PORTVERSION= 0.1.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-oct2mat/Makefile b/math/octave-forge-oct2mat/Makefile index d522274..a593da4 100644 --- a/math/octave-forge-oct2mat/Makefile +++ b/math/octave-forge-oct2mat/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-oct2mat PORTVERSION= 1.0.7 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-octcdf/Makefile b/math/octave-forge-octcdf/Makefile index 7076425..10e0d9c 100644 --- a/math/octave-forge-octcdf/Makefile +++ b/math/octave-forge-octcdf/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-octcdf PORTVERSION= 1.1.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-octclip/Makefile b/math/octave-forge-octclip/Makefile index 6233c29..b1cf256 100644 --- a/math/octave-forge-octclip/Makefile +++ b/math/octave-forge-octclip/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-octclip PORTVERSION= 1.0.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-octproj/Makefile b/math/octave-forge-octproj/Makefile index 10a4398..5293a53 100644 --- a/math/octave-forge-octproj/Makefile +++ b/math/octave-forge-octproj/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-octproj PORTVERSION= 1.1.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-odebvp/Makefile b/math/octave-forge-odebvp/Makefile index e8f4134..0a09002 100644 --- a/math/octave-forge-odebvp/Makefile +++ b/math/octave-forge-odebvp/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-odebvp PORTVERSION= 1.0.6 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-odepkg/Makefile b/math/octave-forge-odepkg/Makefile index a818640..dc4f5930 100644 --- a/math/octave-forge-odepkg/Makefile +++ b/math/octave-forge-odepkg/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-odepkg PORTVERSION= 0.8.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-optics/Makefile b/math/octave-forge-optics/Makefile index 25b3478..95deaf9 100644 --- a/math/octave-forge-optics/Makefile +++ b/math/octave-forge-optics/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-optics PORTVERSION= 0.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-optim/Makefile b/math/octave-forge-optim/Makefile index 31c42e0..48bce6c 100644 --- a/math/octave-forge-optim/Makefile +++ b/math/octave-forge-optim/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-optim PORTVERSION= 1.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-optiminterp/Makefile b/math/octave-forge-optiminterp/Makefile index c5fa0c5..ca7b413 100644 --- a/math/octave-forge-optiminterp/Makefile +++ b/math/octave-forge-optiminterp/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-optiminterp PORTVERSION= 0.3.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-outliers/Makefile b/math/octave-forge-outliers/Makefile index 023de58..fc5d2e1 100644 --- a/math/octave-forge-outliers/Makefile +++ b/math/octave-forge-outliers/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-outliers PORTVERSION= 0.13.9 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-parallel/Makefile b/math/octave-forge-parallel/Makefile index 15a42ab..a7dd0a7 100644 --- a/math/octave-forge-parallel/Makefile +++ b/math/octave-forge-parallel/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-parallel PORTVERSION= 3.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-pdb/Makefile b/math/octave-forge-pdb/Makefile index de6b017..cdcb4d5 100644 --- a/math/octave-forge-pdb/Makefile +++ b/math/octave-forge-pdb/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-pdb PORTVERSION= 1.0.7 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-plot/Makefile b/math/octave-forge-plot/Makefile index 5812e15..4d84f01 100644 --- a/math/octave-forge-plot/Makefile +++ b/math/octave-forge-plot/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-plot PORTVERSION= 1.1.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-pt_br/Makefile b/math/octave-forge-pt_br/Makefile index fe105bf..e180cda 100644 --- a/math/octave-forge-pt_br/Makefile +++ b/math/octave-forge-pt_br/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-pt_br PORTVERSION= 1.0.9 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-quaternion/Makefile b/math/octave-forge-quaternion/Makefile index accb49b..2d4d523 100644 --- a/math/octave-forge-quaternion/Makefile +++ b/math/octave-forge-quaternion/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-quaternion PORTVERSION= 2.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-queueing/Makefile b/math/octave-forge-queueing/Makefile index b070057..27f73dd 100644 --- a/math/octave-forge-queueing/Makefile +++ b/math/octave-forge-queueing/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-queueing PORTVERSION= 1.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-secs1d/Makefile b/math/octave-forge-secs1d/Makefile index 73e3817..1450950 100644 --- a/math/octave-forge-secs1d/Makefile +++ b/math/octave-forge-secs1d/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-secs1d PORTVERSION= 0.0.9 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-secs2d/Makefile b/math/octave-forge-secs2d/Makefile index bdd27c8..711652a 100644 --- a/math/octave-forge-secs2d/Makefile +++ b/math/octave-forge-secs2d/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-secs2d PORTVERSION= 0.0.8 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-secs3d/Makefile b/math/octave-forge-secs3d/Makefile index d0c7258..3a70062 100644 --- a/math/octave-forge-secs3d/Makefile +++ b/math/octave-forge-secs3d/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-secs3d PORTVERSION= 0.0.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-signal/Makefile b/math/octave-forge-signal/Makefile index 641a272..0d90941 100644 --- a/math/octave-forge-signal/Makefile +++ b/math/octave-forge-signal/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-signal PORTVERSION= 1.3.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-simp/Makefile b/math/octave-forge-simp/Makefile index 128d95e..93cc60d 100644 --- a/math/octave-forge-simp/Makefile +++ b/math/octave-forge-simp/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-simp PORTVERSION= 1.1.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-sockets/Makefile b/math/octave-forge-sockets/Makefile index 7f5f000..7a95d78 100644 --- a/math/octave-forge-sockets/Makefile +++ b/math/octave-forge-sockets/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-sockets PORTVERSION= 1.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-sparsersb/Makefile b/math/octave-forge-sparsersb/Makefile index 4da54d2..f2a90bf 100644 --- a/math/octave-forge-sparsersb/Makefile +++ b/math/octave-forge-sparsersb/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-sparsersb PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-specfun/Makefile b/math/octave-forge-specfun/Makefile index e1989d6..da7f607 100644 --- a/math/octave-forge-specfun/Makefile +++ b/math/octave-forge-specfun/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-specfun PORTVERSION= 1.1.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-special-matrix/Makefile b/math/octave-forge-special-matrix/Makefile index 4d086a3..127ec59 100644 --- a/math/octave-forge-special-matrix/Makefile +++ b/math/octave-forge-special-matrix/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-special-matrix PORTVERSION= 1.0.7 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-splines/Makefile b/math/octave-forge-splines/Makefile index 867ed1b..74e6dec 100644 --- a/math/octave-forge-splines/Makefile +++ b/math/octave-forge-splines/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-splines PORTVERSION= 1.2.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-statistics/Makefile b/math/octave-forge-statistics/Makefile index 3f02b92..44f968c 100644 --- a/math/octave-forge-statistics/Makefile +++ b/math/octave-forge-statistics/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-statistics PORTVERSION= 1.2.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-stk/Makefile b/math/octave-forge-stk/Makefile index a4acb9d..3fa9cc7 100644 --- a/math/octave-forge-stk/Makefile +++ b/math/octave-forge-stk/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-stk PORTVERSION= 2.3.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-strings/Makefile b/math/octave-forge-strings/Makefile index 7699e6e..9682ad2 100644 --- a/math/octave-forge-strings/Makefile +++ b/math/octave-forge-strings/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-strings PORTVERSION= 1.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-struct/Makefile b/math/octave-forge-struct/Makefile index 1b789b3..3c4a717 100644 --- a/math/octave-forge-struct/Makefile +++ b/math/octave-forge-struct/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-struct PORTVERSION= 1.0.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-symband/Makefile b/math/octave-forge-symband/Makefile index e7d6bd0..dfc42d6 100644 --- a/math/octave-forge-symband/Makefile +++ b/math/octave-forge-symband/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-symband PORTVERSION= 1.0.10 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-symbolic/Makefile b/math/octave-forge-symbolic/Makefile index b2878d8..59ae719 100644 --- a/math/octave-forge-symbolic/Makefile +++ b/math/octave-forge-symbolic/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-symbolic PORTVERSION= 2.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-tcl-octave/Makefile b/math/octave-forge-tcl-octave/Makefile index 1971786..489875c 100644 --- a/math/octave-forge-tcl-octave/Makefile +++ b/math/octave-forge-tcl-octave/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-tcl-octave PORTVERSION= 0.1.8 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-tisean/Makefile b/math/octave-forge-tisean/Makefile index d3535a4..3e1eff3 100644 --- a/math/octave-forge-tisean/Makefile +++ b/math/octave-forge-tisean/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-tisean PORTVERSION= 0.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-tsa/Makefile b/math/octave-forge-tsa/Makefile index 9f54bd9..02aa961 100644 --- a/math/octave-forge-tsa/Makefile +++ b/math/octave-forge-tsa/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-tsa PORTVERSION= 4.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-video/Makefile b/math/octave-forge-video/Makefile index 5c8926c..e52f003 100644 --- a/math/octave-forge-video/Makefile +++ b/math/octave-forge-video/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-video PORTVERSION= 1.2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-zenity/Makefile b/math/octave-forge-zenity/Makefile index 6545a8c..396700e 100644 --- a/math/octave-forge-zenity/Makefile +++ b/math/octave-forge-zenity/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-zenity PORTVERSION= 0.5.7 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-zeromq/Makefile b/math/octave-forge-zeromq/Makefile index ff69eaf..49b92a1 100644 --- a/math/octave-forge-zeromq/Makefile +++ b/math/octave-forge-zeromq/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-zeromq PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave/Makefile b/math/octave/Makefile index 8458f77..3d946f5 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave PORTVERSION= 4.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= GNU diff --git a/math/openblas/Makefile b/math/openblas/Makefile index c7acab4..21288dd9 100644 --- a/math/openblas/Makefile +++ b/math/openblas/Makefile @@ -3,6 +3,7 @@ PORTNAME= openblas PORTVERSION= 0.2.19 +PORTREVISION= 1 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= math diff --git a/math/openfst/Makefile b/math/openfst/Makefile index ac1e99d..2cbc5d65 100644 --- a/math/openfst/Makefile +++ b/math/openfst/Makefile @@ -3,6 +3,7 @@ PORTNAME= openfst PORTVERSION= 1.5.4 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.openfst.org/twiki/pub/FST/FstDownload/ diff --git a/math/opensolaris-libm/Makefile b/math/opensolaris-libm/Makefile index 33f9c2f..326f842 100644 --- a/math/opensolaris-libm/Makefile +++ b/math/opensolaris-libm/Makefile @@ -3,7 +3,7 @@ PORTNAME= opensolaris-libm PORTVERSION= 2006.01.31 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= math diff --git a/math/p5-Math-Int128/Makefile b/math/p5-Math-Int128/Makefile index 5605563..f0b35d0 100644 --- a/math/p5-Math-Int128/Makefile +++ b/math/p5-Math-Int128/Makefile @@ -3,7 +3,7 @@ PORTNAME= Math-Int128 PORTVERSION= 0.22 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/math/pdal/Makefile b/math/pdal/Makefile index 0af8058..3df00d4 100644 --- a/math/pdal/Makefile +++ b/math/pdal/Makefile @@ -3,6 +3,7 @@ PORTNAME= pdal PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= math databases graphics MAINTAINER= lbartoletti@tuxfamily.org diff --git a/math/plplot/Makefile b/math/plplot/Makefile index 8ac80c3..bb206a5 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -3,6 +3,7 @@ PORTNAME= plplot PORTVERSION= 5.12.0 +PORTREVISION= 1 CATEGORIES= math science MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Source diff --git a/math/py-cryptominisat/Makefile b/math/py-cryptominisat/Makefile index 3026753..5556eb1 100644 --- a/math/py-cryptominisat/Makefile +++ b/math/py-cryptominisat/Makefile @@ -2,6 +2,7 @@ PORTNAME= cryptominisat PORTVERSION= 5.0.0 +PORTREVISION= 1 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index c36733f..c1ce7d0 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -3,7 +3,7 @@ PORTNAME= matplotlib PORTVERSION= 1.5.3 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index 4f250c5..c518e3e 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -3,7 +3,7 @@ PORTNAME= numpy PORTVERSION= 1.11.2 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= CHEESESHOP:source \ diff --git a/math/py-pysparse/Makefile b/math/py-pysparse/Makefile index 8edf9ba..5d0c373 100644 --- a/math/py-pysparse/Makefile +++ b/math/py-pysparse/Makefile @@ -3,7 +3,7 @@ PORTNAME= pysparse PORTVERSION= 1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-symeig/Makefile b/math/py-symeig/Makefile index dfe5834..ff8ea05 100644 --- a/math/py-symeig/Makefile +++ b/math/py-symeig/Makefile @@ -3,7 +3,7 @@ PORTNAME= symeig PORTVERSION= 1.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math python MASTER_SITES= SF/mdp-toolkit/mdp-toolkit/2.4 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-theano/Makefile b/math/py-theano/Makefile index e8f94bd..43367d4 100644 --- a/math/py-theano/Makefile +++ b/math/py-theano/Makefile @@ -3,6 +3,7 @@ PORTNAME= theano PORTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= CHEESESHOP/source/T/Theano PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile index eb5dc33..58f7cd9 100644 --- a/math/qalculate/Makefile +++ b/math/qalculate/Makefile @@ -3,6 +3,7 @@ PORTNAME= qalculate PORTVERSION= 0.9.9 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= math diff --git a/math/qd/Makefile b/math/qd/Makefile index 1ddd8c8..2c024f2 100644 --- a/math/qd/Makefile +++ b/math/qd/Makefile @@ -3,7 +3,7 @@ PORTNAME= qd PORTVERSION= 2.3.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= http://www.cs.berkeley.edu/~yozo/software/ diff --git a/math/qrupdate/Makefile b/math/qrupdate/Makefile index 40b42ef..8af65a1 100644 --- a/math/qrupdate/Makefile +++ b/math/qrupdate/Makefile @@ -3,7 +3,7 @@ PORTNAME= qrupdate PORTVERSION= 1.1.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= SOURCEFORGE/qrupdate/qrupdate/1.2 diff --git a/math/rkward-kde4/Makefile b/math/rkward-kde4/Makefile index 3b126c8..04c9d3a 100644 --- a/math/rkward-kde4/Makefile +++ b/math/rkward-kde4/Makefile @@ -3,7 +3,7 @@ PORTNAME= rkward PORTVERSION= 0.6.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src PKGNAMESUFFIX= -kde4 diff --git a/math/rpy2/Makefile b/math/rpy2/Makefile index 570f6f4..53b1085 100644 --- a/math/rpy2/Makefile +++ b/math/rpy2/Makefile @@ -3,7 +3,7 @@ PORTNAME= rpy2 PORTVERSION= 2.7.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= CHEESESHOP diff --git a/math/saga/Makefile b/math/saga/Makefile index 9faf9ae..702f32c 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -3,7 +3,7 @@ PORTNAME= saga PORTVERSION= 3.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/math/scalapack/Makefile b/math/scalapack/Makefile index 1088728..3d18089 100644 --- a/math/scalapack/Makefile +++ b/math/scalapack/Makefile @@ -3,7 +3,7 @@ PORTNAME= scalapack PORTVERSION= 2.0.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= math MASTER_SITES= NL DISTFILES= scalapack-${PORTVERSION}.tgz manpages.tgz diff --git a/math/scilab/Makefile b/math/scilab/Makefile index c2f5219..42ef9f0 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -3,7 +3,7 @@ PORTNAME= scilab PORTVERSION= 5.5.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math cad java MASTER_SITES= http://www.scilab.org/download/${PORTVERSION}/ DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} diff --git a/math/sdpa/Makefile b/math/sdpa/Makefile index 2ecbc84..e8e6241 100644 --- a/math/sdpa/Makefile +++ b/math/sdpa/Makefile @@ -3,7 +3,7 @@ PORTNAME= sdpa PORTVERSION= 7.3.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTNAME} \ DEBIAN/pool/main/m/mumps:mumps diff --git a/math/sdpara/Makefile b/math/sdpara/Makefile index 05d929e..b7b9355 100644 --- a/math/sdpara/Makefile +++ b/math/sdpara/Makefile @@ -3,7 +3,7 @@ PORTNAME= sdpara PORTVERSION= 7.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math parallel MASTER_SITES= SF/sdpa/sdpara DISTNAME= ${PORTNAME}.${PORTVERSION}.src.20100914 diff --git a/math/sfft/Makefile b/math/sfft/Makefile index 8de71ba..2f813d9 100644 --- a/math/sfft/Makefile +++ b/math/sfft/Makefile @@ -3,7 +3,7 @@ PORTNAME= sfft PORTVERSION= 0.1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= http://spiral.net/software/sfft/ LOCAL/bf DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/math/slatec/Makefile b/math/slatec/Makefile index 3fb4abc..2b4eb61 100644 --- a/math/slatec/Makefile +++ b/math/slatec/Makefile @@ -3,7 +3,7 @@ PORTNAME= slatec PORTVERSION= 4.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= NL/slatec/:slatec NL/blas/:blas # Get d1mach.f, i1mach.f, r1mach.f from BLAS, rather than from Slatec: diff --git a/math/spblas/Makefile b/math/spblas/Makefile index b1da9c0..6510b13 100644 --- a/math/spblas/Makefile +++ b/math/spblas/Makefile @@ -3,7 +3,7 @@ PORTNAME= spblas DISTVERSION= 1_02 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= http://math.nist.gov/spblas/:1 LOCAL/bf/:1 NL/blas/blast-forum/:2 DISTFILES= nist_spblas_${DISTVERSION}.zip:1 diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile index d780c2a..fa8a4bd 100644 --- a/math/suitesparse/Makefile +++ b/math/suitesparse/Makefile @@ -3,7 +3,7 @@ PORTNAME= suitesparse PORTVERSION= 4.0.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= http://www.cise.ufl.edu/research/sparse/SuiteSparse/ DISTNAME= SuiteSparse-${PORTVERSION} diff --git a/math/superlu/Makefile b/math/superlu/Makefile index 58adf62..5a54959 100644 --- a/math/superlu/Makefile +++ b/math/superlu/Makefile @@ -3,7 +3,7 @@ PORTNAME= superlu PORTVERSION= 5.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://crd-legacy.lbl.gov/~xiaoye/SuperLU/ \ http://crd-legacy.lbl.gov/~xiaoye/:doc diff --git a/math/superlu_mt/Makefile b/math/superlu_mt/Makefile index d5d8baf..b363f2f 100644 --- a/math/superlu_mt/Makefile +++ b/math/superlu_mt/Makefile @@ -3,7 +3,7 @@ PORTNAME= superlu_mt PORTVERSION= 2.0.20080115 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math MASTER_SITES= http://crd.lbl.gov/~xiaoye/SuperLU/ \ http://crd.lbl.gov/~xiaoye/:doc diff --git a/math/taucs/Makefile b/math/taucs/Makefile index eaf82427..ba4a481 100644 --- a/math/taucs/Makefile +++ b/math/taucs/Makefile @@ -3,7 +3,7 @@ PORTNAME= taucs PORTVERSION= 2.2 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= math MASTER_SITES= http://www.tau.ac.il/~stoledo/taucs/${PORTVERSION}/ \ LOCAL/bf diff --git a/math/tomsfastmath/Makefile b/math/tomsfastmath/Makefile index 525f864..e05549f 100644 --- a/math/tomsfastmath/Makefile +++ b/math/tomsfastmath/Makefile @@ -2,7 +2,7 @@ PORTNAME= tomsfastmath PORTVERSION= 0.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://libtom.net/files/ DISTNAME= tfm-${PORTVERSION} diff --git a/math/trlan/Makefile b/math/trlan/Makefile index bf264da..6e5c818 100644 --- a/math/trlan/Makefile +++ b/math/trlan/Makefile @@ -3,7 +3,7 @@ PORTNAME= trlan PORTVERSION= 201009 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= https://codeforge.lbl.gov/frs/download.php/210/:1 \ http://crd.lbl.gov/~kewu/ps/:2 \ diff --git a/math/vowpal_wabbit/Makefile b/math/vowpal_wabbit/Makefile index 7e6d589..4caae9a 100644 --- a/math/vowpal_wabbit/Makefile +++ b/math/vowpal_wabbit/Makefile @@ -3,7 +3,7 @@ PORTNAME= vowpal_wabbit PORTVERSION= 7.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MAINTAINER= demon@FreeBSD.org diff --git a/math/wfmath/Makefile b/math/wfmath/Makefile index ccfbf44..bff4cc1 100644 --- a/math/wfmath/Makefile +++ b/math/wfmath/Makefile @@ -3,7 +3,7 @@ PORTNAME= wfmath PORTVERSION= 1.0.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= SF/worldforge/${PORTNAME}%20%28math%20lib%29/${PORTVERSION} diff --git a/math/x12arima/Makefile b/math/x12arima/Makefile index 13977bf..78c45f6 100644 --- a/math/x12arima/Makefile +++ b/math/x12arima/Makefile @@ -3,7 +3,7 @@ PORTNAME= x12arima PORTVERSION= 0.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math finance MASTER_SITES= http://www.census.gov/ts/x12a/v03/unix/ DISTFILES= omegav03src.tar.gz diff --git a/math/yacas/Makefile b/math/yacas/Makefile index f265dce..d7e1da6 100644 --- a/math/yacas/Makefile +++ b/math/yacas/Makefile @@ -3,6 +3,7 @@ PORTNAME= yacas PORTVERSION= 1.6.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= math diff --git a/misc/estic/Makefile b/misc/estic/Makefile index 0f6e3fd..cc55711 100644 --- a/misc/estic/Makefile +++ b/misc/estic/Makefile @@ -3,7 +3,7 @@ PORTNAME= estic PORTVERSION= 1.61 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc comms MASTER_SITES= LOCAL/dinoex PKGNAMESUFFIX?= ${NOX11_SUFFIX}${PKGNAMESUFFIX2} diff --git a/misc/rump/Makefile b/misc/rump/Makefile index c25bcc8..4abddb1 100644 --- a/misc/rump/Makefile +++ b/misc/rump/Makefile @@ -3,7 +3,7 @@ PORTNAME= rump PORTVERSION= 20131213 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/stacktic/ DISTNAME= buildrump-${PORTVERSION} diff --git a/misc/seabios/Makefile b/misc/seabios/Makefile index 9678edb..3a3defd 100644 --- a/misc/seabios/Makefile +++ b/misc/seabios/Makefile @@ -2,7 +2,7 @@ PORTNAME= seabios PORTVERSION= 1.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= http://code.coreboot.org/p/seabios/downloads/get/ diff --git a/misc/terraform/Makefile b/misc/terraform/Makefile index aaf71cc..4e96618 100644 --- a/misc/terraform/Makefile +++ b/misc/terraform/Makefile @@ -4,7 +4,7 @@ PORTNAME= terraform PORTVERSION= 0.9.5 DISTVERSIONPREFIX= src- -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= misc gnome MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= gnome- diff --git a/multimedia/aegisub/Makefile b/multimedia/aegisub/Makefile index 2345c83..1f0941f 100644 --- a/multimedia/aegisub/Makefile +++ b/multimedia/aegisub/Makefile @@ -3,7 +3,7 @@ PORTNAME= aegisub PORTVERSION= 3.2.2 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= multimedia MASTER_SITES= http://ftp.aegisub.org/pub/archives/releases/source/ \ ftp://ftp.aegisub.org/pub/archives/releases/source/ \ diff --git a/multimedia/assimp/Makefile b/multimedia/assimp/Makefile index 33344c5..40812be 100644 --- a/multimedia/assimp/Makefile +++ b/multimedia/assimp/Makefile @@ -4,7 +4,7 @@ PORTNAME= assimp PORTVERSION= 3.3.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MAINTAINER= yuri@rawbw.com diff --git a/multimedia/audacious-gtk3/Makefile b/multimedia/audacious-gtk3/Makefile index 6ba349c..9cd1c03 100644 --- a/multimedia/audacious-gtk3/Makefile +++ b/multimedia/audacious-gtk3/Makefile @@ -3,6 +3,7 @@ PORTNAME= audacious PORTVERSION= 3.8.2 +PORTREVISION= 1 DISTVERSIONSUFFIX= -gtk3 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.audacious-media-player.org/ diff --git a/multimedia/audacious-plugins-gtk3/Makefile b/multimedia/audacious-plugins-gtk3/Makefile index e9ea69a..52c7bb9 100644 --- a/multimedia/audacious-plugins-gtk3/Makefile +++ b/multimedia/audacious-plugins-gtk3/Makefile @@ -3,7 +3,7 @@ PORTNAME= audacious-plugins PORTVERSION= 3.8.2 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONSUFFIX= -gtk3 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.audacious-media-player.org/ diff --git a/multimedia/audacious-plugins/Makefile b/multimedia/audacious-plugins/Makefile index 5d4235f..dba070c 100644 --- a/multimedia/audacious-plugins/Makefile +++ b/multimedia/audacious-plugins/Makefile @@ -3,7 +3,7 @@ PORTNAME= audacious-plugins PORTVERSION= 3.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.audacious-media-player.org/ diff --git a/multimedia/audacious/Makefile b/multimedia/audacious/Makefile index 37141f0..68971ef 100644 --- a/multimedia/audacious/Makefile +++ b/multimedia/audacious/Makefile @@ -3,6 +3,7 @@ PORTNAME= audacious PORTVERSION= 3.8.2 +PORTREVISION= 1 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.audacious-media-player.org/ diff --git a/multimedia/baka-mplayer/Makefile b/multimedia/baka-mplayer/Makefile index 725f97f..76f207b 100644 --- a/multimedia/baka-mplayer/Makefile +++ b/multimedia/baka-mplayer/Makefile @@ -3,6 +3,7 @@ PORTNAME= baka-mplayer DISTVERSIONPREFIX= v DISTVERSION= 2.0.4 +PORTREVISION= 1 CATEGORIES= multimedia audio MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/bombono/Makefile b/multimedia/bombono/Makefile index 73daf96..284a3fb 100644 --- a/multimedia/bombono/Makefile +++ b/multimedia/bombono/Makefile @@ -3,7 +3,7 @@ PORTNAME= bombono PORTVERSION= 1.2.2 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-dvd/${PORTVERSION:R} DISTNAME= ${PORTNAME}-dvd-${PORTVERSION} diff --git a/multimedia/dvdstyler/Makefile b/multimedia/dvdstyler/Makefile index 8c38ac4..b1ef02f 100644 --- a/multimedia/dvdstyler/Makefile +++ b/multimedia/dvdstyler/Makefile @@ -3,7 +3,7 @@ PORTNAME= dvdstyler PORTVERSION= 2.9.6 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= multimedia MASTER_SITES= SF diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index 4168577..5263178 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -3,7 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 3.2.4 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://ffmpeg.org/releases/ diff --git a/multimedia/ffmpegthumbnailer/Makefile b/multimedia/ffmpegthumbnailer/Makefile index bf3798d..b1a002f 100644 --- a/multimedia/ffmpegthumbnailer/Makefile +++ b/multimedia/ffmpegthumbnailer/Makefile @@ -3,6 +3,7 @@ PORTNAME= ffmpegthumbnailer PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= multimedia graphics MAINTAINER= clutton@zoho.com diff --git a/multimedia/ffms2/Makefile b/multimedia/ffms2/Makefile index 78f4e7e2..2cbd559 100644 --- a/multimedia/ffms2/Makefile +++ b/multimedia/ffms2/Makefile @@ -2,7 +2,7 @@ PORTNAME= ffms2 DISTVERSION= 2.23 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/gstreamer1-vaapi/Makefile b/multimedia/gstreamer1-vaapi/Makefile index aefe9ff..ecc47c1 100644 --- a/multimedia/gstreamer1-vaapi/Makefile +++ b/multimedia/gstreamer1-vaapi/Makefile @@ -3,7 +3,7 @@ PORTNAME= gstreamer1-vaapi PORTVERSION= 1.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= https://gstreamer.freedesktop.org/src/gstreamer-vaapi/ DISTNAME= gstreamer-vaapi-${PORTVERSION} diff --git a/multimedia/kf5-kmediaplayer/Makefile b/multimedia/kf5-kmediaplayer/Makefile index 1d3d2c4..9111373 100644 --- a/multimedia/kf5-kmediaplayer/Makefile +++ b/multimedia/kf5-kmediaplayer/Makefile @@ -3,6 +3,7 @@ PORTNAME= kmediaplayer PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= multimedia kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/multimedia/kissdx/Makefile b/multimedia/kissdx/Makefile index 09b1f64..defcbd1 100644 --- a/multimedia/kissdx/Makefile +++ b/multimedia/kissdx/Makefile @@ -3,7 +3,7 @@ PORTNAME= kissdx PORTVERSION= 0.13.10a -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= multimedia net MASTER_SITES= http://paragi.dk/kiss/ diff --git a/multimedia/kodi/Makefile b/multimedia/kodi/Makefile index 9b8f3dd..287d1373 100644 --- a/multimedia/kodi/Makefile +++ b/multimedia/kodi/Makefile @@ -2,7 +2,7 @@ PORTNAME= kodi DISTVERSION= 16.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= multimedia java MAINTAINER= mickael.maillot@gmail.com diff --git a/multimedia/kvazaar/Makefile b/multimedia/kvazaar/Makefile index 8ab1542..b63089e 100644 --- a/multimedia/kvazaar/Makefile +++ b/multimedia/kvazaar/Makefile @@ -3,7 +3,7 @@ PORTNAME= kvazaar DISTVERSIONPREFIX= v DISTVERSION?= 1.1.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/libcec/Makefile b/multimedia/libcec/Makefile index 6fe9921..da3b9c9 100644 --- a/multimedia/libcec/Makefile +++ b/multimedia/libcec/Makefile @@ -3,6 +3,7 @@ PORTNAME= libcec PORTVERSION= 3.1.0 +PORTREVISION= 1 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= multimedia diff --git a/multimedia/libde265/Makefile b/multimedia/libde265/Makefile index 76e4d6e..559ee13 100644 --- a/multimedia/libde265/Makefile +++ b/multimedia/libde265/Makefile @@ -3,6 +3,7 @@ PORTNAME= libde265 PORTVERSION= 1.0.2 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= multimedia diff --git a/multimedia/libva-intel-driver/Makefile b/multimedia/libva-intel-driver/Makefile index 0749011..1d72bb4 100644 --- a/multimedia/libva-intel-driver/Makefile +++ b/multimedia/libva-intel-driver/Makefile @@ -3,7 +3,7 @@ PORTNAME= libva-intel-driver PORTVERSION= 1.7.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MAINTAINER= madpilot@FreeBSD.org diff --git a/multimedia/libvpx/Makefile b/multimedia/libvpx/Makefile index e9c642d..8fdcda8 100644 --- a/multimedia/libvpx/Makefile +++ b/multimedia/libvpx/Makefile @@ -4,6 +4,7 @@ PORTNAME= libvpx DISTVERSIONPREFIX= v DISTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile index 477b704..45c3237 100644 --- a/multimedia/lives/Makefile +++ b/multimedia/lives/Makefile @@ -3,6 +3,7 @@ PORTNAME= lives PORTVERSION= 2.8.4 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://lives-video.com/releases/ DISTNAME= LiVES-${PORTVERSION} diff --git a/multimedia/mjpegtools/Makefile b/multimedia/mjpegtools/Makefile index d276046..73a087d 100644 --- a/multimedia/mjpegtools/Makefile +++ b/multimedia/mjpegtools/Makefile @@ -3,7 +3,7 @@ PORTNAME= mjpegtools PORTVERSION= 2.1.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME:S/tools//}/${PORTNAME}/${PORTVERSION} diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile index 6e43f26..88187ba 100644 --- a/multimedia/mkvtoolnix/Makefile +++ b/multimedia/mkvtoolnix/Makefile @@ -3,6 +3,7 @@ PORTNAME= mkvtoolnix PORTVERSION= 10.0.0 +PORTREVISION= 1 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ \ https://mkvtoolnix.download/sources/ diff --git a/multimedia/mpc-qt/Makefile b/multimedia/mpc-qt/Makefile index fe8e094..d9c136a 100644 --- a/multimedia/mpc-qt/Makefile +++ b/multimedia/mpc-qt/Makefile @@ -2,6 +2,7 @@ PORTNAME= mpc-qt DISTVERSION= 0.0.0.s20170329 +PORTREVISION= 1 CATEGORIES= multimedia audio MASTER_SITES= https://aur.archlinux.org/cgit/aur.git/plain/${PORTNAME}.desktop?h=${PORTNAME}-git&id=b1a6b91&dummy=/:desktop DISTFILES= ${PORTNAME}.desktop:desktop diff --git a/multimedia/mpv/Makefile b/multimedia/mpv/Makefile index e5347c6..794ff50 100644 --- a/multimedia/mpv/Makefile +++ b/multimedia/mpv/Makefile @@ -4,7 +4,7 @@ PORTNAME= mpv PORTVERSION= 0.24.0 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= multimedia audio diff --git a/multimedia/obs-studio/Makefile b/multimedia/obs-studio/Makefile index 2511311..6c0c3af 100644 --- a/multimedia/obs-studio/Makefile +++ b/multimedia/obs-studio/Makefile @@ -2,6 +2,7 @@ PORTNAME= obs-studio PORTVERSION= 18.0.1 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= ports@FreeBSD.org diff --git a/multimedia/oggvideotools/Makefile b/multimedia/oggvideotools/Makefile index 1cd7457..ac377f5 100644 --- a/multimedia/oggvideotools/Makefile +++ b/multimedia/oggvideotools/Makefile @@ -3,6 +3,7 @@ PORTNAME= oggvideotools PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME} diff --git a/multimedia/pHash/Makefile b/multimedia/pHash/Makefile index 0797b4b..7b1bf1c 100644 --- a/multimedia/pHash/Makefile +++ b/multimedia/pHash/Makefile @@ -3,7 +3,7 @@ PORTNAME= pHash PORTVERSION= 0.9.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia devel MASTER_SITES= http://phash.org/releases/ \ http://www.cyberbotx.com/pHash/ diff --git a/multimedia/rage/Makefile b/multimedia/rage/Makefile index 9d9e759..1f4806a 100644 --- a/multimedia/rage/Makefile +++ b/multimedia/rage/Makefile @@ -3,7 +3,7 @@ PORTNAME= rage PORTVERSION= 0.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia enlightenment MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/ diff --git a/multimedia/vapoursynth/Makefile b/multimedia/vapoursynth/Makefile index 7196f2e..fa90a62 100644 --- a/multimedia/vapoursynth/Makefile +++ b/multimedia/vapoursynth/Makefile @@ -2,6 +2,7 @@ PORTNAME= vapoursynth PORTVERSION= R37 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org diff --git a/multimedia/vdr-plugin-softhddevice/Makefile b/multimedia/vdr-plugin-softhddevice/Makefile index 059eba5..8942988 100644 --- a/multimedia/vdr-plugin-softhddevice/Makefile +++ b/multimedia/vdr-plugin-softhddevice/Makefile @@ -3,7 +3,7 @@ PORTNAME= vdr-plugin-softhddevice PORTVERSION= 0.5.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= multimedia MASTER_SITES= http://projects.vdr-developer.org/attachments/download/1000/ DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} diff --git a/multimedia/vdr/Makefile b/multimedia/vdr/Makefile index e7651ba..9da5c4d 100644 --- a/multimedia/vdr/Makefile +++ b/multimedia/vdr/Makefile @@ -3,7 +3,7 @@ PORTNAME= vdr PORTVERSION= 1.7.29 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.tvdr.de/vdr/Developer/ DIST_SUBDIR= vdr diff --git a/multimedia/vlc/Makefile b/multimedia/vlc/Makefile index 9bbed54..b425271 100644 --- a/multimedia/vlc/Makefile +++ b/multimedia/vlc/Makefile @@ -3,7 +3,7 @@ PORTNAME= vlc DISTVERSION= 2.2.4 -PORTREVISION= 11 +PORTREVISION= 12 PORTEPOCH= 4 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ diff --git a/multimedia/x264/Makefile b/multimedia/x264/Makefile index 72f43db..bb68c4e 100644 --- a/multimedia/x264/Makefile +++ b/multimedia/x264/Makefile @@ -19,7 +19,7 @@ PORTNAME= x264 PORTVERSION= 0.${X264_BUILD}.${X264_REV} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.videolan.org/pub/videolan/x264/snapshots/ \ http://samples.mplayerhq.hu/yuv4mpeg2/:pgo diff --git a/multimedia/xanim/Makefile b/multimedia/xanim/Makefile index 4d90e4a..5ded02b 100644 --- a/multimedia/xanim/Makefile +++ b/multimedia/xanim/Makefile @@ -3,7 +3,7 @@ PORTNAME= xanim PORTVERSION= 2.92.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia graphics MASTER_SITES= ftp://ftp.nstu.ru/pub/mirrors/xanim.va.pubnix.com/:main \ LOCAL/dinoex:main,DEFAULT \ diff --git a/net-im/diligent/Makefile b/net-im/diligent/Makefile index 8e1cf1d..2ee7f52 100644 --- a/net-im/diligent/Makefile +++ b/net-im/diligent/Makefile @@ -3,7 +3,7 @@ PORTNAME= diligent PORTVERSION= 0.2.7 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= net-im diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile index 82fe333..6618264d 100644 --- a/net-im/jabberd/Makefile +++ b/net-im/jabberd/Makefile @@ -3,6 +3,7 @@ PORTNAME= jabberd PORTVERSION= 2.5.0 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= https://github.com/jabberd2/jabberd2/releases/download/${PORTNAME}-${DISTVERSION}/ \ LOCAL/matthew/${PORTNAME} diff --git a/net-im/ktp-common-internals/Makefile b/net-im/ktp-common-internals/Makefile index 1b1a9e8..0e8f0e3 100644 --- a/net-im/ktp-common-internals/Makefile +++ b/net-im/ktp-common-internals/Makefile @@ -2,6 +2,7 @@ PORTNAME= ktp-common-internals PORTVERSION= ${KTP_VERSION} +PORTREVISION= 1 CATEGORIES= net-im kde MASTER_SITES= KDE/${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src diff --git a/net-im/ktp-text-ui/Makefile b/net-im/ktp-text-ui/Makefile index 45c2414..7fd4896 100644 --- a/net-im/ktp-text-ui/Makefile +++ b/net-im/ktp-text-ui/Makefile @@ -2,6 +2,7 @@ PORTNAME= ktp-text-ui PORTVERSION= ${KTP_VERSION} +PORTREVISION= 1 CATEGORIES= net-im kde MASTER_SITES= KDE/${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src diff --git a/net-im/libaccounts-qt5/Makefile b/net-im/libaccounts-qt5/Makefile index 8fe034a..ff819b9 100644 --- a/net-im/libaccounts-qt5/Makefile +++ b/net-im/libaccounts-qt5/Makefile @@ -3,7 +3,7 @@ PORTNAME= libaccounts-qt5 PORTVERSION= 1.13 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= https://drive.google.com/uc?export=download&id=0B8fX9XOwH_g4cTRCaktXNDRmMXM&dummy= \ LOCAL/rakuco diff --git a/net-im/qTox/Makefile b/net-im/qTox/Makefile index 58ac8fc..be8239c 100644 --- a/net-im/qTox/Makefile +++ b/net-im/qTox/Makefile @@ -3,6 +3,7 @@ PORTNAME= qTox PORTVERSION= 1.9.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= net-im net-p2p diff --git a/net-im/ricochet/Makefile b/net-im/ricochet/Makefile index 4a1689e..31559f7 100644 --- a/net-im/ricochet/Makefile +++ b/net-im/ricochet/Makefile @@ -4,7 +4,7 @@ PORTNAME= ricochet PORTVERSION= 1.1.4 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im net-p2p MAINTAINER= yuri@rawbw.com diff --git a/net-im/ring-daemon/Makefile b/net-im/ring-daemon/Makefile index b5d48dc..ad54fc4 100644 --- a/net-im/ring-daemon/Makefile +++ b/net-im/ring-daemon/Makefile @@ -4,7 +4,7 @@ PORTNAME= ring-daemon PORTVERSION= 0.160516 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im net-p2p MAINTAINER= yuri@rawbw.com diff --git a/net-im/ring-gnome/Makefile b/net-im/ring-gnome/Makefile index d263e05..317f213 100644 --- a/net-im/ring-gnome/Makefile +++ b/net-im/ring-gnome/Makefile @@ -3,7 +3,7 @@ PORTNAME= ring-gnome PORTVERSION= 0.160516 -PORTREVISION= 1 +PORTREVISION= 2 #DISTVERSIONPREFIX= v CATEGORIES= net-im net-p2p diff --git a/net-im/ring-libclient/Makefile b/net-im/ring-libclient/Makefile index c054d64..d86df1b 100644 --- a/net-im/ring-libclient/Makefile +++ b/net-im/ring-libclient/Makefile @@ -3,6 +3,7 @@ PORTNAME= ring-libclient PORTVERSION= 0.160516 +PORTREVISION= 1 #DISTVERSIONPREFIX= v CATEGORIES= net-im net-p2p diff --git a/net-im/teamwords/Makefile b/net-im/teamwords/Makefile index c8c9741..3a811f4 100644 --- a/net-im/teamwords/Makefile +++ b/net-im/teamwords/Makefile @@ -3,6 +3,7 @@ PORTNAME= teamwords PORTVERSION= 0.2.1 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= net-im diff --git a/net-im/telegram-purple/Makefile b/net-im/telegram-purple/Makefile index 20c26f2..4a0be9d 100644 --- a/net-im/telegram-purple/Makefile +++ b/net-im/telegram-purple/Makefile @@ -4,7 +4,7 @@ PORTNAME= telegram-purple PORTVERSION= 1.3.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MAINTAINER= kevlo@FreeBSD.org diff --git a/net-im/tox/Makefile b/net-im/tox/Makefile index addbec3..3528a8c 100644 --- a/net-im/tox/Makefile +++ b/net-im/tox/Makefile @@ -3,6 +3,7 @@ PORTNAME= toxcore PORTVERSION= 0.1.5 +PORTREVISION= 1 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= net-im net-p2p diff --git a/net-im/uTox/Makefile b/net-im/uTox/Makefile index 6c1fc01..2946c0f0 100644 --- a/net-im/uTox/Makefile +++ b/net-im/uTox/Makefile @@ -2,7 +2,7 @@ PORTNAME= uTox PORTVERSION= 0.11.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im net-p2p MAINTAINER= portmaster@BSDforge.com diff --git a/net-mgmt/chillispot/Makefile b/net-mgmt/chillispot/Makefile index f39d476..5775a9f 100644 --- a/net-mgmt/chillispot/Makefile +++ b/net-mgmt/chillispot/Makefile @@ -3,7 +3,7 @@ PORTNAME= chillispot PORTVERSION= 1.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net-mgmt MASTER_SITES= http://www.chillispot.info/download/ \ http://www.geeklan.co.uk/files/ \ diff --git a/net-mgmt/mk-livestatus/Makefile b/net-mgmt/mk-livestatus/Makefile index 2bf9aa9..640d133 100644 --- a/net-mgmt/mk-livestatus/Makefile +++ b/net-mgmt/mk-livestatus/Makefile @@ -3,6 +3,7 @@ PORTNAME= mk-livestatus PORTVERSION= 1.2.8p16 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://mathias-kettner.de/download/ DIST_SUBDIR= check_mk diff --git a/net-mgmt/resource-agents/Makefile b/net-mgmt/resource-agents/Makefile index c5151ea..f1a12e6 100644 --- a/net-mgmt/resource-agents/Makefile +++ b/net-mgmt/resource-agents/Makefile @@ -3,7 +3,7 @@ PORTNAME= resource-agents PORTVERSION= 3.9.7 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX=v CATEGORIES= net-mgmt diff --git a/net-mgmt/seafile-gui/Makefile b/net-mgmt/seafile-gui/Makefile index 8cd07a3..20f459c 100644 --- a/net-mgmt/seafile-gui/Makefile +++ b/net-mgmt/seafile-gui/Makefile @@ -2,6 +2,7 @@ PORTNAME= seafile-gui PORTVERSION= 6.0.4 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= net-mgmt devel diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile index ec363cc..c395c26 100644 --- a/net-p2p/bitcoin/Makefile +++ b/net-p2p/bitcoin/Makefile @@ -4,7 +4,7 @@ PORTNAME= bitcoin PORTVERSION= 0.12.1 DISTVERSIONPREFIX= v -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net-p2p finance MAINTAINER= robbak@robbak.com diff --git a/net-p2p/cpuminer/Makefile b/net-p2p/cpuminer/Makefile index 7d08388..21bb825 100644 --- a/net-p2p/cpuminer/Makefile +++ b/net-p2p/cpuminer/Makefile @@ -3,6 +3,7 @@ PORTNAME= cpuminer PORTVERSION= 2.4.5 +PORTREVISION= 1 CATEGORIES= net-p2p math MASTER_SITES= SF/cpuminer DISTNAME= pooler-${PORTNAME}-${PORTVERSION} diff --git a/net-p2p/dogecoin/Makefile b/net-p2p/dogecoin/Makefile index 15b4bbc..5d5891a 100644 --- a/net-p2p/dogecoin/Makefile +++ b/net-p2p/dogecoin/Makefile @@ -4,7 +4,7 @@ PORTNAME= dogecoin PORTVERSION= 1.8.2 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-p2p finance MAINTAINER= swills@FreeBSD.org diff --git a/net-p2p/eiskaltdcpp-daemon/Makefile b/net-p2p/eiskaltdcpp-daemon/Makefile index 4dc7d7f..a427760 100644 --- a/net-p2p/eiskaltdcpp-daemon/Makefile +++ b/net-p2p/eiskaltdcpp-daemon/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= eiskaltdcpp -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net-p2p PKGNAMESUFFIX= -daemon diff --git a/net-p2p/eiskaltdcpp-gtk/Makefile b/net-p2p/eiskaltdcpp-gtk/Makefile index 415f0a6..316d9e0 100644 --- a/net-p2p/eiskaltdcpp-gtk/Makefile +++ b/net-p2p/eiskaltdcpp-gtk/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= eiskaltdcpp -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net-p2p PKGNAMESUFFIX= -gtk diff --git a/net-p2p/eiskaltdcpp-lib/Makefile b/net-p2p/eiskaltdcpp-lib/Makefile index 3afb4a7..e59618d 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= 3 +PORTREVISION= 4 CATEGORIES= net-p2p PKGNAMESUFFIX?= -lib diff --git a/net-p2p/eiskaltdcpp-qt/Makefile b/net-p2p/eiskaltdcpp-qt/Makefile index 3ee784b..94fc712 100644 --- a/net-p2p/eiskaltdcpp-qt/Makefile +++ b/net-p2p/eiskaltdcpp-qt/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= eiskaltdcpp -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net-p2p PKGNAMESUFFIX= -qt diff --git a/net-p2p/go-ethereum/Makefile b/net-p2p/go-ethereum/Makefile index 3942c58..9c09d54 100644 --- a/net-p2p/go-ethereum/Makefile +++ b/net-p2p/go-ethereum/Makefile @@ -2,6 +2,7 @@ PORTNAME= go-ethereum PORTVERSION= 1.5.8 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= net-p2p diff --git a/net-p2p/libtorrent-rasterbar/Makefile b/net-p2p/libtorrent-rasterbar/Makefile index 1d97abe..bc5e82d 100644 --- a/net-p2p/libtorrent-rasterbar/Makefile +++ b/net-p2p/libtorrent-rasterbar/Makefile @@ -3,6 +3,7 @@ PORTNAME= libtorrent-rasterbar PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES?= net-p2p ipv6 MASTER_SITES= https://github.com/arvidn/libtorrent/releases/download/libtorrent-${PORTVERSION:S/./_/g}/ diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index d9e0fa0..d447e50 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -2,7 +2,7 @@ PORTNAME= libtorrent PORTVERSION= 0.13.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MASTER_SITES= http://rtorrent.net/downloads/ diff --git a/net-p2p/namecoin/Makefile b/net-p2p/namecoin/Makefile index 5d0d1b3..e8ac504 100644 --- a/net-p2p/namecoin/Makefile +++ b/net-p2p/namecoin/Makefile @@ -4,7 +4,7 @@ PORTNAME= namecoin PORTVERSION= 0.3.80 DISTVERSIONPREFIX= nc -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= net-p2p dns diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index 2834705..e4e6063 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -3,6 +3,7 @@ PORTNAME= qbittorrent PORTVERSION= 3.3.11 +PORTREVISION= 1 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index 032b1c8..de6dbc0 100644 --- a/net-p2p/rtorrent/Makefile +++ b/net-p2p/rtorrent/Makefile @@ -2,7 +2,7 @@ PORTNAME= rtorrent PORTVERSION= 0.9.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MASTER_SITES= http://rtorrent.net/downloads/ diff --git a/net-p2p/transmission-qt4/Makefile b/net-p2p/transmission-qt4/Makefile index b171884..d28a653 100644 --- a/net-p2p/transmission-qt4/Makefile +++ b/net-p2p/transmission-qt4/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 3 +PORTREVISION= 4 PKGNAMESUFFIX= -qt4 MAINTAINER= crees@FreeBSD.org diff --git a/net-p2p/zetacoin/Makefile b/net-p2p/zetacoin/Makefile index faa9faf..9082267 100644 --- a/net-p2p/zetacoin/Makefile +++ b/net-p2p/zetacoin/Makefile @@ -4,7 +4,7 @@ PORTNAME= zetacoin PORTVERSION= 0.11.2.3 DISTVERSIONPREFIX= v -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-p2p finance MAINTAINER= daniel@morante.net diff --git a/net/belle-sip/Makefile b/net/belle-sip/Makefile index 64e0a18..e6b60f3 100644 --- a/net/belle-sip/Makefile +++ b/net/belle-sip/Makefile @@ -2,7 +2,7 @@ PORTNAME= belle-sip PORTVERSION= 1.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net java MASTER_SITES= SAVANNAH/linphone/${PORTNAME}/ \ http://www.antlr3.org/download/:source2 diff --git a/net/corosync/Makefile b/net/corosync/Makefile index 4e5cc56..812cf05 100644 --- a/net/corosync/Makefile +++ b/net/corosync/Makefile @@ -3,7 +3,7 @@ PORTNAME= corosync PORTVERSION= 2.3.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= http://build.clusterlabs.org/corosync/releases/ diff --git a/net/freerdp/Makefile b/net/freerdp/Makefile index caa92d0..e88186f 100644 --- a/net/freerdp/Makefile +++ b/net/freerdp/Makefile @@ -3,7 +3,7 @@ PORTNAME= freerdp PORTVERSION= 2.0.0.g2016.11.24 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net comms ipv6 MAINTAINER= bsdports@kyle-evans.net diff --git a/net/freerdp1/Makefile b/net/freerdp1/Makefile index e0eff88..5c89230 100644 --- a/net/freerdp1/Makefile +++ b/net/freerdp1/Makefile @@ -3,7 +3,7 @@ PORTNAME= freerdp PORTVERSION= 1.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net comms ipv6 PKGNAMESUFFIX= 1 diff --git a/net/glusterfs/Makefile b/net/glusterfs/Makefile index 617d229..cd08099 100644 --- a/net/glusterfs/Makefile +++ b/net/glusterfs/Makefile @@ -2,7 +2,7 @@ PORTNAME= glusterfs PORTVERSION= 3.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://bits.gluster.org/pub/gluster/glusterfs/src/ diff --git a/net/gnome-online-accounts/Makefile b/net/gnome-online-accounts/Makefile index fba3cf4..e5e55be 100644 --- a/net/gnome-online-accounts/Makefile +++ b/net/gnome-online-accounts/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnome-online-accounts PORTVERSION= 3.18.6 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= GNOME diff --git a/net/gupnp/Makefile b/net/gupnp/Makefile index c29caef..34cab58 100644 --- a/net/gupnp/Makefile +++ b/net/gupnp/Makefile @@ -3,6 +3,7 @@ PORTNAME= gupnp PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= GNOME diff --git a/net/iaxmodem/Makefile b/net/iaxmodem/Makefile index 26c6e05..5ee6e83 100644 --- a/net/iaxmodem/Makefile +++ b/net/iaxmodem/Makefile @@ -3,7 +3,7 @@ PORTNAME= iaxmodem PORTVERSION= 1.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net comms MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/net/ipxe/Makefile b/net/ipxe/Makefile index 0acd56a..e24347c 100644 --- a/net/ipxe/Makefile +++ b/net/ipxe/Makefile @@ -5,6 +5,7 @@ PORTNAME= ipxe PORTVERSION= 20161208 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= tobik@FreeBSD.org diff --git a/net/kea/Makefile b/net/kea/Makefile index 8246b4a..af320b8 100644 --- a/net/kea/Makefile +++ b/net/kea/Makefile @@ -2,7 +2,7 @@ PORTNAME= kea PORTVERSION= 1.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net ipv6 MASTER_SITES= ISC/kea/${PORTVERSION} diff --git a/net/kf5-kxmlrpcclient/Makefile b/net/kf5-kxmlrpcclient/Makefile index e3dae35..e5017f5 100644 --- a/net/kf5-kxmlrpcclient/Makefile +++ b/net/kf5-kxmlrpcclient/Makefile @@ -3,6 +3,7 @@ PORTNAME= kxmlrpcclient PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= net kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/net/l2tpd/Makefile b/net/l2tpd/Makefile index a68ffac..69b2c59 100644 --- a/net/l2tpd/Makefile +++ b/net/l2tpd/Makefile @@ -3,7 +3,7 @@ PORTNAME= l2tpd PORTVERSION= 0.69 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/L2TPd/${PORTVERSION} diff --git a/net/libtnl/Makefile b/net/libtnl/Makefile index 6ae7059..6b253ba 100644 --- a/net/libtnl/Makefile +++ b/net/libtnl/Makefile @@ -3,7 +3,7 @@ PORTNAME= libtnl PORTVERSION= 1.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net devel MASTER_SITES= SF/opentnl/TNL%20Source/${PORTVERSION} DISTNAME= tnl-${PORTVERSION}-source diff --git a/net/mediatomb/Makefile b/net/mediatomb/Makefile index 2e1c552..be99b38 100644 --- a/net/mediatomb/Makefile +++ b/net/mediatomb/Makefile @@ -3,7 +3,7 @@ PORTNAME= mediatomb PORTVERSION= 0.12.1 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= net multimedia MASTER_SITES= SF/${PORTNAME}/MediaTomb/${PORTVERSION} diff --git a/net/mpich/Makefile b/net/mpich/Makefile index e4703ba..10b3b28 100644 --- a/net/mpich/Makefile +++ b/net/mpich/Makefile @@ -2,7 +2,7 @@ PORTNAME= mpich PORTVERSION= 3.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net parallel MASTER_SITES= http://www.mpich.org/static/downloads/${DISTVERSION}/ diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile index 26872e1..009a720 100644 --- a/net/mpich2/Makefile +++ b/net/mpich2/Makefile @@ -3,7 +3,7 @@ PORTNAME= mpich2 DISTVERSION= 1.5 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 5 CATEGORIES= net java parallel MASTER_SITES= http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/${DISTVERSION}/ diff --git a/net/ndisc6/Makefile b/net/ndisc6/Makefile index c1f0bb2..d4c3f29 100644 --- a/net/ndisc6/Makefile +++ b/net/ndisc6/Makefile @@ -3,7 +3,7 @@ PORTNAME= ndisc6 PORTVERSION= 1.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net ipv6 MASTER_SITES= http://www.remlab.net/files/ndisc6/ \ http://people.via.ecp.fr/~rem/www.remlab.net/files/ndisc6/ diff --git a/net/ndpi/Makefile b/net/ndpi/Makefile index aa2b4c7..523f8c9 100644 --- a/net/ndpi/Makefile +++ b/net/ndpi/Makefile @@ -3,6 +3,7 @@ PORTNAME= ndpi PORTVERSION= 1.8.2016.07.13 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= madpilot@FreeBSD.org diff --git a/net/nepenthes/Makefile b/net/nepenthes/Makefile index ff4b0b9..dfb89c8 100644 --- a/net/nepenthes/Makefile +++ b/net/nepenthes/Makefile @@ -3,7 +3,7 @@ PORTNAME= nepenthes PORTVERSION= 0.2.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/Nepenthes%20development/${PORTVERSION} diff --git a/net/ohphone/Makefile b/net/ohphone/Makefile index 7177334..3564eef 100644 --- a/net/ohphone/Makefile +++ b/net/ohphone/Makefile @@ -3,7 +3,7 @@ PORTNAME= ohphone PORTVERSION= 1.4.5 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= net MASTER_SITES= ftp://ftp.frm2.tum.de/pub/jpulz/FreeBSD/distfiles/ diff --git a/net/openbsc/Makefile b/net/openbsc/Makefile index fac3927..96e993e 100644 --- a/net/openbsc/Makefile +++ b/net/openbsc/Makefile @@ -2,7 +2,7 @@ PORTNAME= openbsc PORTVERSION= 0.15.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://git.osmocom.org/${PORTNAME}/snapshot/ \ http://chaosophia.net/downloads/osmocom/${PORTNAME}/ diff --git a/net/openh323/Makefile b/net/openh323/Makefile index d623e6e..e5bfeab 100644 --- a/net/openh323/Makefile +++ b/net/openh323/Makefile @@ -3,7 +3,7 @@ PORTNAME= openh323 PORTVERSION= 1.19.0.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= net MASTER_SITES= SF DISTNAME= ${PORTNAME}-v${PORTVERSION:S/./_/g}-src diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile index 9b68b97..1f5d3427 100644 --- a/net/openmpi/Makefile +++ b/net/openmpi/Makefile @@ -5,6 +5,7 @@ PORTNAME= openmpi PORTVERSION= 1.10.6 +PORTREVISION= 1 CATEGORIES= net parallel MASTER_SITES= http://www.open-mpi.org/software/ompi/v${PORTVERSION:R}/downloads/ diff --git a/net/openmpi2/Makefile b/net/openmpi2/Makefile index 1780ee3..6c212cd 100644 --- a/net/openmpi2/Makefile +++ b/net/openmpi2/Makefile @@ -2,7 +2,7 @@ PORTNAME= openmpi PORTVERSION= 2.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net parallel MASTER_SITES= http://www.open-mpi.org/software/ompi/v${PORTVERSION:R}/downloads/ PKGNAMESUFFIX= 2 diff --git a/net/opensips/Makefile b/net/opensips/Makefile index 5a351a2..cba1a6e 100644 --- a/net/opensips/Makefile +++ b/net/opensips/Makefile @@ -3,6 +3,7 @@ PORTNAME= opensips PORTVERSION= 2.2.3 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://opensips.org/pub/opensips/${PORTVERSION}/ diff --git a/net/pacemaker/Makefile b/net/pacemaker/Makefile index 31b6f58..ead92f0 100644 --- a/net/pacemaker/Makefile +++ b/net/pacemaker/Makefile @@ -3,7 +3,7 @@ PORTNAME= pacemaker PORTVERSION= 1.1.14 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= Pacemaker- CATEGORIES= net diff --git a/net/quagga/Makefile b/net/quagga/Makefile index f2d0d6f..6072652 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -3,6 +3,7 @@ PORTNAME= quagga PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= SAVANNAH diff --git a/net/skstream/Makefile b/net/skstream/Makefile index 6e2ba8f..6ba1f69 100644 --- a/net/skstream/Makefile +++ b/net/skstream/Makefile @@ -3,7 +3,7 @@ PORTNAME= skstream PORTVERSION= 0.3.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= SF/worldforge/${PORTNAME}%20%28network%20lib%29/${PORTVERSION} diff --git a/net/spoofer/Makefile b/net/spoofer/Makefile index b322f44..5794d03 100644 --- a/net/spoofer/Makefile +++ b/net/spoofer/Makefile @@ -3,7 +3,7 @@ PORTNAME= spoofer PORTVERSION= 1.0.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://www.caida.org/projects/spoofer/downloads/ diff --git a/net/uget/Makefile b/net/uget/Makefile index ecf1352..cb7280b 100644 --- a/net/uget/Makefile +++ b/net/uget/Makefile @@ -3,6 +3,7 @@ PORTNAME= uget PORTVERSION= 2.0.9 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF/urlget/${PORTNAME}%20%28stable%29/${PORTVERSION} diff --git a/net/xpvm/Makefile b/net/xpvm/Makefile index 8b445b3..4e7923e 100644 --- a/net/xpvm/Makefile +++ b/net/xpvm/Makefile @@ -3,7 +3,7 @@ PORTNAME= xpvm PORTVERSION= 1.2.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net parallel MASTER_SITES= NL/pvm3/xpvm DISTNAME= XPVM.src.${PORTVERSION} diff --git a/net/yami4/Makefile b/net/yami4/Makefile index 26100ba..bdeaedd 100644 --- a/net/yami4/Makefile +++ b/net/yami4/Makefile @@ -2,6 +2,7 @@ PORTNAME= yami4 PORTVERSION= 1.10.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.inspirel.com/yami4/files/ DISTNAME= yami4-gpl-1.10.0 diff --git a/net/zerotier/Makefile b/net/zerotier/Makefile index 6cef363..b6f8e1f 100644 --- a/net/zerotier/Makefile +++ b/net/zerotier/Makefile @@ -3,6 +3,7 @@ PORTNAME= zerotier PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= dch@skunkwerks.at diff --git a/news/nzbget/Makefile b/news/nzbget/Makefile index 717167e..c57d8dd 100644 --- a/news/nzbget/Makefile +++ b/news/nzbget/Makefile @@ -4,7 +4,7 @@ PORTNAME= nzbget PORTVERSION= 17.1 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= news MAINTAINER= toxic@doobie.com diff --git a/palm/jpilot/Makefile b/palm/jpilot/Makefile index 2d1a85a..248bc84 100644 --- a/palm/jpilot/Makefile +++ b/palm/jpilot/Makefile @@ -5,7 +5,7 @@ PORTNAME= jpilot PORTVERSION= 1.8.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES+= palm comms MASTER_SITES= http://www.mirrorservice.org/sites/master.us.finkmirrors.net/distfiles/ \ http://jpilot.org/ diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile index 45239e1..9e4ef52 100644 --- a/polish/kadu/Makefile +++ b/polish/kadu/Makefile @@ -3,6 +3,7 @@ PORTNAME= kadu PORTVERSION= 4.3 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= polish net-im MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/:kadu \ diff --git a/polish/qnapi/Makefile b/polish/qnapi/Makefile index 3733293..8db929f 100644 --- a/polish/qnapi/Makefile +++ b/polish/qnapi/Makefile @@ -3,6 +3,7 @@ PORTNAME= qnapi PORTVERSION= 0.2.2 +PORTREVISION= 1 CATEGORIES= polish multimedia MAINTAINER= pawel@FreeBSD.org diff --git a/ports-mgmt/octopkg/Makefile b/ports-mgmt/octopkg/Makefile index 8e4354d..0997f11 100644 --- a/ports-mgmt/octopkg/Makefile +++ b/ports-mgmt/octopkg/Makefile @@ -3,6 +3,7 @@ PORTNAME= octopkg PORTVERSION= 0.2.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt diff --git a/ports-mgmt/portal/Makefile b/ports-mgmt/portal/Makefile index a3228bf..1f1b07b 100644 --- a/ports-mgmt/portal/Makefile +++ b/ports-mgmt/portal/Makefile @@ -2,6 +2,7 @@ PORTNAME= portal PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= ports-mgmt MAINTAINER= culot@FreeBSD.org diff --git a/ports-mgmt/portrac/Makefile b/ports-mgmt/portrac/Makefile index b332f96..bb9ffc9 100644 --- a/ports-mgmt/portrac/Makefile +++ b/ports-mgmt/portrac/Makefile @@ -2,6 +2,7 @@ PORTNAME= portrac PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= http://e-soul.org/distfiles/ \ http://home.e-soul.org/~mgp/distfiles/ diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index 321107c..227c7d5 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -2,7 +2,7 @@ PORTNAME= cups-filters PORTVERSION= 1.13.4 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= print MASTER_SITES= http://www.openprinting.org/download/cups-filters/ diff --git a/print/gribouy/Makefile b/print/gribouy/Makefile index ed0a0f9..24acf78 100644 --- a/print/gribouy/Makefile +++ b/print/gribouy/Makefile @@ -3,7 +3,7 @@ PORTNAME= gribouy PORTVERSION= 0.0.8 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= print gnome MASTER_SITES= LOCAL/bland diff --git a/print/harfbuzz/Makefile b/print/harfbuzz/Makefile index fc05175..12ac00b 100644 --- a/print/harfbuzz/Makefile +++ b/print/harfbuzz/Makefile @@ -3,6 +3,7 @@ PORTNAME= harfbuzz PORTVERSION= 1.4.5 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/ diff --git a/print/libmspub01/Makefile b/print/libmspub01/Makefile index 1f673ea..6876124 100644 --- a/print/libmspub01/Makefile +++ b/print/libmspub01/Makefile @@ -2,7 +2,7 @@ PORTNAME= libmspub PORTVERSION= 0.1.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= print graphics devel MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/ PKGNAMESUFFIX= 01 diff --git a/print/pdftk/Makefile b/print/pdftk/Makefile index 890ad35..8fa00d3 100644 --- a/print/pdftk/Makefile +++ b/print/pdftk/Makefile @@ -3,7 +3,7 @@ PORTNAME= pdftk PORTVERSION= 2.02 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= print MASTER_SITES= http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/ LOCAL/mat/pdftk DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/science/cdf/Makefile b/science/cdf/Makefile index a58894e..0b5399d 100644 --- a/science/cdf/Makefile +++ b/science/cdf/Makefile @@ -3,7 +3,7 @@ PORTNAME= cdf3 PORTVERSION= 3.3.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= science MASTER_SITES= LOCAL/thierry/${PORTNAME} \ ftp://cdaweb.gsfc.nasa.gov/pub/cdf/dist/cdf${VER}/unix/ diff --git a/science/cgnslib/Makefile b/science/cgnslib/Makefile index 88d6f51..aab64e6 100644 --- a/science/cgnslib/Makefile +++ b/science/cgnslib/Makefile @@ -3,7 +3,7 @@ PORTNAME= cgnslib DISTVERSION= 3.2.1 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= science MASTER_SITES= SF/cgns/${PORTNAME}_${PORTVERSION:R}/ diff --git a/science/clhep/Makefile b/science/clhep/Makefile index a114263..d5d0630 100644 --- a/science/clhep/Makefile +++ b/science/clhep/Makefile @@ -3,7 +3,7 @@ PORTNAME= clhep PORTVERSION= 2.3.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/ diff --git a/science/dcl/Makefile b/science/dcl/Makefile index 9b7898e..3f61fdf 100644 --- a/science/dcl/Makefile +++ b/science/dcl/Makefile @@ -3,7 +3,7 @@ PORTNAME= dcl PORTVERSION= 5.4.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science graphics MASTER_SITES= http://www.gfd-dennou.org/library/dcl/ \ http://dennou-h.gfd-dennou.org/library/dcl/ \ diff --git a/science/dlpoly-classic/Makefile b/science/dlpoly-classic/Makefile index 9043a15..7a8c4b2 100644 --- a/science/dlpoly-classic/Makefile +++ b/science/dlpoly-classic/Makefile @@ -3,7 +3,7 @@ PORTNAME= dlpoly PORTVERSION= 1.8 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= science java MASTER_SITES= http://ccpforge.cse.rl.ac.uk/gf/download/frsrelease/238/2028/ PKGNAMESUFFIX= classic diff --git a/science/fvcom/Makefile b/science/fvcom/Makefile index 5935d93..92e12f6 100644 --- a/science/fvcom/Makefile +++ b/science/fvcom/Makefile @@ -3,7 +3,7 @@ PORTNAME= fvcom PORTVERSION= 2.7.1 -PORTREVISION?= 7 +PORTREVISION?= 8 CATEGORIES= science MASTER_SITES= http://fvcom.smast.umassd.edu/FVCOM/index.html/ DISTNAME= sourcecode1 diff --git a/science/fvm/Makefile b/science/fvm/Makefile index cac92e1..d245184 100644 --- a/science/fvm/Makefile +++ b/science/fvm/Makefile @@ -3,7 +3,7 @@ PORTNAME= fvm PORTVERSION= 0.15.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science parallel MASTER_SITES= http://code-saturne.org/releases/ diff --git a/science/getdp/Makefile b/science/getdp/Makefile index d55e0dc..34822ea 100644 --- a/science/getdp/Makefile +++ b/science/getdp/Makefile @@ -3,7 +3,7 @@ PORTNAME= getdp PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= http://www.geuz.org/getdp/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source diff --git a/science/ghemical/Makefile b/science/ghemical/Makefile index 3df23c1..ca72505 100644 --- a/science/ghemical/Makefile +++ b/science/ghemical/Makefile @@ -3,7 +3,7 @@ PORTNAME= ghemical PORTVERSION= 3.0.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= science MASTER_SITES= http://bioinformatics.org/ghemical/download/%SUBDIR%/ MASTER_SITE_SUBDIR= release20111012 current diff --git a/science/gnudatalanguage/Makefile b/science/gnudatalanguage/Makefile index 3e5b7dd..10b86c1 100644 --- a/science/gnudatalanguage/Makefile +++ b/science/gnudatalanguage/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnudatalanguage DISTVERSION= 0.9.7 +PORTREVISION= 1 CATEGORIES= science lang MASTER_SITES= SF/${PORTNAME}/gdl/${PORTVERSION} .if defined(BUILD_PYTHON_MODULE) diff --git a/science/gromacs/Makefile b/science/gromacs/Makefile index 2e9008c..9d16628 100644 --- a/science/gromacs/Makefile +++ b/science/gromacs/Makefile @@ -3,7 +3,7 @@ PORTNAME= gromacs PORTVERSION= 5.0.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/ diff --git a/science/harminv/Makefile b/science/harminv/Makefile index 74c2a80..491363b 100644 --- a/science/harminv/Makefile +++ b/science/harminv/Makefile @@ -3,7 +3,7 @@ PORTNAME= harminv PORTVERSION= 1.3.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/harminv/ diff --git a/science/hdf/Makefile b/science/hdf/Makefile index 78b6086..01e7fb8 100644 --- a/science/hdf/Makefile +++ b/science/hdf/Makefile @@ -3,7 +3,7 @@ PORTNAME= hdf PORTVERSION= 4.2.11 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= science archivers graphics MASTER_SITES= http://www.hdfgroup.org/ftp/HDF/releases/HDF${PORTVERSION}/src/ \ diff --git a/science/hdf5-18/Makefile b/science/hdf5-18/Makefile index 2d63fcb..cf4fab0 100644 --- a/science/hdf5-18/Makefile +++ b/science/hdf5-18/Makefile @@ -3,7 +3,7 @@ PORTNAME= hdf5 PORTVERSION= 1.8.18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science archivers graphics MASTER_SITES= https://support.hdfgroup.org/ftp/HDF5/current18/src/ \ http://support.hdfgroup.org/ftp/HDF5/current18/src/ \ diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile index c4bd3e2..ad17454 100644 --- a/science/hdf5/Makefile +++ b/science/hdf5/Makefile @@ -3,7 +3,7 @@ PORTNAME= hdf5 PORTVERSION= 1.10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science archivers graphics MASTER_SITES= https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-${PORTVERSION:R}/${DISTNAME}/src/ \ MASTER_SITES= https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-${PORTVERSION:R}/${DISTNAME}/src/ \ diff --git a/science/isaac-cfd/Makefile b/science/isaac-cfd/Makefile index 4901941..11d5bc4 100644 --- a/science/isaac-cfd/Makefile +++ b/science/isaac-cfd/Makefile @@ -3,7 +3,7 @@ PORTNAME= isaac PORTVERSION= 4.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= science MASTER_SITES= SF/${PORTNAME}-cfd/${PORTNAME}-cfd/ISAAC%20Version%20${PORTVERSION} DISTFILES= ${PORTNAME}src.4_2${EXTRACT_SUFX} ${PORTNAME}mk.4_2${EXTRACT_SUFX} diff --git a/science/libctl/Makefile b/science/libctl/Makefile index dd3b20e..864a1ff 100644 --- a/science/libctl/Makefile +++ b/science/libctl/Makefile @@ -3,7 +3,7 @@ PORTNAME= libctl PORTVERSION= 3.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science math MASTER_SITES= http://ab-initio.mit.edu/libctl/ diff --git a/science/libgeodecomp/Makefile b/science/libgeodecomp/Makefile index 559bb8b..65a6b5b 100644 --- a/science/libgeodecomp/Makefile +++ b/science/libgeodecomp/Makefile @@ -3,6 +3,7 @@ PORTNAME= libgeodecomp PORTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= science devel MASTER_SITES= http://www.libgeodecomp.org/archive/ diff --git a/science/libghemical/Makefile b/science/libghemical/Makefile index 2aefcbf..f1306b5 100644 --- a/science/libghemical/Makefile +++ b/science/libghemical/Makefile @@ -3,7 +3,7 @@ PORTNAME= libghemical PORTVERSION= 3.0.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= science MASTER_SITES= http://bioinformatics.org/ghemical/download/release20111012/ \ http://bioinformatics.org/ghemical/download/current/ diff --git a/science/libint/Makefile b/science/libint/Makefile index 5f761a5..1a47749 100644 --- a/science/libint/Makefile +++ b/science/libint/Makefile @@ -4,7 +4,7 @@ PORTNAME= libint DISTVERSIONPREFIX= release- DISTVERSION= 1-1-6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MAINTAINER= ports@FreeBSD.org diff --git a/science/libxc/Makefile b/science/libxc/Makefile index 3587abf..469b80b 100644 --- a/science/libxc/Makefile +++ b/science/libxc/Makefile @@ -3,7 +3,7 @@ PORTNAME= libxc PORTVERSION= 3.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= http://www.tddft.org/programs/octopus/download/libxc/ diff --git a/science/massxpert/Makefile b/science/massxpert/Makefile index 3dbd001..5cde629 100644 --- a/science/massxpert/Makefile +++ b/science/massxpert/Makefile @@ -3,7 +3,7 @@ PORTNAME= massxpert PORTVERSION= 3.4.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= science MASTER_SITES= http://download.tuxfamily.org/massxpert/source/ diff --git a/science/mbdyn/Makefile b/science/mbdyn/Makefile index 03ab021..9f542e3 100644 --- a/science/mbdyn/Makefile +++ b/science/mbdyn/Makefile @@ -3,7 +3,7 @@ PORTNAME= mbdyn PORTVERSION= 1.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= https://www.mbdyn.org/userfiles/downloads/ diff --git a/science/meep/Makefile b/science/meep/Makefile index fcc5e8f..8018745 100644 --- a/science/meep/Makefile +++ b/science/meep/Makefile @@ -3,7 +3,7 @@ PORTNAME= meep PORTVERSION= 1.2.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/meep/ diff --git a/science/mpb/Makefile b/science/mpb/Makefile index 1af4a0c..21e07a6 100644 --- a/science/mpb/Makefile +++ b/science/mpb/Makefile @@ -3,7 +3,7 @@ PORTNAME= mpb PORTVERSION= 1.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/mpb/ diff --git a/science/mpqc/Makefile b/science/mpqc/Makefile index 4f1d188..2f71800 100644 --- a/science/mpqc/Makefile +++ b/science/mpqc/Makefile @@ -3,7 +3,7 @@ PORTNAME= mpqc PORTVERSION= 2.3.1 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= science parallel MASTER_SITES= SF diff --git a/science/ncs/Makefile b/science/ncs/Makefile index 3dd9bd8..620a04e 100644 --- a/science/ncs/Makefile +++ b/science/ncs/Makefile @@ -3,7 +3,7 @@ PORTNAME= ncs PORTVERSION= 2.0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science parallel MASTER_SITES= http://code-saturne.org/releases/ diff --git a/science/netcdf-fortran/Makefile b/science/netcdf-fortran/Makefile index 674447f..59baaec 100644 --- a/science/netcdf-fortran/Makefile +++ b/science/netcdf-fortran/Makefile @@ -3,7 +3,7 @@ PORTNAME= netcdf-fortran PORTVERSION= 4.4.4 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= science diff --git a/science/openkim/Makefile b/science/openkim/Makefile index 29d66d6..7fdaa63 100644 --- a/science/openkim/Makefile +++ b/science/openkim/Makefile @@ -3,7 +3,7 @@ PORTNAME= openkim PORTVERSION= 1.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science MASTER_SITES= http://s3.openkim.org/openkim-api/ DISTNAME= ${PORTNAME}-api-v${PORTVERSION} diff --git a/science/pnetcdf/Makefile b/science/pnetcdf/Makefile index d93dd1c..4eade23 100644 --- a/science/pnetcdf/Makefile +++ b/science/pnetcdf/Makefile @@ -3,6 +3,7 @@ PORTNAME= pnetcdf PORTVERSION= 1.8.1 +PORTREVISION= 1 CATEGORIES= science parallel MASTER_SITES= http://cucis.ece.northwestern.edu/projects/PnetCDF/Release/ \ LOCAL/sunpoet diff --git a/science/psychopy/Makefile b/science/psychopy/Makefile index d2a3a57..43a6c14 100644 --- a/science/psychopy/Makefile +++ b/science/psychopy/Makefile @@ -3,7 +3,7 @@ PORTNAME= psychopy PORTVERSION= 1.83.04 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python MAINTAINER= ports@FreeBSD.org diff --git a/science/py-obspy/Makefile b/science/py-obspy/Makefile index b1764f6..8fe8efd 100644 --- a/science/py-obspy/Makefile +++ b/science/py-obspy/Makefile @@ -3,6 +3,7 @@ PORTNAME= obspy PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-scikit-learn/Makefile b/science/py-scikit-learn/Makefile index f50f378..e6e2851 100644 --- a/science/py-scikit-learn/Makefile +++ b/science/py-scikit-learn/Makefile @@ -3,7 +3,7 @@ PORTNAME= scikit-learn PORTVERSION= 0.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-scikit-sparse/Makefile b/science/py-scikit-sparse/Makefile index b6e29ad..fb51989 100644 --- a/science/py-scikit-sparse/Makefile +++ b/science/py-scikit-sparse/Makefile @@ -3,7 +3,7 @@ PORTNAME= scikit-sparse PORTVERSION= 0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-scipy/Makefile b/science/py-scipy/Makefile index 4ae1e4d..b4a0262 100644 --- a/science/py-scipy/Makefile +++ b/science/py-scipy/Makefile @@ -3,6 +3,7 @@ PORTNAME= scipy PORTVERSION= 0.19.0 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= http://docs.scipy.org/doc/${DISTNAME}/:doc \ CHEESESHOP:source \ diff --git a/science/silo/Makefile b/science/silo/Makefile index 6e45c8d..25ffc77 100644 --- a/science/silo/Makefile +++ b/science/silo/Makefile @@ -3,7 +3,7 @@ PORTNAME= silo PORTVERSION= 4.10.2 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONSUFFIX= -bsd CATEGORIES= science MASTER_SITES= http://wci.llnl.gov/content/assets/docs/simulation/computer-codes/${PORTNAME}/silo-${PORTVERSION}/ diff --git a/science/v_sim/Makefile b/science/v_sim/Makefile index 69aab2c..521338c 100644 --- a/science/v_sim/Makefile +++ b/science/v_sim/Makefile @@ -3,7 +3,7 @@ PORTNAME= v_sim PORTVERSION= 3.7.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= http://inac.cea.fr/L_Sim/V_Sim/download/ diff --git a/security/arpCounterattack/Makefile b/security/arpCounterattack/Makefile index d3b1969..93b6789 100644 --- a/security/arpCounterattack/Makefile +++ b/security/arpCounterattack/Makefile @@ -3,7 +3,7 @@ PORTNAME= arpCounterattack PORTVERSION= 1.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://isis.poly.edu/~bk/${PORTNAME}/ \ http://bk.macroblock.net/${PORTNAME}/ diff --git a/security/bearssl/Makefile b/security/bearssl/Makefile index 229b50d..304c373 100644 --- a/security/bearssl/Makefile +++ b/security/bearssl/Makefile @@ -3,7 +3,7 @@ PORTNAME= bearssl PORTVERSION= 0.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= https://bearssl.org/ diff --git a/security/bro/Makefile b/security/bro/Makefile index 6f8745d..863dcfd 100644 --- a/security/bro/Makefile +++ b/security/bro/Makefile @@ -3,7 +3,7 @@ PORTNAME= bro PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.bro.org/downloads/release/ diff --git a/security/certificate-transparency/Makefile b/security/certificate-transparency/Makefile index 7193b20..b68f3c7 100644 --- a/security/certificate-transparency/Makefile +++ b/security/certificate-transparency/Makefile @@ -3,7 +3,7 @@ PORTNAME= certificate-transparency PORTVERSION= 20161015 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= security MAINTAINER= ports@FreeBSD.org diff --git a/security/clamav/Makefile b/security/clamav/Makefile index afc620a..d8c6d76 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -3,7 +3,7 @@ PORTNAME= clamav PORTVERSION= 0.99.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://www.clamav.net/downloads/production/ diff --git a/security/clambc/Makefile b/security/clambc/Makefile index fb27001..9f186aa 100644 --- a/security/clambc/Makefile +++ b/security/clambc/Makefile @@ -3,7 +3,7 @@ PORTNAME= clambc DISTVERSION= 0.98.5rc1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF/clamav/${PORTNAME:tl} diff --git a/security/cryptopp/Makefile b/security/cryptopp/Makefile index fb29481..fbda347 100644 --- a/security/cryptopp/Makefile +++ b/security/cryptopp/Makefile @@ -7,6 +7,7 @@ PORTNAME= cryptopp PORTVERSION= 5.6.5 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.cryptopp.com/ DISTNAME= cryptopp${PORTVERSION:S/.//g} diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile index c29e5c4..7b2d856 100644 --- a/security/gnome-keyring/Makefile +++ b/security/gnome-keyring/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnome-keyring PORTVERSION= 3.18.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 3bc4adb..09b44b2 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -2,6 +2,7 @@ PORTNAME= gnupg PORTVERSION= 2.1.19 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= GNUPG diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index cc1db08..818d8bd 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -3,7 +3,7 @@ PORTNAME= gpgme PORTVERSION= 1.8.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= security MASTER_SITES= GNUPG/gpgme diff --git a/security/hashcat-legacy/Makefile b/security/hashcat-legacy/Makefile index 625c663..b60da5c 100644 --- a/security/hashcat-legacy/Makefile +++ b/security/hashcat-legacy/Makefile @@ -3,7 +3,7 @@ PORTNAME= hashcat-legacy PORTVERSION= 2.00 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= lifanov@FreeBSD.org diff --git a/security/hpenc/Makefile b/security/hpenc/Makefile index 182129c..99b65cd 100644 --- a/security/hpenc/Makefile +++ b/security/hpenc/Makefile @@ -2,7 +2,7 @@ PORTNAME= hpenc PORTVERSION= 2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://highsecure.ru/distfiles/ diff --git a/security/i2pd/Makefile b/security/i2pd/Makefile index e68a9c7b..553449c 100644 --- a/security/i2pd/Makefile +++ b/security/i2pd/Makefile @@ -3,6 +3,7 @@ PORTNAME= i2pd PORTVERSION= 2.12.0 +PORTREVISION= 1 CATEGORIES= security net-p2p MAINTAINER= amdmi3@FreeBSD.org diff --git a/security/john/Makefile b/security/john/Makefile index 7574662..eb30514 100644 --- a/security/john/Makefile +++ b/security/john/Makefile @@ -3,7 +3,7 @@ PORTNAME= john DISTVERSION= 1.8.0-jumbo-1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.openwall.com/john/j/ \ http://mirrors.kernel.org/openwall/projects/john/${DISTVERSION:C/-.*//}/ \ diff --git a/security/keepassx-devel/Makefile b/security/keepassx-devel/Makefile index 1552865a..6704f73 100644 --- a/security/keepassx-devel/Makefile +++ b/security/keepassx-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= keepassx PORTVERSION= 2.0.2 +PORTREVISION= 1 CATEGORIES= security PKGNAMESUFFIX= -devel diff --git a/security/keepassxc/Makefile b/security/keepassxc/Makefile index 55672f3..67a017b 100644 --- a/security/keepassxc/Makefile +++ b/security/keepassxc/Makefile @@ -2,6 +2,7 @@ PORTNAME= keepassxc PORTVERSION= 2.1.3 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= melanhit@gmail.com diff --git a/security/kf5-kdesu/Makefile b/security/kf5-kdesu/Makefile index a655868..90c48c9 100644 --- a/security/kf5-kdesu/Makefile +++ b/security/kf5-kdesu/Makefile @@ -3,6 +3,7 @@ PORTNAME= kdesu PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= security kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/security/libzrtpcppcore/Makefile b/security/libzrtpcppcore/Makefile index a6b38b6..f5a9d4f 100644 --- a/security/libzrtpcppcore/Makefile +++ b/security/libzrtpcppcore/Makefile @@ -2,6 +2,7 @@ PORTNAME= libzrtpcppcore PORTVERSION= 4.6.4 +PORTREVISION= 1 DISTVERSIONPREFIX= V CATEGORIES= security diff --git a/security/obfsclient/Makefile b/security/obfsclient/Makefile index 9f3e807..bb5cbc6 100644 --- a/security/obfsclient/Makefile +++ b/security/obfsclient/Makefile @@ -4,7 +4,7 @@ PORTNAME= obfsclient PORTVERSION= 0.0.2 DISTVERSIONPREFIX= v -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security MAINTAINER= ports@FreeBSD.org diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index fd75f3c..dd1bfb7 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -3,7 +3,7 @@ PORTNAME= pinentry PORTVERSION= 1.0.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= security MASTER_SITES= GNUPG/pinentry diff --git a/security/pks/Makefile b/security/pks/Makefile index e280ce3..1178fb5 100644 --- a/security/pks/Makefile +++ b/security/pks/Makefile @@ -3,7 +3,7 @@ PORTNAME= pks PORTVERSION= 0.9.6.20040312 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security www MASTER_SITES= http://pks.sourceforge.net/ LOCAL/mandree DISTFILES= pks-current.tgz diff --git a/security/quantis/Makefile b/security/quantis/Makefile index a5e24c1..713b6de 100644 --- a/security/quantis/Makefile +++ b/security/quantis/Makefile @@ -3,7 +3,7 @@ PORTNAME= quantis DISTVERSION= v13.11.08 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security devel java MASTER_SITES= http://www.idquantique.com/~download/Quantis/ \ LOCAL/ale diff --git a/security/seccure/Makefile b/security/seccure/Makefile index a431189..6f66f33 100644 --- a/security/seccure/Makefile +++ b/security/seccure/Makefile @@ -3,7 +3,7 @@ PORTNAME= seccure PORTVERSION= 0.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://point-at-infinity.org/seccure/ \ NETBSD diff --git a/security/titus/Makefile b/security/titus/Makefile index 06c65cd..235841d 100644 --- a/security/titus/Makefile +++ b/security/titus/Makefile @@ -3,6 +3,7 @@ PORTNAME= titus PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= feld@FreeBSD.org diff --git a/sysutils/android-file-transfer/Makefile b/sysutils/android-file-transfer/Makefile index 6f1e66d..52c0dba 100644 --- a/sysutils/android-file-transfer/Makefile +++ b/sysutils/android-file-transfer/Makefile @@ -3,7 +3,7 @@ PORTNAME= android-file-transfer DISTVERSIONPREFIX= v DISTVERSION= 3.1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= sysutils PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/sysutils/b2sum/Makefile b/sysutils/b2sum/Makefile index 42aab91..1bb3425 100644 --- a/sysutils/b2sum/Makefile +++ b/sysutils/b2sum/Makefile @@ -2,7 +2,7 @@ PORTNAME= b2sum PORTVERSION= 0.0.d${B2VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils security MASTER_SITES= http://blake2.net/ DISTNAME= blake2_code_${B2VERSION}${EXTRACT_SUFFX} diff --git a/sysutils/bsdisks/Makefile b/sysutils/bsdisks/Makefile index fb357a3..8818a7e 100644 --- a/sysutils/bsdisks/Makefile +++ b/sysutils/bsdisks/Makefile @@ -2,6 +2,7 @@ PORTNAME= bsdisks PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://bitbucket.org/arrowd/bsdisks/downloads/ diff --git a/sysutils/clone/Makefile b/sysutils/clone/Makefile index a0dfea2..78ae3ea 100644 --- a/sysutils/clone/Makefile +++ b/sysutils/clone/Makefile @@ -2,6 +2,7 @@ PORTNAME= clone PORTVERSION= 1.0.7 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://cyclaero.com/public/clone/ diff --git a/sysutils/cloudabi-utils/Makefile b/sysutils/cloudabi-utils/Makefile index fe13aa7..b7d90c5 100644 --- a/sysutils/cloudabi-utils/Makefile +++ b/sysutils/cloudabi-utils/Makefile @@ -3,6 +3,7 @@ PORTNAME= cloudabi-utils PORTVERSION= 0.24 +PORTREVISION= 1 DISTVERSIONPREFIX=v CATEGORIES= sysutils diff --git a/sysutils/conky/Makefile b/sysutils/conky/Makefile index bce910c..c9c4f36 100644 --- a/sysutils/conky/Makefile +++ b/sysutils/conky/Makefile @@ -3,6 +3,7 @@ PORTNAME= conky PORTVERSION= 1.10.6 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= sysutils diff --git a/sysutils/dar/Makefile b/sysutils/dar/Makefile index 4b29830..8bcd5b0 100644 --- a/sysutils/dar/Makefile +++ b/sysutils/dar/Makefile @@ -3,6 +3,7 @@ PORTNAME= dar PORTVERSION= 2.5.9 +PORTREVISION= 1 CATEGORIES= sysutils archivers MASTER_SITES= SF diff --git a/sysutils/facter/Makefile b/sysutils/facter/Makefile index 8c772e7..78f265a 100644 --- a/sysutils/facter/Makefile +++ b/sysutils/facter/Makefile @@ -2,7 +2,7 @@ PORTNAME= facter PORTVERSION= 3.1.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/facter/ diff --git a/sysutils/freefilesync/Makefile b/sysutils/freefilesync/Makefile index bb2e220..412ed01 100644 --- a/sysutils/freefilesync/Makefile +++ b/sysutils/freefilesync/Makefile @@ -3,7 +3,7 @@ PORTNAME= freefilesync PORTVERSION= 8.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= http://www.freefilesync.org/download/ \ http://www.freefilesync.org/archive/ diff --git a/sysutils/fusefs-encfs/Makefile b/sysutils/fusefs-encfs/Makefile index 2c0bc2c..befc831 100644 --- a/sysutils/fusefs-encfs/Makefile +++ b/sysutils/fusefs-encfs/Makefile @@ -3,6 +3,7 @@ PORTNAME= encfs PORTVERSION= 1.9.1 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- diff --git a/sysutils/fusefs-lkl/Makefile b/sysutils/fusefs-lkl/Makefile index cb5e5f7..2e9267e 100644 --- a/sysutils/fusefs-lkl/Makefile +++ b/sysutils/fusefs-lkl/Makefile @@ -4,7 +4,7 @@ PORTNAME= lkl DISTVERSIONPREFIX= v DISTVERSION= 4.8-493 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONSUFFIX= -g4b77c32b1a88 CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- diff --git a/sysutils/fusefs-simple-mtpfs/Makefile b/sysutils/fusefs-simple-mtpfs/Makefile index ccdcb4b..08c3916 100644 --- a/sysutils/fusefs-simple-mtpfs/Makefile +++ b/sysutils/fusefs-simple-mtpfs/Makefile @@ -3,6 +3,7 @@ PORTNAME= simple-mtpfs DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile index 392c117..dc7bf68 100644 --- a/sysutils/gnome-control-center/Makefile +++ b/sysutils/gnome-control-center/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnome-control-center PORTVERSION= 3.18.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/sysutils/grub2-bhyve/Makefile b/sysutils/grub2-bhyve/Makefile index 0ecde2f..7a3b646 100644 --- a/sysutils/grub2-bhyve/Makefile +++ b/sysutils/grub2-bhyve/Makefile @@ -4,7 +4,7 @@ PORTNAME= grub2-bhyve DISTVERSIONPREFIX= v DISTVERSION= 0.40 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= kmoore@FreeBSD.org diff --git a/sysutils/grub2-efi/Makefile b/sysutils/grub2-efi/Makefile index 317f3f2..dda392a 100644 --- a/sysutils/grub2-efi/Makefile +++ b/sysutils/grub2-efi/Makefile @@ -3,7 +3,7 @@ PORTNAME= grub2-efi PORTVERSION= 2.02 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= sysutils MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ ftp://ftp.pcbsd.org/pub/software/ diff --git a/sysutils/grub2-pcbsd/Makefile b/sysutils/grub2-pcbsd/Makefile index f5780e4..857172e 100644 --- a/sysutils/grub2-pcbsd/Makefile +++ b/sysutils/grub2-pcbsd/Makefile @@ -3,7 +3,7 @@ PORTNAME= grub2-pcbsd PORTVERSION= 2.02q -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= sysutils MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ ftp://ftp.pcbsd.org/pub/software/ diff --git a/sysutils/grub2/Makefile b/sysutils/grub2/Makefile index 9941675..5ae82af 100644 --- a/sysutils/grub2/Makefile +++ b/sysutils/grub2/Makefile @@ -3,7 +3,7 @@ PORTNAME= grub2 PORTVERSION= 2.00 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= sysutils MASTER_SITES= GNU/grub DISTNAME= grub-${PORTVERSION} diff --git a/sysutils/hfm/Makefile b/sysutils/hfm/Makefile index 77f8f14..129c005 100644 --- a/sysutils/hfm/Makefile +++ b/sysutils/hfm/Makefile @@ -2,6 +2,7 @@ PORTNAME= hfm PORTVERSION= 1.2.3 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= sysutils diff --git a/sysutils/i7z/Makefile b/sysutils/i7z/Makefile index 0a26524..e3e1dd8 100644 --- a/sysutils/i7z/Makefile +++ b/sysutils/i7z/Makefile @@ -2,7 +2,7 @@ PORTNAME= i7z PORTVERSION= 0.27.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= GOOGLE_CODE diff --git a/sysutils/ipdbtools/Makefile b/sysutils/ipdbtools/Makefile index 6ea9d27..45e663b 100644 --- a/sysutils/ipdbtools/Makefile +++ b/sysutils/ipdbtools/Makefile @@ -2,7 +2,7 @@ PORTNAME= ipdbtools PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://cyclaero.com/public/ipdbtools/ diff --git a/sysutils/kf5-baloo/Makefile b/sysutils/kf5-baloo/Makefile index 0a2a6f4..9d5ae60 100644 --- a/sysutils/kf5-baloo/Makefile +++ b/sysutils/kf5-baloo/Makefile @@ -3,6 +3,7 @@ PORTNAME= baloo PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/sysutils/kf5-kwallet/Makefile b/sysutils/kf5-kwallet/Makefile index 079626c..5f0cea4 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/kshutdown-kde4/Makefile b/sysutils/kshutdown-kde4/Makefile index 910b664..6a6d0e5 100644 --- a/sysutils/kshutdown-kde4/Makefile +++ b/sysutils/kshutdown-kde4/Makefile @@ -2,6 +2,7 @@ PORTNAME= kshutdown DISTVERSION= 4.0 +PORTREVISION= 1 CATEGORIES= sysutils kde MASTER_SITES= SF/${PORTNAME}/KShutdown/${DISTVERSION}/ DISTNAME= ${PORTNAME}-source-${DISTVERSION} diff --git a/sysutils/libretto-config/Makefile b/sysutils/libretto-config/Makefile index 5fbeac1..3709bf8 100644 --- a/sysutils/libretto-config/Makefile +++ b/sysutils/libretto-config/Makefile @@ -3,7 +3,7 @@ PORTNAME= libretto-config PORTVERSION= 1.0.b5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://club.pep.ne.jp/~ishioka/Software/Linux/libapm/ DISTNAME= libapm-linux-1.0beta5 diff --git a/sysutils/logstalgia/Makefile b/sysutils/logstalgia/Makefile index 85e85d6..5b64c13 100644 --- a/sysutils/logstalgia/Makefile +++ b/sysutils/logstalgia/Makefile @@ -3,7 +3,7 @@ PORTNAME= logstalgia PORTVERSION= 1.0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils www MAINTAINER= ehaupt@FreeBSD.org diff --git a/sysutils/mate-system-monitor/Makefile b/sysutils/mate-system-monitor/Makefile index dbeb340..f5650a0 100644 --- a/sysutils/mate-system-monitor/Makefile +++ b/sysutils/mate-system-monitor/Makefile @@ -3,6 +3,7 @@ PORTNAME= mate-system-monitor PORTVERSION= 1.12.1 +PORTREVISION= 1 CATEGORIES= sysutils mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/sysutils/osquery/Makefile b/sysutils/osquery/Makefile index 6b43667..956ab25 100644 --- a/sysutils/osquery/Makefile +++ b/sysutils/osquery/Makefile @@ -3,7 +3,7 @@ PORTNAME= osquery PORTVERSION= 1.4.7 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MAINTAINER= zi@FreeBSD.org diff --git a/sysutils/parafly/Makefile b/sysutils/parafly/Makefile index 4e441a5..c198a27 100644 --- a/sysutils/parafly/Makefile +++ b/sysutils/parafly/Makefile @@ -3,7 +3,7 @@ PORTNAME= parafly PORTVERSION= 2013.01.21 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/ DISTNAME= ${PORTNAME}-r2013-01-21 diff --git a/sysutils/pesign/Makefile b/sysutils/pesign/Makefile index 596790d..621530c 100644 --- a/sysutils/pesign/Makefile +++ b/sysutils/pesign/Makefile @@ -3,7 +3,7 @@ PORTNAME= pesign PORTVERSION= 0.110 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org diff --git a/sysutils/polkit/Makefile b/sysutils/polkit/Makefile index fb8fb99..c1a12e0 100644 --- a/sysutils/polkit/Makefile +++ b/sysutils/polkit/Makefile @@ -3,7 +3,7 @@ PORTNAME= polkit PORTVERSION= 0.113 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils gnome MASTER_SITES= http://www.freedesktop.org/software/polkit/releases/ diff --git a/sysutils/powerdxx/Makefile b/sysutils/powerdxx/Makefile index 3e8c6d0..78ae4ff 100644 --- a/sysutils/powerdxx/Makefile +++ b/sysutils/powerdxx/Makefile @@ -2,6 +2,7 @@ PORTNAME= powerdxx PORTVERSION= 0.1.5 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= kami@FreeBSD.org diff --git a/sysutils/shim/Makefile b/sysutils/shim/Makefile index 9f89456..6e9c776 100644 --- a/sysutils/shim/Makefile +++ b/sysutils/shim/Makefile @@ -3,7 +3,7 @@ PORTNAME= shim PORTVERSION= 0.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org diff --git a/sysutils/spiped/Makefile b/sysutils/spiped/Makefile index 67eadef..5ee58ff 100644 --- a/sysutils/spiped/Makefile +++ b/sysutils/spiped/Makefile @@ -2,7 +2,7 @@ PORTNAME= spiped PORTVERSION= 1.5.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils security MASTER_SITES= http://www.tarsnap.com/spiped/ diff --git a/sysutils/tarsnap-gui/Makefile b/sysutils/tarsnap-gui/Makefile index b4b3d69..5a988c1 100644 --- a/sysutils/tarsnap-gui/Makefile +++ b/sysutils/tarsnap-gui/Makefile @@ -2,6 +2,7 @@ PORTNAME= tarsnap-gui PORTVERSION= 0.9 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= sysutils diff --git a/sysutils/wiimms/Makefile b/sysutils/wiimms/Makefile index 26bd4bb..ea0c638 100644 --- a/sysutils/wiimms/Makefile +++ b/sysutils/wiimms/Makefile @@ -3,7 +3,7 @@ PORTNAME= wiimms DISTVERSION= 2.23a -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= http://gugus69.free.fr/wiimms/ \ LOCAL/martymac diff --git a/textproc/ctpp2/Makefile b/textproc/ctpp2/Makefile index b79a835..ed59fc7 100644 --- a/textproc/ctpp2/Makefile +++ b/textproc/ctpp2/Makefile @@ -3,7 +3,7 @@ PORTNAME= ctpp2 PORTVERSION= 2.8.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc devel MASTER_SITES= http://ctpp.havoc.ru/download/ diff --git a/textproc/fcitx-qt5/Makefile b/textproc/fcitx-qt5/Makefile index b87b8ea..1df3338 100644 --- a/textproc/fcitx-qt5/Makefile +++ b/textproc/fcitx-qt5/Makefile @@ -3,6 +3,7 @@ PORTNAME= fcitx-qt5 PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= yuri@rawbw.com diff --git a/textproc/gutenmark/Makefile b/textproc/gutenmark/Makefile index ae781c3..984f017 100644 --- a/textproc/gutenmark/Makefile +++ b/textproc/gutenmark/Makefile @@ -3,7 +3,7 @@ PORTNAME= gutenmark PORTVERSION= 20090510 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= http://www.sandroid.org/GutenMark/wasftp.GutenMark/SoftwareSnapshots/ DISTNAME= GutenMark_source_dev-${PORTVERSION} diff --git a/textproc/highlight/Makefile b/textproc/highlight/Makefile index 563c835..f3c1f67 100644 --- a/textproc/highlight/Makefile +++ b/textproc/highlight/Makefile @@ -4,7 +4,7 @@ # 3.29+ needs to_string() which gcc48 (for 9.3-R) doesn't provide PORTNAME= highlight PORTVERSION= 3.29 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 3 CATEGORIES= textproc MASTER_SITES= http://www.andre-simon.de/zip/ diff --git a/textproc/ibus/Makefile b/textproc/ibus/Makefile index c80bbdc..40a871c 100644 --- a/textproc/ibus/Makefile +++ b/textproc/ibus/Makefile @@ -3,6 +3,7 @@ PORTNAME= ibus PORTVERSION= 1.5.14 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/:DEFAULT \ https://raw.githubusercontent.com/Ranks/emojione/${EMOJIONE_TAG}/:emojione diff --git a/textproc/kenlm/Makefile b/textproc/kenlm/Makefile index c5f3d74..af498b1 100644 --- a/textproc/kenlm/Makefile +++ b/textproc/kenlm/Makefile @@ -3,7 +3,7 @@ PORTNAME= kenlm PORTVERSION= 20140830 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://kheafield.com/code/ DISTNAME= ${PORTNAME} diff --git a/textproc/kf5-kcodecs/Makefile b/textproc/kf5-kcodecs/Makefile index 7faf80c..fd182e7 100644 --- a/textproc/kf5-kcodecs/Makefile +++ b/textproc/kf5-kcodecs/Makefile @@ -3,6 +3,7 @@ PORTNAME= kcodecs PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= textproc kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/textproc/kf5-sonnet/Makefile b/textproc/kf5-sonnet/Makefile index fb42b61..1445c919 100644 --- a/textproc/kf5-sonnet/Makefile +++ b/textproc/kf5-sonnet/Makefile @@ -3,6 +3,7 @@ PORTNAME= sonnet PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= textproc kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/textproc/kf5-syntax-highlighting/Makefile b/textproc/kf5-syntax-highlighting/Makefile index 910afa1..320ca05 100644 --- a/textproc/kf5-syntax-highlighting/Makefile +++ b/textproc/kf5-syntax-highlighting/Makefile @@ -3,6 +3,7 @@ PORTNAME= syntax-highlighting PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= textproc kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/textproc/libe-book/Makefile b/textproc/libe-book/Makefile index a218076..adad75f 100644 --- a/textproc/libe-book/Makefile +++ b/textproc/libe-book/Makefile @@ -2,7 +2,7 @@ PORTNAME= libe-book PORTVERSION= 0.1.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= textproc MASTER_SITES= SF/libebook/${PORTNAME}-${PORTVERSION}/ diff --git a/textproc/libsass/Makefile b/textproc/libsass/Makefile index 804b954..dda135c 100644 --- a/textproc/libsass/Makefile +++ b/textproc/libsass/Makefile @@ -3,6 +3,7 @@ PORTNAME= libsass PORTVERSION= 3.4.3 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= nivit@FreeBSD.org diff --git a/textproc/libvisio01/Makefile b/textproc/libvisio01/Makefile index 99085ec..52bdb32 100644 --- a/textproc/libvisio01/Makefile +++ b/textproc/libvisio01/Makefile @@ -2,7 +2,7 @@ PORTNAME= libvisio PORTVERSION= 0.1.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= textproc devel MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/ PKGNAMESUFFIX= 01 diff --git a/textproc/opengrm-ngram/Makefile b/textproc/opengrm-ngram/Makefile index a6d3e47..c010b5a 100644 --- a/textproc/opengrm-ngram/Makefile +++ b/textproc/opengrm-ngram/Makefile @@ -3,6 +3,7 @@ PORTNAME= opengrm-ngram PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://openfst.cs.nyu.edu/twiki/pub/GRM/NGramDownload/ diff --git a/textproc/pdfgrep/Makefile b/textproc/pdfgrep/Makefile index 313b102..2243118 100644 --- a/textproc/pdfgrep/Makefile +++ b/textproc/pdfgrep/Makefile @@ -3,7 +3,7 @@ PORTNAME= pdfgrep PORTVERSION= 1.4.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= https://pdfgrep.org/download/ diff --git a/textproc/pugixml/Makefile b/textproc/pugixml/Makefile index 10c999c..0ad37d3 100644 --- a/textproc/pugixml/Makefile +++ b/textproc/pugixml/Makefile @@ -2,7 +2,7 @@ PORTNAME= pugixml PORTVERSION= 1.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= https://github.com/zeux/pugixml/releases/download/v${PORTVERSION}/ diff --git a/textproc/randlm/Makefile b/textproc/randlm/Makefile index 0c21e0f..03ff11b 100644 --- a/textproc/randlm/Makefile +++ b/textproc/randlm/Makefile @@ -3,7 +3,7 @@ PORTNAME= randlm PORTVERSION= 0.2.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME} diff --git a/textproc/sassc/Makefile b/textproc/sassc/Makefile index 5b024c8..8a33371 100644 --- a/textproc/sassc/Makefile +++ b/textproc/sassc/Makefile @@ -3,6 +3,7 @@ PORTNAME= sassc PORTVERSION= 3.4.2 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= nivit@FreeBSD.org diff --git a/textproc/senna/Makefile b/textproc/senna/Makefile index 82bf793..403b2a9 100644 --- a/textproc/senna/Makefile +++ b/textproc/senna/Makefile @@ -2,7 +2,7 @@ PORTNAME= senna PORTVERSION= 1.1.5 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= textproc MASTER_SITES= SFJP/senna/46945 diff --git a/textproc/sigil/Makefile b/textproc/sigil/Makefile index 6af7147..32b63c0 100644 --- a/textproc/sigil/Makefile +++ b/textproc/sigil/Makefile @@ -3,7 +3,7 @@ PORTNAME= sigil PORTVERSION= 0.9.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MAINTAINER= ports@FreeBSD.org diff --git a/textproc/uim-kde4/Makefile b/textproc/uim-kde4/Makefile index c71fc6c..f4e50e6 100644 --- a/textproc/uim-kde4/Makefile +++ b/textproc/uim-kde4/Makefile @@ -1,7 +1,7 @@ # Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -kde4 COMMENT= KDE4 panel applet of uim input method diff --git a/textproc/wiggle/Makefile b/textproc/wiggle/Makefile index 976dcd5..d3d2c06 100644 --- a/textproc/wiggle/Makefile +++ b/textproc/wiggle/Makefile @@ -3,7 +3,7 @@ PORTNAME= wiggle PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://neil.brown.name/wiggle/ diff --git a/textproc/yodl/Makefile b/textproc/yodl/Makefile index c288bbd..63aff26 100644 --- a/textproc/yodl/Makefile +++ b/textproc/yodl/Makefile @@ -3,6 +3,7 @@ PORTNAME= yodl PORTVERSION= 3.05.01 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/textproc/zorba/Makefile b/textproc/zorba/Makefile index 163a374..f0f8f87 100644 --- a/textproc/zorba/Makefile +++ b/textproc/zorba/Makefile @@ -3,7 +3,7 @@ PORTNAME= zorba PORTVERSION= 2.7.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= textproc MASTER_SITES= https://launchpadlibrarian.net/119058962/ DISTNAME= ${PORTNAME}-src-${PORTVERSION} diff --git a/www/anyterm/Makefile b/www/anyterm/Makefile index d03c977..74800ba 100644 --- a/www/anyterm/Makefile +++ b/www/anyterm/Makefile @@ -3,7 +3,7 @@ PORTNAME= anyterm PORTVERSION= 1.1.29 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= http://anyterm.org/download/ \ http://dl1.douglasthrift.net/${PORTNAME}/ \ diff --git a/www/aria2/Makefile b/www/aria2/Makefile index b64edca..f4dead2 100644 --- a/www/aria2/Makefile +++ b/www/aria2/Makefile @@ -3,7 +3,7 @@ PORTNAME= aria2 PORTVERSION= 1.31.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/release-${PORTVERSION}/ \ LOCAL/sunpoet diff --git a/www/edbrowse/Makefile b/www/edbrowse/Makefile index 52d0579..5f123ea 100644 --- a/www/edbrowse/Makefile +++ b/www/edbrowse/Makefile @@ -2,7 +2,7 @@ PORTNAME= edbrowse PORTVERSION= 3.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www editors MASTER_SITES= http://the-brannons.com/edbrowse/ \ http://rithmomachia.org/edbrowse/ diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 63a4d7e..73a1d22 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -3,7 +3,7 @@ PORTNAME= epiphany PORTVERSION= 3.16.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/www/gecko-mediaplayer/Makefile b/www/gecko-mediaplayer/Makefile index b3ab310..48f2c66 100644 --- a/www/gecko-mediaplayer/Makefile +++ b/www/gecko-mediaplayer/Makefile @@ -3,7 +3,7 @@ PORTNAME= gecko-mediaplayer PORTVERSION= 1.0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www multimedia gnome MASTER_SITES= https://pkgs.rpmfusion.org/repo/pkgs/free/gecko-mediaplayer/gecko-mediaplayer-1.0.9.tar.gz/69b50ecbbbf34ca6d980a477345dbd40/ diff --git a/www/h2o/Makefile b/www/h2o/Makefile index 2eb8b58..93c6d4f 100644 --- a/www/h2o/Makefile +++ b/www/h2o/Makefile @@ -3,6 +3,7 @@ PORTNAME= h2o PORTVERSION= 2.1.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= www diff --git a/www/hiawatha/Makefile b/www/hiawatha/Makefile index c855329..01ab6f7 100644 --- a/www/hiawatha/Makefile +++ b/www/hiawatha/Makefile @@ -3,6 +3,7 @@ PORTNAME= hiawatha PORTVERSION= 10.5 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://www.hiawatha-webserver.org/files/ diff --git a/www/kannel-sqlbox/Makefile b/www/kannel-sqlbox/Makefile index f26da8d..88a6cca 100644 --- a/www/kannel-sqlbox/Makefile +++ b/www/kannel-sqlbox/Makefile @@ -2,6 +2,7 @@ PORTNAME= kannel-sqlbox PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= dbaio@bsd.com.br diff --git a/www/kannel/Makefile b/www/kannel/Makefile index 7df5611..c393fc8 100644 --- a/www/kannel/Makefile +++ b/www/kannel/Makefile @@ -3,7 +3,7 @@ PORTNAME= kannel PORTVERSION= 1.4.4 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://www.kannel.org/download/${PORTVERSION}/ diff --git a/www/kf5-kdewebkit/Makefile b/www/kf5-kdewebkit/Makefile index 94c0290..0af7d42 100644 --- a/www/kf5-kdewebkit/Makefile +++ b/www/kf5-kdewebkit/Makefile @@ -3,6 +3,7 @@ PORTNAME= kdewebkit PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= www kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/www/kf5-khtml/Makefile b/www/kf5-khtml/Makefile index 5b0e803..cd79012 100644 --- a/www/kf5-khtml/Makefile +++ b/www/kf5-khtml/Makefile @@ -3,6 +3,7 @@ PORTNAME= khtml PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= www kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/www/kf5-kjs/Makefile b/www/kf5-kjs/Makefile index f6d0144..acb2f52 100644 --- a/www/kf5-kjs/Makefile +++ b/www/kf5-kjs/Makefile @@ -3,6 +3,7 @@ PORTNAME= kjs PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= www kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/www/kf5-kjsembed/Makefile b/www/kf5-kjsembed/Makefile index f95794b..452f433 100644 --- a/www/kf5-kjsembed/Makefile +++ b/www/kf5-kjsembed/Makefile @@ -3,6 +3,7 @@ PORTNAME= kjsembed PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= www kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/www/mod_authnz_crowd/Makefile b/www/mod_authnz_crowd/Makefile index 5e9bef0..3742811 100644 --- a/www/mod_authnz_crowd/Makefile +++ b/www/mod_authnz_crowd/Makefile @@ -3,7 +3,7 @@ PORTNAME= mod_authnz_crowd PORTVERSION= 2.2.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= http://downloads.atlassian.com/software/crowd/downloads/cwdapache/ DIST_SUBDIR= apache2 diff --git a/www/mod_spdy/Makefile b/www/mod_spdy/Makefile index d259361..bf35ef5 100644 --- a/www/mod_spdy/Makefile +++ b/www/mod_spdy/Makefile @@ -3,7 +3,7 @@ PORTNAME= mod_spdy PORTVERSION= 0.9.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://www.club.kyutech.ac.jp/~masaki/ports/:mod_spdy \ APACHE_HTTPD:apache22 diff --git a/www/newsbeuter/Makefile b/www/newsbeuter/Makefile index bc5eabc..10a964e 100644 --- a/www/newsbeuter/Makefile +++ b/www/newsbeuter/Makefile @@ -3,7 +3,7 @@ PORTNAME= newsbeuter PORTVERSION= 2.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://newsbeuter.org/downloads/ diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index 7ab2ecc..6de157c 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -3,6 +3,7 @@ PORTNAME= nghttp2 PORTVERSION= 1.21.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= www net diff --git a/www/node/Makefile b/www/node/Makefile index 1192f41..f5f75cc 100644 --- a/www/node/Makefile +++ b/www/node/Makefile @@ -2,6 +2,7 @@ PORTNAME= node PORTVERSION= 7.8.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ diff --git a/www/node4/Makefile b/www/node4/Makefile index 192a029..4376d8b 100644 --- a/www/node4/Makefile +++ b/www/node4/Makefile @@ -3,6 +3,7 @@ PORTNAME= node PORTVERSION= 4.8.1 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ diff --git a/www/node6/Makefile b/www/node6/Makefile index 620488c..740c7f5 100644 --- a/www/node6/Makefile +++ b/www/node6/Makefile @@ -2,6 +2,7 @@ PORTNAME= node PORTVERSION= 6.10.1 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ diff --git a/www/otter-browser/Makefile b/www/otter-browser/Makefile index aede25c..ec68c20 100644 --- a/www/otter-browser/Makefile +++ b/www/otter-browser/Makefile @@ -3,7 +3,7 @@ PORTNAME= otter-browser PORTVERSION= 0.9.12 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= kde@FreeBSD.org diff --git a/www/p5-Gtk2-WebKit/Makefile b/www/p5-Gtk2-WebKit/Makefile index 1ed49b7..5b01ae6 100644 --- a/www/p5-Gtk2-WebKit/Makefile +++ b/www/p5-Gtk2-WebKit/Makefile @@ -3,7 +3,7 @@ PORTNAME= Gtk2-WebKit PORTVERSION= 0.09 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:FLORA diff --git a/www/rejik/Makefile b/www/rejik/Makefile index a001cae..e32177d 100644 --- a/www/rejik/Makefile +++ b/www/rejik/Makefile @@ -3,7 +3,7 @@ PORTNAME= rejik PORTVERSION= 3.2.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://www.rejik.ru/download/ DISTNAME= redirector-${PORTVERSION}_squid_3.4 diff --git a/www/spdylay/Makefile b/www/spdylay/Makefile index cd379e0..589dfe7 100644 --- a/www/spdylay/Makefile +++ b/www/spdylay/Makefile @@ -3,7 +3,7 @@ PORTNAME= spdylay PORTVERSION= 1.4.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www net MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \ LOCAL/sunpoet diff --git a/www/squid-devel/Makefile b/www/squid-devel/Makefile index 181b22a..6c0b4b0 100644 --- a/www/squid-devel/Makefile +++ b/www/squid-devel/Makefile @@ -2,7 +2,7 @@ PORTNAME= squid PORTVERSION= 4.0.18 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www ipv6 MASTER_SITES= http://www.squid-cache.org/Versions/v4/ \ http://www2.us.squid-cache.org/Versions/v4/ \ diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile index b56c02b..dd631ba 100644 --- a/www/webkit-gtk2/Makefile +++ b/www/webkit-gtk2/Makefile @@ -3,7 +3,7 @@ PORTNAME= webkit PORTVERSION= 2.4.11 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MASTER_SITES= http://webkitgtk.org/releases/ PKGNAMESUFFIX= -gtk2 diff --git a/www/webkit-gtk3/Makefile b/www/webkit-gtk3/Makefile index b1dfb68..134e087 100644 --- a/www/webkit-gtk3/Makefile +++ b/www/webkit-gtk3/Makefile @@ -3,7 +3,7 @@ PORTNAME= webkit PORTVERSION= 2.4.11 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= http://webkitgtk.org/releases/ PKGNAMESUFFIX= -gtk3 diff --git a/www/webkit2-gtk3/Makefile b/www/webkit2-gtk3/Makefile index d6e7705..a54733c 100644 --- a/www/webkit2-gtk3/Makefile +++ b/www/webkit2-gtk3/Makefile @@ -3,7 +3,7 @@ PORTNAME= webkit PORTVERSION= 2.8.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www MASTER_SITES= http://webkitgtk.org/releases/ PKGNAMESUFFIX= 2-gtk3 diff --git a/www/wt/Makefile b/www/wt/Makefile index 6751c64..221953e 100644 --- a/www/wt/Makefile +++ b/www/wt/Makefile @@ -3,7 +3,7 @@ PORTNAME= wt PORTVERSION= 3.3.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MAINTAINER= info@babaei.net diff --git a/x11-fm/gnome-commander2/Makefile b/x11-fm/gnome-commander2/Makefile index 45d1f18..94d89a6 100644 --- a/x11-fm/gnome-commander2/Makefile +++ b/x11-fm/gnome-commander2/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnome-commander PORTVERSION= 1.6.3 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11-fm gnome MASTER_SITES= GNOME/sources/gnome-commander/${PORTVERSION:R} diff --git a/x11-fm/pcmanfm-qt/Makefile b/x11-fm/pcmanfm-qt/Makefile index 112e013..f019392 100644 --- a/x11-fm/pcmanfm-qt/Makefile +++ b/x11-fm/pcmanfm-qt/Makefile @@ -3,6 +3,7 @@ PORTNAME= pcmanfm-qt PORTVERSION= 0.11.3 +PORTREVISION= 1 CATEGORIES= x11-fm MASTER_SITES= LXQT/${PORTNAME} diff --git a/x11-fm/wcmcommander/Makefile b/x11-fm/wcmcommander/Makefile index 8cf0846..2edf684 100644 --- a/x11-fm/wcmcommander/Makefile +++ b/x11-fm/wcmcommander/Makefile @@ -4,7 +4,7 @@ PORTNAME= wcmcommander PORTVERSION= 0.20.0 DISTVERSIONPREFIX= release- -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-fm MAINTAINER= amdmi3@FreeBSD.org diff --git a/x11-fm/worker/Makefile b/x11-fm/worker/Makefile index e623606..5df8b4b 100644 --- a/x11-fm/worker/Makefile +++ b/x11-fm/worker/Makefile @@ -3,6 +3,7 @@ PORTNAME= worker PORTVERSION= 3.8.5 +PORTREVISION= 1 CATEGORIES= x11-fm MASTER_SITES= http://www.boomerangsworld.de/cms/worker/downloads/ diff --git a/x11-themes/adwaita-qt4/Makefile b/x11-themes/adwaita-qt4/Makefile index e0791d0..f549211 100644 --- a/x11-themes/adwaita-qt4/Makefile +++ b/x11-themes/adwaita-qt4/Makefile @@ -3,6 +3,7 @@ PORTNAME= adwaita PORTVERSION= 0.98 +PORTREVISION= 1 CATEGORIES= x11-themes PKGNAMESUFFIX= -qt4 diff --git a/x11-themes/adwaita-qt5/Makefile b/x11-themes/adwaita-qt5/Makefile index de569b5..76b4cf1 100644 --- a/x11-themes/adwaita-qt5/Makefile +++ b/x11-themes/adwaita-qt5/Makefile @@ -3,6 +3,7 @@ PORTNAME= adwaita PORTVERSION= 0.98 +PORTREVISION= 1 CATEGORIES= x11-themes PKGNAMESUFFIX= -qt5 diff --git a/x11-themes/kf5-kemoticons/Makefile b/x11-themes/kf5-kemoticons/Makefile index 1a57906..2923507 100644 --- a/x11-themes/kf5-kemoticons/Makefile +++ b/x11-themes/kf5-kemoticons/Makefile @@ -3,6 +3,7 @@ PORTNAME= kemoticons PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11-themes kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/x11-themes/kf5-kiconthemes/Makefile b/x11-themes/kf5-kiconthemes/Makefile index 4237dbf..d4d99c6 100644 --- a/x11-themes/kf5-kiconthemes/Makefile +++ b/x11-themes/kf5-kiconthemes/Makefile @@ -3,6 +3,7 @@ PORTNAME= kiconthemes PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11-themes kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/x11-themes/qt4-style-Kvantum/Makefile b/x11-themes/qt4-style-Kvantum/Makefile index 28200af..d353e69 100644 --- a/x11-themes/qt4-style-Kvantum/Makefile +++ b/x11-themes/qt4-style-Kvantum/Makefile @@ -2,6 +2,7 @@ PORTNAME= Kvantum PORTVERSION= 0.10.3 +PORTREVISION= 1 DISTVERSIONPREFIX= V CATEGORIES= x11-themes PKGNAMEPREFIX= qt4-style- diff --git a/x11-themes/qt5-style-Kvantum/Makefile b/x11-themes/qt5-style-Kvantum/Makefile index 7ef6e29..005a495 100644 --- a/x11-themes/qt5-style-Kvantum/Makefile +++ b/x11-themes/qt5-style-Kvantum/Makefile @@ -2,6 +2,7 @@ PORTNAME= Kvantum PORTVERSION= 0.10.3 +PORTREVISION= 1 DISTVERSIONPREFIX= V CATEGORIES= x11-themes PKGNAMEPREFIX= qt5-style- diff --git a/x11-themes/qtcurve/Makefile b/x11-themes/qtcurve/Makefile index bdf7b26..e95e465 100644 --- a/x11-themes/qtcurve/Makefile +++ b/x11-themes/qtcurve/Makefile @@ -2,6 +2,7 @@ PORTNAME= qtcurve PORTVERSION= 1.8.18 +PORTREVISION= 1 CATEGORIES= x11-themes MAINTAINER= jhale@FreeBSD.org diff --git a/x11-toolkits/c++-gtk-utils/Makefile b/x11-toolkits/c++-gtk-utils/Makefile index 3c7e93c..96ceafe 100644 --- a/x11-toolkits/c++-gtk-utils/Makefile +++ b/x11-toolkits/c++-gtk-utils/Makefile @@ -3,6 +3,7 @@ PORTNAME= c++-gtk-utils PORTVERSION= 2.2.14.1 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= SF/cxx-gtk-utils/cxx-gtk-utils/${PORTVERSION}/ diff --git a/x11-toolkits/fox17/Makefile b/x11-toolkits/fox17/Makefile index bb6e7ea..35b45ed 100644 --- a/x11-toolkits/fox17/Makefile +++ b/x11-toolkits/fox17/Makefile @@ -3,6 +3,7 @@ PORTNAME= fox PORTVERSION= 1.7.57 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= http://ftp.fox-toolkit.org/pub/ \ ftp://ftp.fox-toolkit.org/pub/ diff --git a/x11-toolkits/kf5-attica/Makefile b/x11-toolkits/kf5-attica/Makefile index e9eacc8..0e3c92a 100644 --- a/x11-toolkits/kf5-attica/Makefile +++ b/x11-toolkits/kf5-attica/Makefile @@ -3,6 +3,7 @@ PORTNAME= attica PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11-toolkits kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/x11-toolkits/kf5-kcompletion/Makefile b/x11-toolkits/kf5-kcompletion/Makefile index 02d8a08..856b801 100644 --- a/x11-toolkits/kf5-kcompletion/Makefile +++ b/x11-toolkits/kf5-kcompletion/Makefile @@ -3,6 +3,7 @@ PORTNAME= kcompletion PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11-toolkits kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/x11-toolkits/kf5-kconfigwidgets/Makefile b/x11-toolkits/kf5-kconfigwidgets/Makefile index 06126fa..3eddca0 100644 --- a/x11-toolkits/kf5-kconfigwidgets/Makefile +++ b/x11-toolkits/kf5-kconfigwidgets/Makefile @@ -3,6 +3,7 @@ PORTNAME= kconfigwidgets PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11-toolkits kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/x11-toolkits/kf5-kdesignerplugin/Makefile b/x11-toolkits/kf5-kdesignerplugin/Makefile index 52d1b0f..12538fe 100644 --- a/x11-toolkits/kf5-kdesignerplugin/Makefile +++ b/x11-toolkits/kf5-kdesignerplugin/Makefile @@ -3,6 +3,7 @@ PORTNAME= kdesignerplugin PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11-toolkits kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/x11-toolkits/kf5-kguiaddons/Makefile b/x11-toolkits/kf5-kguiaddons/Makefile index 2da23fc..3818cdc 100644 --- a/x11-toolkits/kf5-kguiaddons/Makefile +++ b/x11-toolkits/kf5-kguiaddons/Makefile @@ -3,6 +3,7 @@ PORTNAME= kguiaddons PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11-toolkits kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/x11-toolkits/kf5-kitemviews/Makefile b/x11-toolkits/kf5-kitemviews/Makefile index d529967..ca97491 100644 --- a/x11-toolkits/kf5-kitemviews/Makefile +++ b/x11-toolkits/kf5-kitemviews/Makefile @@ -3,6 +3,7 @@ PORTNAME= kitemviews PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11-toolkits kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/x11-toolkits/kf5-kjobwidgets/Makefile b/x11-toolkits/kf5-kjobwidgets/Makefile index 9568d49..5536ab6 100644 --- a/x11-toolkits/kf5-kjobwidgets/Makefile +++ b/x11-toolkits/kf5-kjobwidgets/Makefile @@ -3,6 +3,7 @@ PORTNAME= kjobwidgets PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11-toolkits kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/x11-toolkits/kf5-ktextwidgets/Makefile b/x11-toolkits/kf5-ktextwidgets/Makefile index 630df36..3d75887 100644 --- a/x11-toolkits/kf5-ktextwidgets/Makefile +++ b/x11-toolkits/kf5-ktextwidgets/Makefile @@ -3,6 +3,7 @@ PORTNAME= ktextwidgets PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11-toolkits kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/x11-toolkits/kf5-kwidgetsaddons/Makefile b/x11-toolkits/kf5-kwidgetsaddons/Makefile index 518ca70..6795fd0 100644 --- a/x11-toolkits/kf5-kwidgetsaddons/Makefile +++ b/x11-toolkits/kf5-kwidgetsaddons/Makefile @@ -3,6 +3,7 @@ PORTNAME= kwidgetsaddons PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11-toolkits kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/x11-toolkits/kf5-kxmlgui/Makefile b/x11-toolkits/kf5-kxmlgui/Makefile index 010c331..566fac3 100644 --- a/x11-toolkits/kf5-kxmlgui/Makefile +++ b/x11-toolkits/kf5-kxmlgui/Makefile @@ -3,6 +3,7 @@ PORTNAME= kxmlgui PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11-toolkits kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/x11-toolkits/kirigami/Makefile b/x11-toolkits/kirigami/Makefile index d011804..5bec8c2 100644 --- a/x11-toolkits/kirigami/Makefile +++ b/x11-toolkits/kirigami/Makefile @@ -3,6 +3,7 @@ PORTNAME= kirigami PORTVERSION= 1.1.0 +PORTREVISION= 1 MASTER_SITES= KDE/stable/${PORTNAME} # kirigami will likely become a framework. So already put the distfile there. DIST_SUBDIR= KDE/kirigami diff --git a/x11-toolkits/kirigami2/Makefile b/x11-toolkits/kirigami2/Makefile index 1128865..b8ceb28 100644 --- a/x11-toolkits/kirigami2/Makefile +++ b/x11-toolkits/kirigami2/Makefile @@ -3,6 +3,7 @@ PORTNAME= kirigami2 PORTVERSION= 2.0.0 +PORTREVISION= 1 MASTER_SITES= KDE/stable/${PORTNAME:C/2//} # kirigami will likely become a framework. So already put the distfile there. DIST_SUBDIR= KDE/kirigami diff --git a/x11-toolkits/mygui/Makefile b/x11-toolkits/mygui/Makefile index ca3d7f0..b8731e8 100644 --- a/x11-toolkits/mygui/Makefile +++ b/x11-toolkits/mygui/Makefile @@ -4,7 +4,7 @@ PORTNAME= mygui PORTVERSION= 3.2.2 DISTVERSIONPREFIX= MyGUI -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= x11-toolkits graphics devel MAINTAINER= amdmi3@FreeBSD.org diff --git a/x11-toolkits/p5-Wx/Makefile b/x11-toolkits/p5-Wx/Makefile index 8b2e85b..15e7e89 100644 --- a/x11-toolkits/p5-Wx/Makefile +++ b/x11-toolkits/p5-Wx/Makefile @@ -3,6 +3,7 @@ PORTNAME= Wx PORTVERSION= 0.9928 +PORTREVISION= 1 CATEGORIES= x11-toolkits perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/x11-toolkits/py-wxPython30/Makefile b/x11-toolkits/py-wxPython30/Makefile index 93600cb..db46392 100644 --- a/x11-toolkits/py-wxPython30/Makefile +++ b/x11-toolkits/py-wxPython30/Makefile @@ -2,7 +2,7 @@ PORTNAME= wxPython PORTVERSION= 3.0.2.0 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= src- CATEGORIES= x11-toolkits python MASTER_SITES= SF/wxpython/wxPython/${PORTVERSION} diff --git a/x11-toolkits/qtermwidget/Makefile b/x11-toolkits/qtermwidget/Makefile index de1c2bf..9a86765 100644 --- a/x11-toolkits/qtermwidget/Makefile +++ b/x11-toolkits/qtermwidget/Makefile @@ -3,6 +3,7 @@ PORTNAME= qtermwidget PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits MAINTAINER= bacon4000@gmail.com diff --git a/x11-toolkits/scintilla/Makefile b/x11-toolkits/scintilla/Makefile index be2f716..aa112ac 100644 --- a/x11-toolkits/scintilla/Makefile +++ b/x11-toolkits/scintilla/Makefile @@ -3,6 +3,7 @@ PORTNAME= scintilla PORTVERSION= 3.7.3 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} DISTNAME= scite${PORTVERSION:S/.//g} diff --git a/x11-toolkits/vte3/Makefile b/x11-toolkits/vte3/Makefile index 1392555..cf242aa 100644 --- a/x11-toolkits/vte3/Makefile +++ b/x11-toolkits/vte3/Makefile @@ -3,7 +3,7 @@ PORTNAME= vte PORTVERSION= 0.42.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 3 diff --git a/x11-toolkits/wxgtk30/Makefile b/x11-toolkits/wxgtk30/Makefile index fc2cc32..77f6bab 100644 --- a/x11-toolkits/wxgtk30/Makefile +++ b/x11-toolkits/wxgtk30/Makefile @@ -2,7 +2,7 @@ PORTNAME= wx PORTVERSION= 3.0.2 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES= x11-toolkits MASTER_SITES= SF/wxwindows/${PORTVERSION} PKGNAMESUFFIX= 30-gtk2 diff --git a/x11-wm/herbstluftwm/Makefile b/x11-wm/herbstluftwm/Makefile index cbdb89e..e365cd2 100644 --- a/x11-wm/herbstluftwm/Makefile +++ b/x11-wm/herbstluftwm/Makefile @@ -2,6 +2,7 @@ PORTNAME= herbstluftwm PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= http://herbstluftwm.org/tarballs/ diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile index 8c45d84..15503bc 100644 --- a/x11-wm/metacity/Makefile +++ b/x11-wm/metacity/Makefile @@ -3,7 +3,7 @@ PORTNAME= metacity PORTVERSION= 3.18.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/x11-wm/mutter/Makefile b/x11-wm/mutter/Makefile index fc51622..c108752 100644 --- a/x11-wm/mutter/Makefile +++ b/x11-wm/mutter/Makefile @@ -3,6 +3,7 @@ PORTNAME= mutter PORTVERSION= 3.18.4 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/x11/cinnamon/Makefile b/x11/cinnamon/Makefile index f23ccd5..c72b0d8 100644 --- a/x11/cinnamon/Makefile +++ b/x11/cinnamon/Makefile @@ -3,7 +3,7 @@ PORTNAME= cinnamon PORTVERSION= 2.4.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 gnome DIST_SUBDIR= gnome3 diff --git a/x11/cool-retro-term/Makefile b/x11/cool-retro-term/Makefile index 8c6396c..e856bf8 100644 --- a/x11/cool-retro-term/Makefile +++ b/x11/cool-retro-term/Makefile @@ -3,7 +3,7 @@ PORTNAME= cool-retro-term PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= x11 diff --git a/x11/eaglemode/Makefile b/x11/eaglemode/Makefile index b8b8310..72829c2 100644 --- a/x11/eaglemode/Makefile +++ b/x11/eaglemode/Makefile @@ -3,6 +3,7 @@ PORTNAME= eaglemode PORTVERSION= 0.92.0 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile index 7d95f99..916a7ca 100644 --- a/x11/gnome-shell/Makefile +++ b/x11/gnome-shell/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnome-shell PORTVERSION= 3.18.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/x11/kactivities/Makefile b/x11/kactivities/Makefile index 998f767..9f3a828 100644 --- a/x11/kactivities/Makefile +++ b/x11/kactivities/Makefile @@ -2,7 +2,7 @@ PORTNAME= kactivities PORTVERSION= ${KDE4_ACTIVITIES_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 kde MASTER_SITES= KDE/Attic/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} diff --git a/x11/kactivitymanagerd/Makefile b/x11/kactivitymanagerd/Makefile index f5c7863..29450ec 100644 --- a/x11/kactivitymanagerd/Makefile +++ b/x11/kactivitymanagerd/Makefile @@ -2,6 +2,7 @@ PORTNAME= kactivitymanagerd PORTVERSION= ${KDE4_ACTIVITIES_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= KDE/Attic/${PORTVERSION}/src DISTNAME= kactivities-${PORTVERSION} diff --git a/x11/kde4-workspace/Makefile b/x11/kde4-workspace/Makefile index f4d803e..4873f35 100644 --- a/x11/kde4-workspace/Makefile +++ b/x11/kde4-workspace/Makefile @@ -2,6 +2,7 @@ PORTNAME= kde-workspace PORTVERSION= ${KDE4_WORKSPACE_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/x11/kf5-frameworkintegration/Makefile b/x11/kf5-frameworkintegration/Makefile index b331848..1462a56 100644 --- a/x11/kf5-frameworkintegration/Makefile +++ b/x11/kf5-frameworkintegration/Makefile @@ -3,6 +3,7 @@ PORTNAME= frameworkintegration PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/x11/kf5-kactivities/Makefile b/x11/kf5-kactivities/Makefile index c81e1f1..0b017c6 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/kf5-kded/Makefile b/x11/kf5-kded/Makefile index 42fc48d..bceb7aa 100644 --- a/x11/kf5-kded/Makefile +++ b/x11/kf5-kded/Makefile @@ -3,6 +3,7 @@ PORTNAME= kded PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/x11/kf5-kdelibs4support/Makefile b/x11/kf5-kdelibs4support/Makefile index 5731b35..5353b3e 100644 --- a/x11/kf5-kdelibs4support/Makefile +++ b/x11/kf5-kdelibs4support/Makefile @@ -3,6 +3,7 @@ PORTNAME= kdelibs4support PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/x11/kf5-kglobalaccel/Makefile b/x11/kf5-kglobalaccel/Makefile index 6f8ce5c..02f0e84 100644 --- a/x11/kf5-kglobalaccel/Makefile +++ b/x11/kf5-kglobalaccel/Makefile @@ -3,6 +3,7 @@ PORTNAME= kglobalaccel PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/x11/kf5-kinit/Makefile b/x11/kf5-kinit/Makefile index e94adbe..7b2ebd8 100644 --- a/x11/kf5-kinit/Makefile +++ b/x11/kf5-kinit/Makefile @@ -3,6 +3,7 @@ PORTNAME= kinit PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/x11/kf5-krunner/Makefile b/x11/kf5-krunner/Makefile index dc63071..fb90640 100644 --- a/x11/kf5-krunner/Makefile +++ b/x11/kf5-krunner/Makefile @@ -3,6 +3,7 @@ PORTNAME= krunner PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/x11/kf5-kwayland/Makefile b/x11/kf5-kwayland/Makefile index 35f4b71..999d3d0 100644 --- a/x11/kf5-kwayland/Makefile +++ b/x11/kf5-kwayland/Makefile @@ -3,6 +3,7 @@ PORTNAME= kwayland PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/x11/kf5-kwindowsystem/Makefile b/x11/kf5-kwindowsystem/Makefile index 4c63567..5186d60 100644 --- a/x11/kf5-kwindowsystem/Makefile +++ b/x11/kf5-kwindowsystem/Makefile @@ -3,6 +3,7 @@ PORTNAME= kwindowsystem PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/x11/kf5-plasma-framework/Makefile b/x11/kf5-plasma-framework/Makefile index 4465b82..8522c57 100644 --- a/x11/kf5-plasma-framework/Makefile +++ b/x11/kf5-plasma-framework/Makefile @@ -3,6 +3,7 @@ PORTNAME= plasma-framework PORTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/x11/lemonbar/Makefile b/x11/lemonbar/Makefile index 3990e68..12ff067 100644 --- a/x11/lemonbar/Makefile +++ b/x11/lemonbar/Makefile @@ -3,7 +3,7 @@ PORTNAME= lemonbar PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX=v CATEGORIES= x11 diff --git a/x11/libfm-qt/Makefile b/x11/libfm-qt/Makefile index c59a2af..4d9be0e 100644 --- a/x11/libfm-qt/Makefile +++ b/x11/libfm-qt/Makefile @@ -3,6 +3,7 @@ PORTNAME= libfm-qt PORTVERSION= 0.11.2 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= LXQT/${PORTNAME} diff --git a/x11/qterminal/Makefile b/x11/qterminal/Makefile index 38b0297..7b6942c 100644 --- a/x11/qterminal/Makefile +++ b/x11/qterminal/Makefile @@ -3,6 +3,7 @@ PORTNAME= qterminal PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= bacon4000@gmail.com diff --git a/x11/terminology/Makefile b/x11/terminology/Makefile index 0aee8ec..028da24 100644 --- a/x11/terminology/Makefile +++ b/x11/terminology/Makefile @@ -3,6 +3,7 @@ PORTNAME= terminology PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= x11 enlightenment MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/ diff --git a/x11/thingylaunch/Makefile b/x11/thingylaunch/Makefile index 7e976af..6159143 100644 --- a/x11/thingylaunch/Makefile +++ b/x11/thingylaunch/Makefile @@ -3,7 +3,7 @@ PORTNAME= thingylaunch PORTVERSION= 2.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://gahr.ch/thingylaunch/ diff --git a/x11/virtualgl/Makefile b/x11/virtualgl/Makefile index 193b561..79f504b 100644 --- a/x11/virtualgl/Makefile +++ b/x11/virtualgl/Makefile @@ -3,7 +3,7 @@ PORTNAME= virtualgl PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 graphics MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} DISTNAME= VirtualGL-${PORTVERSION} diff --git a/x11/xpra/Makefile b/x11/xpra/Makefile index 7d56d11..447abe4 100644 --- a/x11/xpra/Makefile +++ b/x11/xpra/Makefile @@ -3,6 +3,7 @@ PORTNAME= xpra PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://xpra.org/src/ |