diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-12-08 16:48:38 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-12-08 16:48:38 +0000 |
commit | 60945f027780c21c987e0c642404a8383407edad (patch) | |
tree | fd2d9471767ad6e92fff12ef08f1cb015017f9f8 /net | |
parent | e59096e905f88c35da2fdfb21e14d87a51cc6c9b (diff) | |
download | ports-60945f027780c21c987e0c642404a8383407edad.tar.gz ports-60945f027780c21c987e0c642404a8383407edad.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/h323plus/Makefile | 2 | ||||
-rw-r--r-- | net/minidlna/Makefile | 1 | ||||
-rw-r--r-- | net/rdesktop/Makefile | 1 | ||||
-rw-r--r-- | net/sdl_net/Makefile | 2 | ||||
-rw-r--r-- | net/ssvnc/Makefile | 2 | ||||
-rw-r--r-- | net/wizd/Makefile | 2 |
6 files changed, 6 insertions, 4 deletions
diff --git a/net/h323plus/Makefile b/net/h323plus/Makefile index e35b2bc3865c..64c01e19e9b1 100644 --- a/net/h323plus/Makefile +++ b/net/h323plus/Makefile @@ -2,7 +2,7 @@ PORTNAME= h323plus PORTVERSION= 1.26.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net multimedia MASTER_SITES= http://www.h323plus.org/source/download/ DISTNAME= ${PORTNAME}-v${PORTVERSION:S/./_/g} diff --git a/net/minidlna/Makefile b/net/minidlna/Makefile index c9a53dc0b8c4..2ed7e0b020b7 100644 --- a/net/minidlna/Makefile +++ b/net/minidlna/Makefile @@ -3,6 +3,7 @@ PORTNAME= minidlna PORTVERSION= 1.1.4 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net multimedia www MASTER_SITES= SF diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile index 2e812851736d..5738acebd3bd 100644 --- a/net/rdesktop/Makefile +++ b/net/rdesktop/Makefile @@ -3,6 +3,7 @@ PORTNAME= rdesktop PORTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES= net comms ipv6 MASTER_SITES= SF diff --git a/net/sdl_net/Makefile b/net/sdl_net/Makefile index a9d22fefd51a..bc76019620a8 100644 --- a/net/sdl_net/Makefile +++ b/net/sdl_net/Makefile @@ -3,7 +3,7 @@ PORTNAME= sdl_net PORTVERSION= 1.2.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://www.libsdl.org/projects/SDL_net/release/ DISTNAME= SDL_net-${PORTVERSION} diff --git a/net/ssvnc/Makefile b/net/ssvnc/Makefile index 4f19a12aea70..70c0951b8ec9 100644 --- a/net/ssvnc/Makefile +++ b/net/ssvnc/Makefile @@ -13,7 +13,7 @@ COMMENT= Enhanced TightVNC Viewer (SSVNC: SSL/SSH VNC viewer) LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libjpeg.so.11:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg RUN_DEPENDS= stunnel:${PORTSDIR}/security/stunnel \ xterm:${PORTSDIR}/x11/xterm diff --git a/net/wizd/Makefile b/net/wizd/Makefile index d7d67e5ed42a..4d6f552c51e4 100644 --- a/net/wizd/Makefile +++ b/net/wizd/Makefile @@ -3,7 +3,7 @@ PORTNAME= wizd PORTVERSION= 24 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net multimedia MASTER_SITES= SF/${PORTNAME}/Sources/Sources%20v${PORTVERSION} DISTFILES= wizd_sources_v${PORTVERSION}.zip simplicity_v1-2.zip |