diff options
author | zeising <zeising@FreeBSD.org> | 2013-02-14 21:51:50 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2013-02-14 21:51:50 +0800 |
commit | 46fc11c6e3e272e94d55d43d5ad33ec90f55c568 (patch) | |
tree | 41404b6b0625b998bb0adb1459ef6bd6938133b7 /x11 | |
parent | 72ae91291d10472970b0a7a9c11210ee333af18e (diff) | |
download | freebsd-ports-gnome-46fc11c6e3e272e94d55d43d5ad33ec90f55c568.tar.gz freebsd-ports-gnome-46fc11c6e3e272e94d55d43d5ad33ec90f55c568.tar.zst freebsd-ports-gnome-46fc11c6e3e272e94d55d43d5ad33ec90f55c568.zip |
Update to 1.0.5
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rstart/Makefile | 9 | ||||
-rw-r--r-- | x11/rstart/distinfo | 4 | ||||
-rw-r--r-- | x11/rstart/pkg-descr | 2 |
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. |