Date: Thu, 2 Nov 2006 13:42:53 -0500 From: Kris Kennaway <kris@obsecurity.org> To: Norikatsu Shigemura <nork@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/freqsdwn Makefile Message-ID: <20061102184252.GA94922@xor.obsecurity.org> In-Reply-To: <200611020431.kA24V8Hc043335@repoman.freebsd.org> References: <200611020431.kA24V8Hc043335@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--0OAP2g/MAC+5xKAE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 02, 2006 at 04:31:08AM +0000, Norikatsu Shigemura wrote: > nork 2006-11-02 04:31:08 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > sysutils/freqsdwn Makefile=20 > Log: > IGNORE instead of BROKEN when package building. > =20 > Revision Changes Path > 1.4 +3 -2 ports/sysutils/freqsdwn/Makefile > http://cvsweb.FreeBSD.org/ports/sysutils/freqsdwn/Makefile.diff?r1=3D1.3&= r2=3D1.4 > | =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > | RCS file: /usr/local/www/cvsroot/FreeBSD/ports/sysutils/freqsdwn/Makefi= le,v > | retrieving revision 1.3 > | retrieving revision 1.4 > | diff -u -p -r1.3 -r1.4 > | --- ports/sysutils/freqsdwn/Makefile 2006/09/17 01:08:36 1.3 > | +++ ports/sysutils/freqsdwn/Makefile 2006/11/02 04:31:08 1.4 > | @@ -2,7 +2,7 @@ > | # Date created: 2005/11/20 > | # Whom: n-shigemura@ensure.jp > | # > | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/sysutils/freqsdwn/Mak= efile,v 1.3 2006/09/17 01:08:36 kris Exp $ > | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/sysutils/freqsdwn/Mak= efile,v 1.4 2006/11/02 04:31:08 nork Exp $ > | # > | =20 > | PORTNAME=3D freqsdwn > | @@ -17,8 +17,9 @@ MAINTAINER=3D nork@FreeBSD.org > | COMMENT=3D FREQSHIP-mini Mitsubishi Electric UPS controller daemon > | =20 > | RESTRICTED=3D See http://www.mitsubishielectric.co.jp/frequps/keiyaku.= html > | - > | -BROKEN=3D Unfetchable > | +.if defined(BATCH) || defined(PACKAGE_BUILDING) > | +IGNORE=3D ${RESTRICTED} > | +.endif A port just being RESTRICTED isn't enough reason to prevent package building. Is the issue that the distfile is not publically available? Kris --0OAP2g/MAC+5xKAE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFSjwsWry0BWjoQKURAjHoAKCIWCAFzjWfEff3ihtEkDOShPoCaACgs8g5 BT3e/3VUy8RRynZBWmE6mJY= =b5u3 -----END PGP SIGNATURE----- --0OAP2g/MAC+5xKAE--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061102184252.GA94922>