Date: Thu, 8 Mar 2007 12:06:04 GMT From: Fernan Aguero<fernan@iib.unsam.edu.ar> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/110078: [maintainer] fix fetch problem with biology/belvu Message-ID: <200703081206.l28C64TT049640@www.freebsd.org> Resent-Message-ID: <200703081210.l28CA6F3000891@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 110078 >Category: ports >Synopsis: [maintainer] fix fetch problem with biology/belvu >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Mar 08 12:10:05 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Fernan Aguero >Release: FreeBSD-6.2 >Organization: IIB-UNSAM >Environment: >Description: the upstream distfile was renamed >How-To-Repeat: >Fix: Patch attached with submission follows: diff --exclude CVS -ruN /usr/ports/biology/belvu/Makefile belvu/Makefile --- /usr/ports/biology/belvu/Makefile Sat Oct 14 13:13:49 2006 +++ belvu/Makefile Sun Feb 11 11:46:34 2007 @@ -10,7 +10,7 @@ PORTVERSION= 2.29 CATEGORIES= biology MASTER_SITES= ftp://ftp.cgb.ki.se/pub/prog/belvu/ -DISTNAME= ${PORTNAME}.LIN_${PORTVERSION} +DISTNAME= ${PORTNAME}.LIN_32bit_${PORTVERSION} EXTRACT_SUFX= # EXTRACT_ONLY= # @@ -31,8 +31,8 @@ .endif do-install: - ${BRANDELF} -t Linux ${DISTDIR}/${DISTNAME} ${INSTALL_PROGRAM} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin + ${BRANDELF} -t Linux ${PREFIX}/bin/${DISTNAME} ( cd ${PREFIX}/bin && ${LN} -s ${DISTNAME} ${PORTNAME} ) .include <bsd.port.post.mk> diff --exclude CVS -ruN /usr/ports/biology/belvu/distinfo belvu/distinfo --- /usr/ports/biology/belvu/distinfo Wed Mar 15 07:24:57 2006 +++ belvu/distinfo Wed Mar 7 13:17:13 2007 @@ -1,3 +1,3 @@ -MD5 (belvu.LIN_2.29) = 68e59a37a6a632f24221b96ea65bf006 -SHA256 (belvu.LIN_2.29) = 45a7da0eebc23a9352241cf1b078c7f74bc938284dc2308935fcaff78e8b1112 -SIZE (belvu.LIN_2.29) = 6181981 +MD5 (belvu.LIN_32bit_2.29) = 68e59a37a6a632f24221b96ea65bf006 +SHA256 (belvu.LIN_32bit_2.29) = 45a7da0eebc23a9352241cf1b078c7f74bc938284dc2308935fcaff78e8b1112 +SIZE (belvu.LIN_32bit_2.29) = 6181981 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703081206.l28C64TT049640>