From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 14 18:50:16 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58D42106566B for ; Fri, 14 Oct 2011 18:50:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 354708FC19 for ; Fri, 14 Oct 2011 18:50:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9EIoGZm051294 for ; Fri, 14 Oct 2011 18:50:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9EIoFgt051285; Fri, 14 Oct 2011 18:50:15 GMT (envelope-from gnats) Resent-Date: Fri, 14 Oct 2011 18:50:15 GMT Resent-Message-Id: <201110141850.p9EIoFgt051285@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 681B6106567F for ; Fri, 14 Oct 2011 18:44:06 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa103lp.auone-net.jp (msa103lp.auone-net.jp [222.3.140.166]) by mx1.freebsd.org (Postfix) with ESMTP id 1BB7C8FC24 for ; Fri, 14 Oct 2011 18:44:05 +0000 (UTC) Received: from msa103lp.auone-net.jp (MSA103lp [172.27.12.181]) by msa103lp.auone-net.jp (au one net msa) with ESMTP id 7DF057D415B for ; Sat, 15 Oct 2011 03:31:43 +0900 (JST) Received: from localhost.localdomain (ZT046175.ppp.dion.ne.jp [59.128.46.175]) by msa103lp.auone-net.jp (au one net msa) with ESMTP id 33EB647C036 for ; Sat, 15 Oct 2011 03:31:40 +0900 (JST) Message-Id: <20111015025707.8584e801.tkato432@yahoo.com> Date: Sat, 15 Oct 2011 02:57:07 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/161613: Update port: databases/dbf2mysql X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2011 18:50:16 -0000 >Number: 161613 >Category: ports >Synopsis: Update port: databases/dbf2mysql >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 14 18:50:15 UTC 2011 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p3 i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Support LOCALBASE peoperly - Support PLIST_FILES - Strip binaries Remove file: pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/databases/dbf2mysql/Makefile databases/dbf2mysql/Makefile --- /usr/ports/databases/dbf2mysql/Makefile 2011-03-20 02:24:42.000000000 +0900 +++ databases/dbf2mysql/Makefile 2011-09-18 02:05:50.000000000 +0900 @@ -7,13 +7,9 @@ PORTNAME= dbf2mysql PORTVERSION= 1.14 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases -MASTER_SITES= ftp://ftp.ntu.edu.tw/pub/MySQL/Downloads/Contrib/Old-Versions/ \ - ftp://ftp.ip.pt/pub/mysql/Downloads/Contrib/Old-Versions/ \ - ftp://ftp.chu.edu.tw/Mirrors/www.mysql.com/Downloads/Contrib/ \ - ftp://ftp.ps.pl/dsk0/ftp.mysql.com/Downloads/Contrib/Old-Versions/ \ - ftp://mir1.ovh.net/ftp.mysql.com/Downloads/Contrib/Old-Versions/ +MASTER_SITES= MYSQL/Contrib/Old-Versions MAINTAINER= ports@FreeBSD.org COMMENT= Programs to convert .dbf files to MySQL tables and vice versa @@ -21,12 +17,13 @@ USE_MYSQL= yes PORTDOCS= README +PLIST_FILES= bin/dbf2mysql bin/mysql2dbf do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/dbf2mysql ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/mysql2dbf ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/dbf2mysql ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/mysql2dbf ${PREFIX}/bin .if !defined(NOPORTDOCS) - -${MKDIR} ${DOCSDIR} + @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif diff -urN /usr/ports/databases/dbf2mysql/files/patch-aa databases/dbf2mysql/files/patch-aa --- /usr/ports/databases/dbf2mysql/files/patch-aa 2001-02-08 03:26:11.000000000 +0900 +++ databases/dbf2mysql/files/patch-aa 2011-09-18 02:05:16.000000000 +0900 @@ -28,8 +28,8 @@ # Set this to your MySQL installation-path -MYSQLINC=-I/usr/include/mysql -MYSQLLIB=-L/usr/lib/mysql -+MYSQLINC=-I${PREFIX}/include/mysql -+MYSQLLIB=-L${PREFIX}/lib/mysql ++MYSQLINC=-I${LOCALBASE}/include/mysql ++MYSQLLIB=-L${LOCALBASE}/lib/mysql # Set this to where you want the binary (no man-page yet, don't know # how to write them) diff -urN /usr/ports/databases/dbf2mysql/pkg-plist databases/dbf2mysql/pkg-plist --- /usr/ports/databases/dbf2mysql/pkg-plist 1999-10-04 07:04:20.000000000 +0900 +++ databases/dbf2mysql/pkg-plist 1970-01-01 09:00:00.000000000 +0900 @@ -1,2 +0,0 @@ -bin/dbf2mysql -bin/mysql2dbf >Release-Note: >Audit-Trail: >Unformatted: