Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Feb 2016 21:05:22 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409762 - head/devel/clig
Message-ID:  <201602282105.u1SL5M04066679@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sun Feb 28 21:05:21 2016
New Revision: 409762
URL: https://svnweb.freebsd.org/changeset/ports/409762

Log:
  Unmark BROKEN, pass maintainership to submitter.
  
  PR:		206695
  Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>

Modified:
  head/devel/clig/Makefile
  head/devel/clig/pkg-descr

Modified: head/devel/clig/Makefile
==============================================================================
--- head/devel/clig/Makefile	Sun Feb 28 20:56:56 2016	(r409761)
+++ head/devel/clig/Makefile	Sun Feb 28 21:05:21 2016	(r409762)
@@ -5,15 +5,14 @@ PORTNAME=	clig
 PORTVERSION=	1.9.11.1
 PORTREVISION=	3
 CATEGORIES=	devel tcl
-MASTER_SITES=	http://wsd.iitb.fhg.de/~geg/clighome/
+MASTER_SITES=	http://BSDforge.com/projects/source/devel/clig/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	portmaster@BSDforge.com
 COMMENT=	Auto-generate an (argc, argv) processor, usage message, and manpage
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING-2.0
 
-BROKEN=		Does not fetch
 USES=		shebangfix tcl tk
 SHEBANG_FILES=	tcl/*.tcl
 tk_OLD_CMD=	/usr/bin/wish8.0

Modified: head/devel/clig/pkg-descr
==============================================================================
--- head/devel/clig/pkg-descr	Sun Feb 28 20:56:56 2016	(r409761)
+++ head/devel/clig/pkg-descr	Sun Feb 28 21:05:21 2016	(r409762)
@@ -1,10 +1,10 @@
 Clig generates C code to take apart the typical command-line arguments
-given to a C program.  Input to clig is a simple description file that
+given to a C program. Input to clig is a simple description file that
 specifies the name and number of options, their type (Flag, String,
-Float, Int) and permissible range, and which options are mandatory.  From
+Float, Int) and permissible range, and which options are mandatory. From
 this, clig will generate self-contained C code to include in your program,
 a usage message, and a manual page skeleton.
 
 Clig does a lot more than getopt!
 
-WWW: http://wsd.iitb.fhg.de/~geg/clighome/
+WWW: http://BSDforge.com/projects/devel/clig



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