Date: Thu, 27 Jan 2000 14:38:28 +0300 (MSK) From: Dmitry Sivachenko <dima@Chg.RU> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/16400: Update/fix for -current x11-toolkits/fltk Message-ID: <200001271138.OAA70453@netserv1.chg.ru>
next in thread | raw e-mail | index | archive | help
>Number: 16400 >Category: ports >Synopsis: Update/fix for -current x11-toolkits/fltk >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jan 27 03:40:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dmitry Sivachenko >Release: FreeBSD 3.3-RELEASE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -Nur fltk.old/Makefile fltk/Makefile --- fltk.old/Makefile Tue Aug 31 06:59:11 1999 +++ fltk/Makefile Thu Jan 27 13:21:25 2000 @@ -1,13 +1,13 @@ # New ports collection makefile for: fltk -# Version required: 1.0.2 +# Version required: 1.0.7 # Date created: 11 February 1999 # Whom: Dima Sivachenko <dima@Chg.RU> # # $FreeBSD: ports/x11-toolkits/fltk/Makefile,v 1.10 1999/08/31 02:59:11 peter Exp $ # -DISTNAME= fltk-1.0.3-source -PKGNAME= fltk-1.0.3 +DISTNAME= fltk-1.0.7-source +PKGNAME= fltk-1.0.7 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.fltk.org/pub/fltk/${VERSION}/ \ ftp://ftp.chg.ru/pub/X11/fltk/${VERSION}/ \ @@ -26,7 +26,6 @@ WRKSRC= ${WRKDIR}/${PKGNAME} USE_X_PREFIX= yes MAN1= fluid.1 -VERSION= 1.0.3 .include <bsd.port.pre.mk> .if (${PORTOBJFORMAT} == "aout") @@ -39,11 +38,11 @@ ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/fltk - @ ${INSTALL_DATA} ${WRKSRC}/documentation/*.html \ - ${PREFIX}/share/doc/fltk - @ ${INSTALL_DATA} ${WRKSRC}/documentation/*.gif \ - ${PREFIX}/share/doc/fltk - @ ${INSTALL_DATA} ${WRKSRC}/documentation/*.jpg \ + for ext in html gif jpg ; do \ + ${INSTALL_DATA} ${WRKSRC}/documentation/*.$$ext \ + ${PREFIX}/share/doc/fltk; \ + done + ${INSTALL_DATA} ${WRKSRC}/documentation/README \ ${PREFIX}/share/doc/fltk .endif diff -Nur fltk.old/files/md5 fltk/files/md5 --- fltk.old/files/md5 Sun May 9 20:24:58 1999 +++ fltk/files/md5 Thu Jan 27 11:43:10 2000 @@ -1 +1 @@ -MD5 (fltk-1.0.3-source.tar.bz2) = f787a1e30edfcae08e17a1220afd0475 +MD5 (fltk-1.0.7-source.tar.bz2) = 7fc6d2a02f4619a217b9a76afa2384ad diff -Nur fltk.old/pkg/DESCR fltk/pkg/DESCR --- fltk.old/pkg/DESCR Mon May 3 08:51:00 1999 +++ fltk/pkg/DESCR Thu Jan 27 13:37:49 2000 @@ -1,7 +1,7 @@ The Fast Light ToolKit ("FLTK", pronounces "fulltick") is a LGPL'd C++ graphical user interface for X. -WWW: http://fltk.easysw.com +WWW: http://www.fltk.org --Dima dima@chg.ru diff -Nur fltk.old/pkg/PLIST fltk/pkg/PLIST --- fltk.old/pkg/PLIST Sun May 9 20:25:05 1999 +++ fltk/pkg/PLIST Thu Jan 27 13:33:57 2000 @@ -321,5 +321,7 @@ share/doc/fltk/valuators.gif share/doc/fltk/value_slider.gif share/doc/fltk/widgets.html +share/doc/fltk/README @dirrm include/FL +include/Fl @dirrm share/doc/fltk >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?200001271138.OAA70453>