Date: Sun, 28 Mar 1999 01:30:03 -0800 (PST) From: Jim Mock <jim@corp.au.triax.com> To: freebsd-ports@FreeBSD.org Subject: Re: ports/9780 Message-ID: <199903280930.BAA63339@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/9780; it has been noted by GNATS. From: Jim Mock <jim@corp.au.triax.com> To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/9780 Date: Sun, 28 Mar 1999 19:25:37 +1000 The following patch upgrades wmcalclock to 1.21, cleans up the Makefile a bit, and adds a new master site. diff -ruN wmcalclock.orig/Makefile wmcalclock/Makefile --- wmcalclock.orig/Makefile Sun Mar 28 18:57:12 1999 +++ wmcalclock/Makefile Sun Mar 28 19:04:38 1999 @@ -1,30 +1,29 @@ -# New ports collection makefile for: wmcalcloc -# Version required: 1.11 -# Date created: 27 Jan 1999 -# Whom: Shuichi Tanaka +# New ports collection makefile for: wmcalclock +# Version required: 1.21 +# Date created: 27 Jan 1999 +# Whom: Shuichi Tanaka # # $Id$ # -DISTNAME= wmCalClock-1.11 -PKGNAME= wmcalclock-1.11 -CATEGORIES= x11-clock windowmaker -MASTER_SITES= ftp://leadbelly.lanl.gov/pub/mgh/ +DISTNAME= wmCalClock-1.21 +CATEGORIES= x11-clocks windowmaker +MASTER_SITES= http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/files/ -MAINTAINER= stanaka@bb.mbn.or.jp +MAINTAINER= stanaka@bb.mbn.or.jp -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm -WRKSRC= ${WRKDIR}/${DISTNAME}/wmCalClock +WRKSRC= ${WRKDIR}/${DISTNAME}/wmCalClock -MAN1= wmCalClock.1 -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_XLIB= yes +MAN1= wmCalClock.1 +USE_GMAKE= yes +USE_X_PREFIX= yes +USE_XLIB= yes .include <bsd.port.pre.mk> pre-build: - @cd ${WRKSRC} && ${GMAKE} clean + (cd ${WRKSRC} && ${GMAKE} clean) .include <bsd.port.mk> diff -ruN wmcalclock.orig/files/md5 wmcalclock/files/md5 --- wmcalclock.orig/files/md5 Sun Mar 28 18:57:12 1999 +++ wmcalclock/files/md5 Sun Mar 28 19:10:40 1999 @@ -1 +1 @@ -MD5 (wmCalClock-1.11.tar.gz) = 73426c3fc913c3735abd21a1c73dc02e +MD5 (wmCalClock-1.21.tar.gz) = 836cc0927bf5ba06c09c3bd6787a47e1 diff -ruN wmcalclock.orig/patches/patch-aa wmcalclock/patches/patch-aa --- wmcalclock.orig/patches/patch-aa Sun Mar 28 18:57:12 1999 +++ wmcalclock/patches/patch-aa Sun Mar 28 19:14:49 1999 @@ -1,5 +1,5 @@ ---- Makefile Fri Jan 8 12:18:40 1999 -+++ Makefile Wed Jan 27 08:48:59 1999 +--- Makefile.orig Sun Mar 28 19:13:32 1999 ++++ Makefile Sun Mar 28 19:14:22 1999 @@ -1,6 +1,6 @@ CC = gcc CFLAGS = -O2 -Wall @@ -8,10 +8,10 @@ DESTDIR= /usr/X11R6 LIBDIR = -L/usr/X11R6/lib -@@ -32,5 +32,5 @@ +@@ -32,5 +32,4 @@ install:: wmCalClock - install -s -m 0755 wmCalClock $(DESTDIR)/bin -- install -m 0644 wmCalClock.1 $(DESTDIR)/man/man1 -+ install -c -m 0644 wmCalClock.1 $(DESTDIR)/man/man1 - + install -s -m 0755 wmCalClock $(DESTDIR)/bin +- install -m 0644 wmCalClock.1 $(DESTDIR)/man/man1 +- ++ install -c -m 0644 wmCalClock.1 $(DESTDIR)/man/man1 -- Jim Mock System Administrator jim@corp.au.triax.com ,-._|\ FreeBSD work: Triax Internet Services http://www.triax.com/ / \ The personal: http://www.triax.com/~jim/ \_,--._/ Power To The FreeBSD 'zine http://www.freebsdzine.org/ v Serve! 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?199903280930.BAA63339>