svn commit: r409763 - branches/2016Q1/devel/clig

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Feb 28 21:06:13 UTC 2016


Author: rakuco
Date: Sun Feb 28 21:06:12 2016
New Revision: 409763
URL: https://svnweb.freebsd.org/changeset/ports/409763

Log:
  MFH: r409762
  
  Unmark BROKEN, pass maintainership to submitter.
  
  PR:		206695
  Submitted by:	Chris Hutchinson <portmaster at bsdforge.com>
  
  Approved by:	portmgr blanket approval

Modified:
  branches/2016Q1/devel/clig/Makefile
  branches/2016Q1/devel/clig/pkg-descr
Directory Properties:
  branches/2016Q1/   (props changed)

Modified: branches/2016Q1/devel/clig/Makefile
==============================================================================
--- branches/2016Q1/devel/clig/Makefile	Sun Feb 28 21:05:21 2016	(r409762)
+++ branches/2016Q1/devel/clig/Makefile	Sun Feb 28 21:06:12 2016	(r409763)
@@ -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 at FreeBSD.org
+MAINTAINER=	portmaster at 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: branches/2016Q1/devel/clig/pkg-descr
==============================================================================
--- branches/2016Q1/devel/clig/pkg-descr	Sun Feb 28 21:05:21 2016	(r409762)
+++ branches/2016Q1/devel/clig/pkg-descr	Sun Feb 28 21:06:12 2016	(r409763)
@@ -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


More information about the svn-ports-branches mailing list