svn commit: r325597 - head/devel/uppaal

Bryan Drewery bdrewery at FreeBSD.org
Thu Aug 29 14:11:29 UTC 2013


Author: bdrewery
Date: Thu Aug 29 14:11:28 2013
New Revision: 325597
URL: http://svnweb.freebsd.org/changeset/ports/325597

Log:
  - This is not BROKEN, it just needs manual fetching. Remove
    check for PACKAGE_BUILDING so it properly sets IGNORE if
    the distfile is missing
  
  With hat:       portmgr

Modified:
  head/devel/uppaal/Makefile

Modified: head/devel/uppaal/Makefile
==============================================================================
--- head/devel/uppaal/Makefile	Thu Aug 29 14:05:16 2013	(r325596)
+++ head/devel/uppaal/Makefile	Thu Aug 29 14:11:28 2013	(r325597)
@@ -10,8 +10,6 @@ DISTNAME=	uppaal-${PORTVERSION}-aca
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Tool environment for modeling and verifying timed automata
 
-BROKEN=		Does not fetch
-
 USE_ZIP=	yes
 USE_LINUX=	yes
 USE_JAVA=	yes
@@ -35,7 +33,7 @@ RESTRICTED=	Downloading requires complet
 LINUX_SYSCTL=	${ECHO_CMD} `${SYSCTL} -n compat.linux.osrelease 2>/dev/null`
 LINUX_OSRELEASE=	${LINUX_SYSCTL}
 
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
+.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
 IGNORE=	please download ${DISTNAME}${EXTRACT_SUFX} into\
 ${DISTDIR}/${DIST_SUBDIR} from ${DOWNLOAD_URL} and re-run make
 .endif


More information about the svn-ports-head mailing list