Date: Sat, 30 Jun 2001 21:56:04 -0400 (EDT) From: Pete Fritchman <petef@databits.net> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/28560: Update games/eboard to 0.3.0 Message-ID: <200107010156.f611u4D07286@electron.databits.net>
next in thread | raw e-mail | index | archive | help
>Number: 28560 >Category: ports >Synopsis: Update games/eboard to 0.3.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jun 30 19:00:08 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: - update to version 0.3.0 - install extra manpages - respect CXXFLAGS (and kill default -O6) >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/games/eboard/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 2001/06/23 06:07:42 1.1 +++ Makefile 2001/07/01 01:55:28 @@ -6,7 +6,7 @@ # PORTNAME= eboard -PORTVERSION= 0.2.5 +PORTVERSION= 0.3.0 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,7 +20,13 @@ USE_IMLIB= yes USE_X_PREFIX= yes +INSTALL_TARGET= install install-man + +MAN1= eboard-config.1 eboard-addtheme.1 MAN6= eboard.6 + +post-patch: + @${PERL} -pi -e 's!CXXFLAGS=-O6\n!!' ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) Index: distinfo =================================================================== RCS file: /home/ncvs/ports/games/eboard/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 2001/06/23 06:07:42 1.1 +++ distinfo 2001/07/01 01:55:28 @@ -1 +1 @@ -MD5 (eboard-0.2.5.tar.gz) = 9041bc5ea9149400be1e9882bce1cbe7 +MD5 (eboard-0.3.0.tar.gz) = 18899f4e2928ff80c8041dc47b554ca9 >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?200107010156.f611u4D07286>