cvs commit: ports/sysutils/freqsdwn Makefile

Kris Kennaway kris at obsecurity.org
Thu Nov 2 18:43:01 UTC 2006


On Thu, Nov 02, 2006 at 04:31:08AM +0000, Norikatsu Shigemura wrote:
> nork        2006-11-02 04:31:08 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     sysutils/freqsdwn    Makefile 
>   Log:
>   IGNORE instead of BROKEN when package building.
>   
>   Revision  Changes    Path
>   1.4       +3 -2      ports/sysutils/freqsdwn/Makefile
> http://cvsweb.FreeBSD.org/ports/sysutils/freqsdwn/Makefile.diff?r1=1.3&r2=1.4
> | ===================================================================
> | RCS file: /usr/local/www/cvsroot/FreeBSD/ports/sysutils/freqsdwn/Makefile,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 at ensure.jp
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/sysutils/freqsdwn/Makefile,v 1.3 2006/09/17 01:08:36 kris Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/sysutils/freqsdwn/Makefile,v 1.4 2006/11/02 04:31:08 nork Exp $
> |  #
> |  
> |  PORTNAME=	freqsdwn
> | @@ -17,8 +17,9 @@ MAINTAINER=	nork at FreeBSD.org
> |  COMMENT=	FREQSHIP-mini Mitsubishi Electric UPS controller daemon
> |  
> |  RESTRICTED=	See http://www.mitsubishielectric.co.jp/frequps/keiyaku.html
> | -
> | -BROKEN=		Unfetchable
> | +.if defined(BATCH) || defined(PACKAGE_BUILDING)
> | +IGNORE=		${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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-ports/attachments/20061102/72074708/attachment.pgp


More information about the cvs-ports mailing list