From owner-freebsd-ports Mon Apr 19 19:37:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from blues.ghis.net (slwag1p23.ozemail.com.au [203.108.157.39]) by hub.freebsd.org (Postfix) with ESMTP id C540315038; Mon, 19 Apr 1999 19:37:20 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id MAA15951; Tue, 20 Apr 1999 12:34:56 +1000 (EST) Date: Tue, 20 Apr 1999 12:34:56 +1000 From: Jim Mock To: Michael Haro Cc: ports@FreeBSD.ORG Subject: Re: net/gaim Message-ID: <19990420123456.A15914@blues.ghis.net> Reply-To: jim@blues.ghis.net References: <19990420114410.D6916@blues.ghis.net> <19990419192817.A45412@hub.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=SUOF0GtieIMvvwua X-Mailer: Mutt 0.95.4i In-Reply-To: <19990419192817.A45412@hub.freebsd.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --SUOF0GtieIMvvwua Content-Type: text/plain; charset=us-ascii On Mon, 19 Apr 1999 at 19:28:18 -0700, Michael Haro wrote: > ACK!!! I didn't notice how big it was. Shame on me. Testing now. > Expect a commit in a few minutes. FYI, I stuck it up under my > directory. I just sent Chuck a patch for the Makefile and the md5. They're attached for you as well. Later, -- Jim Mock System Administrator jim@blues.ghis.net ,-._|\ FreeBSD work: Global Hosting Inet Svcs http://www.ghis.net/ / \ The personal: http://www.ghis.net/~jim/ \_,--._/ Power To The FreeBSD 'zine http://www.freebsdzine.org/ v Serve! --SUOF0GtieIMvvwua Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="gaim.Makefile.diff" --- gaim/Makefile Tue Apr 20 12:02:40 1999 +++ gaim-new/Makefile Tue Apr 20 12:20:00 1999 @@ -10,7 +10,11 @@ PKGNAME= gaim-0.1 CATEGORIES= net MASTER_SITES= ftp://ftp.marko.net/pub/gaim/ \ - ftp://ftp.netmug.org/pub/FreeBSD/distfiles/ + ftp://ftp.netmug.org/pub/FreeBSD/distfiles/ \ + http://www.freebsd.org/~chuckr/ \ + http://www.ghis.net/~jim/FreeBSD/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} logo.xpm +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= jim@phrantic.phear.net @@ -23,7 +27,7 @@ CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" post-patch: - ${CP} ${FILESDIR}/logo.xpm ${WRKSRC}/pixmaps + ${CP} ${DISTDIR}/logo.xpm ${WRKSRC}/pixmaps do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gaim ${PREFIX}/bin --SUOF0GtieIMvvwua Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="gaim.md5.diff" --- gaim/files/md5 Tue Apr 20 12:02:40 1999 +++ gaim-new/files/md5 Tue Apr 20 12:13:02 1999 @@ -1 +1,2 @@ MD5 (gaim-19990311.tar.gz) = b7e8e67123b8a18091296fc06b5908b7 +MD5 (logo.xpm) = 25106c75e2d919e7660d7a573554c675 --SUOF0GtieIMvvwua-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message