summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorIsmael Luceno2018-08-29 17:56:33 -0300
committerIsmael Luceno2018-08-29 17:57:42 -0300
commitec959363c2c446b1443970bac1b4bbba9d8696fc (patch)
tree994fae15fe35762bca903d2d7c2edfe2a8e72959 /x11
parenta6faaa184cb58a0abb4c40d7b91e3da7c6bf75f7 (diff)
x11vnc 0.9.15
Diffstat (limited to 'x11')
-rwxr-xr-xx11/x11vnc/BUILD1
-rwxr-xr-xx11/x11vnc/DEPENDS2
-rwxr-xr-xx11/x11vnc/DETAILS6
-rw-r--r--x11/x11vnc/HISTORY2
4 files changed, 8 insertions, 3 deletions
diff --git a/x11/x11vnc/BUILD b/x11/x11vnc/BUILD
index 5f1b5c867e..90d935bf26 100755
--- a/x11/x11vnc/BUILD
+++ b/x11/x11vnc/BUILD
@@ -1,3 +1,4 @@
OPTS="$X11VNC_OPTS $OPTS"
+autoreconf -vsi &&
default_build
diff --git a/x11/x11vnc/DEPENDS b/x11/x11vnc/DEPENDS
index aaa93c9d26..b47d6a500a 100755
--- a/x11/x11vnc/DEPENDS
+++ b/x11/x11vnc/DEPENDS
@@ -1,3 +1,5 @@
+depends autoconf &&
+depends automake &&
depends libxtst &&
depends XSERVER &&
diff --git a/x11/x11vnc/DETAILS b/x11/x11vnc/DETAILS
index 2035cdfd4a..26c6d18502 100755
--- a/x11/x11vnc/DETAILS
+++ b/x11/x11vnc/DETAILS
@@ -1,8 +1,8 @@
SPELL=x11vnc
- VERSION=0.9.13
- SOURCE_HASH=sha512:7b24e495f29122032e1c8ced7f7d8e0a56a2a8263e761a50725320742c99a0fcd5680d13038dd5d47e1c05d3b889d0caa13ba0b1aeda6fa42d5fb5ef3c43f908
+ VERSION=0.9.15
+ SOURCE_HASH=sha512:d5db90f87ba4b9801e8f6bb2c0821657c6388ce2c64e1565aeeabe41edf63b56ad72dc7be4cf874b817dacd7de5988eddd466df5b9396c13d69340ac90a1ca4d
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/libvncserver/$SOURCE
+ SOURCE_URL[0]=https://github.com/LibVNC/$SPELL/archive/$VERSION.tar.gz
WEB_SITE=http://www.karlrunge.com/x11vnc/
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
ENTERED=20040404
diff --git a/x11/x11vnc/HISTORY b/x11/x11vnc/HISTORY
index ca4e0a88bd..134628c92e 100644
--- a/x11/x11vnc/HISTORY
+++ b/x11/x11vnc/HISTORY
@@ -1,6 +1,8 @@
2018-08-29 Ismael Luceno <ismael@sourcemage.org>
* DEPENDS: libvncserver dependency is now mandatory
switched from xorg-server to XSERVER
+ * DETAILS: Fixed SOURCE_URL[0]
+ updated spell to 0.9.15
2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)