svn commit: r409762 - head/devel/clig

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


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 at 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 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: 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


More information about the svn-ports-all mailing list