Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Apr 2017 09:26:41 +0000 (UTC)
From:      Joerg Wunsch <joerg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438092 - head/devel/bcc
Message-ID:  <201704090926.v399Qfqu055749@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joerg
Date: Sun Apr  9 09:26:41 2017
New Revision: 438092
URL: https://svnweb.freebsd.org/changeset/ports/438092

Log:
  Move this port's distfile to my FreeBSD local_distfiles.
  
  PR:		218506

Modified:
  head/devel/bcc/Makefile

Modified: head/devel/bcc/Makefile
==============================================================================
--- head/devel/bcc/Makefile	Sun Apr  9 09:04:32 2017	(r438091)
+++ head/devel/bcc/Makefile	Sun Apr  9 09:26:41 2017	(r438092)
@@ -3,16 +3,16 @@
 
 PORTNAME=	bcc
 PORTVERSION=	1995.03.12
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel lang
+MASTER_SITES=	${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR=	joerg
 DISTNAME=	${PORTNAME}
 
 MAINTAINER=	joerg@FreeBSD.org
 COMMENT=	Bruce's C compiler (with as and ld); can do 16-bit code
 
-BROKEN=		unfetchable (MASTER_SITES not defined)
-DEPRECATED=	Unfetchable for more than three months
-EXPIRATION_DATE=	2017-06-08
+LICENSE=	GPLv2
 
 USES=		uidfix
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704090926.v399Qfqu055749>