aboutsummaryrefslogtreecommitdiff
path: root/x11/rstart
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2013-02-14 13:51:50 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2013-02-14 13:51:50 +0000
commiteabb0702e9d98cce3c8d126a78380a52c2bd4182 (patch)
tree41404b6b0625b998bb0adb1459ef6bd6938133b7 /x11/rstart
parentf0aa09989836c01a7ea61448a0607646c92e675b (diff)
downloadports-eabb0702e9d98cce3c8d126a78380a52c2bd4182.tar.gz
ports-eabb0702e9d98cce3c8d126a78380a52c2bd4182.zip
Update to 1.0.5
Notes
Notes: svn path=/head/; revision=312226
Diffstat (limited to 'x11/rstart')
-rw-r--r--x11/rstart/Makefile9
-rw-r--r--x11/rstart/distinfo4
-rw-r--r--x11/rstart/pkg-descr2
3 files changed, 6 insertions, 9 deletions
diff --git a/x11/rstart/Makefile b/x11/rstart/Makefile
index 4acce52e7dda..95282fb8aa5f 100644
--- a/x11/rstart/Makefile
+++ b/x11/rstart/Makefile
@@ -1,12 +1,7 @@
-# New ports collection makefile for: rstart
-# Date Created: 17 Feb 2006
-# Whom: Florent Thoumie <flz@FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= rstart
-PORTVERSION= 1.0.4
+PORTVERSION= 1.0.5
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
@@ -15,6 +10,8 @@ COMMENT= Sample implementation of a Remote Start client
XORG_CAT= app
USE_XORG= x11
+BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xorg-macros.pc:${PORTSDIR}/devel/xorg-macros
+
MAN1= rstart.1 rstartd.1
.include <bsd.port.mk>
diff --git a/x11/rstart/distinfo b/x11/rstart/distinfo
index 36302d876eac..6480dd99708b 100644
--- a/x11/rstart/distinfo
+++ b/x11/rstart/distinfo
@@ -1,2 +1,2 @@
-SHA256 (xorg/app/rstart-1.0.4.tar.bz2) = 133a706735e18946e5260cdd07a8400dbf4f8c557f5384b158b79c342609ecbb
-SIZE (xorg/app/rstart-1.0.4.tar.bz2) = 130427
+SHA256 (xorg/app/rstart-1.0.5.tar.bz2) = 29134e9fdffc8d6ac6904c293b392ba6a493ce571fbd2015485b19a8e4d0ffeb
+SIZE (xorg/app/rstart-1.0.5.tar.bz2) = 144607
diff --git a/x11/rstart/pkg-descr b/x11/rstart/pkg-descr
index 169ca1986f38..2306cc95548a 100644
--- a/x11/rstart/pkg-descr
+++ b/x11/rstart/pkg-descr
@@ -1,2 +1,2 @@
This package contains rstart, a sample implementation of a Remote Start
-client.
+client and server.