svn commit: r527228 - head/lang/c

Mateusz Piotrowski 0mp at FreeBSD.org
Wed Feb 26 23:49:45 UTC 2020


Author: 0mp
Date: Wed Feb 26 23:49:44 2020
New Revision: 527228
URL: https://svnweb.freebsd.org/changeset/ports/527228

Log:
  Return lang/c to the pool
  
  While here, improve style and set NO_ARCH.
  
  PR:		244458
  Approved by:	maintainer

Modified:
  head/lang/c/Makefile

Modified: head/lang/c/Makefile
==============================================================================
--- head/lang/c/Makefile	Wed Feb 26 23:39:32 2020	(r527227)
+++ head/lang/c/Makefile	Wed Feb 26 23:49:44 2020	(r527228)
@@ -1,11 +1,11 @@
 # $FreeBSD$
 
 PORTNAME=	c
-PORTVERSION=	0.11
 DISTVERSIONPREFIX=	v
+DISTVERSION=	0.11
 CATEGORIES=	lang
 
-MAINTAINER=	neel at neelc.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Tool to compile and run C programs like a shell script
 
 LICENSE=	MIT
@@ -14,9 +14,10 @@ RUN_DEPENDS=	bash:shells/bash
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	ryanmjacobs
-NO_BUILD=	yes
-
 SHEBANG_FILES=	c
+
+NO_ARCH=	yes
+NO_BUILD=	yes
 
 PLIST_FILES=	bin/${PORTNAME}
 


More information about the svn-ports-head mailing list