Date: Mon, 23 Feb 2009 17:27:25 -0500 (EST) From: Steven Kreuzer <skreuzer@exit2shell.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/132026: [PATCH] palm/palmpower: Remove manual fetching of distfile Message-ID: <200902232227.n1NMRPm8003415@slurry.exit2shell.com> Resent-Message-ID: <200902232230.n1NMU2nO081251@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132026 >Category: ports >Synopsis: [PATCH] palm/palmpower: Remove manual fetching of distfile >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: Mon Feb 23 22:30:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Steven Kreuzer >Release: FreeBSD 7.1-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD slurry.exit2shell.com 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #3: Mon Nov 24 14:01:09 EST 2008 >Description: * Make the port distfile fetchable without requiring user intervention * Make pkg-plist to PLIST_FILES * Get rid of non existant link in pkg-descr and point it to the freshports page * Replace bsd.port.pre.mk with bsd.port.mk Removed file(s): - pkg-plist Port maintainer (glen.j.barber@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- palmpower-1.0.2_1.patch begins here --- Index: Makefile =================================================================== RCS file: /usr/share/cvs/freebsd/ports/palm/palmpower/Makefile,v retrieving revision 1.9 diff -u -u -r1.9 Makefile --- Makefile 13 Feb 2009 01:49:12 -0000 1.9 +++ Makefile 23 Feb 2009 22:24:09 -0000 @@ -9,13 +9,9 @@ PORTVERSION= 1.0.2 PORTREVISION= 1 CATEGORIES= palm -# -# The original MASTER_SITE has disappeared: -# http://www.fh-wilhelmshaven.de/~akcaagaa/palmpower/files/ -# It can be downloaded via -# http://mxlab.com/files/palm/devel/ -# but that site doesn't allow direct HTTP transfers. -# +MASTER_SITES= http://ftp.linux.in.th/palm/develope/ \ + http://ftp.ksu.edu.tw/FTP/FreeBSD/distfiles/ \ + ${MASTER_SITE_OPENBSD} MAINTAINER= glen.j.barber@gmail.com COMMENT= Disassembler and other tools for PalmOS binaries @@ -25,11 +21,7 @@ MAN1= pilotdis.1 -.include <bsd.port.pre.mk> - -.if !exists(${DISTDIR}/${DISTNAME}.${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) -IGNORE= "Please fetch http://mxlab.com/files/palm/devel/palmpower-1.0.2.tar.gz manually and store it in ${DISTDIR}" -.endif +PLIST_FILES= bin/pila bin/pilotdis bin/splitprc post-build: cd ${WRKSRC}/utils; ${CC} ${CFLAGS} -o splitprc splitprc.c @@ -40,4 +32,4 @@ ${INSTALL_PROGRAM} ${WRKSRC}/utils/splitprc ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/pilotdis.1 ${PREFIX}/man/man1 -.include <bsd.port.post.mk> +.include <bsd.port.mk> Index: pkg-descr =================================================================== RCS file: /usr/share/cvs/freebsd/ports/palm/palmpower/pkg-descr,v retrieving revision 1.2 diff -u -u -r1.2 pkg-descr --- pkg-descr 12 Dec 2002 08:30:21 -0000 1.2 +++ pkg-descr 23 Feb 2009 22:19:21 -0000 @@ -2,9 +2,9 @@ The package consists of: pilotdis - PalmOS binaries disassembler -pila - PalmOS assembler, resource compiler and linker +pila - PalmOS assembler, resource compiler and linker splitprc - PRC file splitter -Old WWW-site: http://www.fh-wilhelmshaven.de/~akcaagaa/palmpower/ +WWW: http://www.freshports.org/palm/palmpower/ --Roman Shterenzon <roman@xpert.com> Index: pkg-plist =================================================================== RCS file: pkg-plist diff -N pkg-plist --- pkg-plist 12 Oct 2000 12:19:11 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,3 +0,0 @@ -bin/pila -bin/pilotdis -bin/splitprc --- palmpower-1.0.2_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902232227.n1NMRPm8003415>