Date: Fri, 25 Nov 2005 23:05:39 +1100 (EST) From: Edwin Groothuis <edwin@mavetju.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/89525: [patch] deprecated: astro/setiathome Message-ID: <20051125120539.7ECEF62B0@k7.mavetju> Resent-Message-ID: <200511251210.jAPCAC17061566@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 89525 >Category: ports >Synopsis: [patch] deprecated: astro/setiathome >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 Nov 25 12:10:12 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 5.2.1-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #8: Wed Dec 15 16:58:01 EST 2004 edwin@k7.mavetju:/usr/src-5.2.1/sys/i386/compile/k7 i386 >Description: With both master-sites unreachable (see http://people.freebsd.org/~fenner/portsurvey/astro.html#setiathome) and the project moving to BOINC clients, obsolete this port: See http://setiathome.ssl.berkeley.edu/, November 15, 2005 >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/astro/setiathome/Makefile,v retrieving revision 1.45 diff -u -r1.45 Makefile --- Makefile 11 Jan 2004 02:13:43 -0000 1.45 +++ Makefile 25 Nov 2005 12:04:37 -0000 @@ -16,6 +16,10 @@ MAINTAINER?= cyrille.lefevre@laposte.net COMMENT?= Donate idle cycles to the search for space aliens +DEPRECATED= Will stop working on 2005-12-15 (see http://setiathome.ssl.berkeley.edu/), use astro/boinc-setiathome. +EXPIRATION_DATE=2005-12-15 +IGNORE= will stop working on 2005-12-15 (see http://setiathome.ssl.berkeley.edu/), use astro/boinc-setiathome + .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500000 @@ -35,7 +39,7 @@ NO_CDROM= interactive install .if ${OSVERSION} < 400000 -IGNORE= "supports only FreeBSD 4.0 and above" +IGNORE= supports only FreeBSD 4.0 and above .endif EXTRACT_CMD= ${CAT} @@ -160,25 +164,25 @@ post-install: install-startup-files configure-package display-message install-startup-files: -.for file in ${RC_FILES} -.if exists(${FILESDIR}/rc.${file}.conf) - @${INSTALL_DATA} ${FILESDIR}/rc.${file}.conf \ - ${CONF_DIR}/rc.${PKGNAMEPREFIX}${file}${PKGNAMESUFFIX}.conf${SAMP_SUFX} -.if !exists(${CONF_DIR}/rc.${PKGNAMEPREFIX}${file}${PKGNAMESUFFIX}.conf) - @${INSTALL_DATA} ${FILESDIR}/rc.${file}.conf \ - ${CONF_DIR}/rc.${PKGNAMEPREFIX}${file}${PKGNAMESUFFIX}.conf +.for f in ${RC_FILES} +.if exists(${FILESDIR}/rc.${f}.conf) + @${INSTALL_DATA} ${FILESDIR}/rc.${f}.conf \ + ${CONF_DIR}/rc.${PKGNAMEPREFIX}${f}${PKGNAMESUFFIX}.conf${SAMP_SUFX} +.if !exists(${CONF_DIR}/rc.${PKGNAMEPREFIX}${f}${PKGNAMESUFFIX}.conf) + @${INSTALL_DATA} ${FILESDIR}/rc.${f}.conf \ + ${CONF_DIR}/rc.${PKGNAMEPREFIX}${f}${PKGNAMESUFFIX}.conf .endif .endif .if defined(PKGNAMEPREFIX) && !empty(PKGNAMEPREFIX) - -@${CHMOD} -x ${RC_DIR}/*${file}*.sh 2> /dev/null + -@${CHMOD} -x ${RC_DIR}/*${f}*.sh 2> /dev/null .endif -.if exists(${FILESDIR}/${file}.sh) - @${INSTALL_SCRIPT} ${FILESDIR}/${file}.sh \ - ${RC_DIR}/${PKGNAMEPREFIX}${file}${PKGNAMESUFFIX}.sh -.endif -.if exists(${FILESDIR}/${file}.bin) - @${INSTALL_SCRIPT} ${FILESDIR}/${file}.bin \ - ${LBIN_DIR}/${PKGNAMEPREFIX}${file}${PKGNAMESUFFIX}.bin +.if exists(${FILESDIR}/${f}.sh) + @${INSTALL_SCRIPT} ${FILESDIR}/${f}.sh \ + ${RC_DIR}/${PKGNAMEPREFIX}${f}${PKGNAMESUFFIX}.sh +.endif +.if exists(${FILESDIR}/${f}.bin) + @${INSTALL_SCRIPT} ${FILESDIR}/${f}.bin \ + ${LBIN_DIR}/${PKGNAMEPREFIX}${f}${PKGNAMESUFFIX}.bin .endif .endfor >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051125120539.7ECEF62B0>