Date: Tue, 4 May 1999 12:28:10 -0700 (PDT) From: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/11494: Update: desktutils/gtimer Message-ID: <19990504192810.DC913145E@norn.ca.eu.org>
next in thread | raw e-mail | index | archive | help
>Number: 11494 >Category: ports >Synopsis: Update: desktutils/gtimer >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 4 12:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to 1.1.3, now uses gnu configure. Removed: all of patches/ >How-To-Repeat: >Fix: Index: gtimer/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/deskutils/gtimer/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 1999/04/21 19:07:31 1.2 +++ Makefile 1999/05/04 19:25:24 @@ -1,12 +1,12 @@ # New ports collection makefile for: gtimer -# Version required: 1.1.1 +# Version required: 1.1.3 # Date created: 25 February 1999 # Whom: Chris Piazza <cpiazza@home.net> # # $Id: Makefile,v 1.2 1999/04/21 19:07:31 mharo Exp $ # -DISTNAME= gtimer-1.1.1 +DISTNAME= gtimer-1.1.3 CATEGORIES= deskutils MASTER_SITES= http://www.radix.net/~cknudsen/gtimer/ @@ -14,7 +14,14 @@ LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 +WRKSRC= ${WRKDIR}/gtimer-1.1.4 +GNU_CONFIGURE= YES +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" +USE_GMAKE= YES USE_BZIP2= YES MAN1= gtimer.1 + +post-install: + @${INSTALL_MAN} ${WRKSRC}/gtimer.1 ${PREFIX}/man/man1 .include <bsd.port.mk> Index: gtimer/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/deskutils/gtimer/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1999/04/08 17:50:35 1.1.1.1 +++ md5 1999/05/04 19:06:44 @@ -1 +1 @@ -MD5 (gtimer-1.1.1.tar.bz2) = 3633f27776e4bb9ec51ea294835810f1 +MD5 (gtimer-1.1.3.tar.bz2) = 0c86a2c47075ee55d8b5388c90706aa3 -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990504192810.DC913145E>