diff options
author | zeising <zeising@FreeBSD.org> | 2013-02-14 05:19:38 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2013-02-14 05:19:38 +0800 |
commit | 22915ca3158a3a3a45a75768a9ee6ecb1eac61da (patch) | |
tree | 09f1af2af024e8fda9cb5accb58e3ee30961085a | |
parent | 52232fa0c711a65e1724f65ce9e16e1f14905721 (diff) | |
download | freebsd-ports-gnome-22915ca3158a3a3a45a75768a9ee6ecb1eac61da.tar.gz freebsd-ports-gnome-22915ca3158a3a3a45a75768a9ee6ecb1eac61da.tar.zst freebsd-ports-gnome-22915ca3158a3a3a45a75768a9ee6ecb1eac61da.zip |
Update to 1.0.3
Obtained from: xorg development repo
-rw-r--r-- | x11/listres/Makefile | 11 | ||||
-rw-r--r-- | x11/listres/distinfo | 4 |
2 files changed, 6 insertions, 9 deletions
diff --git a/x11/listres/Makefile b/x11/listres/Makefile index 8dd7ae4457ac..c93496809a6a 100644 --- a/x11/listres/Makefile +++ b/x11/listres/Makefile @@ -1,19 +1,16 @@ -# New ports collection makefile for: listres -# Date Created: 17 Feb 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= listres -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= List resources in widgets XORG_CAT= app -USE_XORG= x11 xt xmu xaw +USE_XORG= xproto xt xmu xaw + +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xorg-macros.pc:${PORTSDIR}/devel/xorg-macros PLIST_FILES= bin/listres diff --git a/x11/listres/distinfo b/x11/listres/distinfo index 2b84e31ead2e..6c81996f8545 100644 --- a/x11/listres/distinfo +++ b/x11/listres/distinfo @@ -1,2 +1,2 @@ -SHA256 (xorg/app/listres-1.0.2.tar.bz2) = 4d9e24b95619bc961936d241106ffcc483995de55629567113ad78ba0b37ffb7 -SIZE (xorg/app/listres-1.0.2.tar.bz2) = 101937 +SHA256 (xorg/app/listres-1.0.3.tar.bz2) = c3d71e9a01650e3fd470189a749cd0202ef03d9e399350a7a7443d7595ed478e +SIZE (xorg/app/listres-1.0.3.tar.bz2) = 115429 |