[Midnightbsd-cvs] mports [15967] trunk/devel/popt: cleanup license
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Feb 28 20:57:24 EST 2014
Revision: 15967
http://svnweb.midnightbsd.org/mports/?rev=15967
Author: laffer1
Date: 2014-02-28 20:57:22 -0500 (Fri, 28 Feb 2014)
Log Message:
-----------
cleanup license
Modified Paths:
--------------
trunk/devel/popt/Makefile
trunk/devel/popt/distinfo
trunk/devel/popt/pkg-descr
Modified: trunk/devel/popt/Makefile
===================================================================
--- trunk/devel/popt/Makefile 2014-03-01 01:54:28 UTC (rev 15966)
+++ trunk/devel/popt/Makefile 2014-03-01 01:57:22 UTC (rev 15967)
@@ -2,13 +2,15 @@
PORTNAME= popt
PORTVERSION= 1.16
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://rpm5.org/files/popt/
MAINTAINER= ports at MidnigghtBSD.org
-COMMENT= A getopt(3) like library with a number of enhancements, from Redhat
-LICENSE= x11
+COMMENT= getopt(3) like library with a number of enhancements, from Redhat
+LICENSE= mit
+
CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \
--program-prefix=""
CPPFLAGS+= -I${LOCALBASE}/include
@@ -15,8 +17,7 @@
LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
USE_AUTOTOOLS= libtool
-USE_GNOME= gnomehack
-USE_ICONV= yes
+USES= pathfix iconv
USE_LDCONFIG= yes
MAN3= popt.3
Modified: trunk/devel/popt/distinfo
===================================================================
--- trunk/devel/popt/distinfo 2014-03-01 01:54:28 UTC (rev 15966)
+++ trunk/devel/popt/distinfo 2014-03-01 01:57:22 UTC (rev 15967)
@@ -1,3 +1,2 @@
SHA256 (popt-1.16.tar.gz) = e728ed296fe9f069a0e005003c3d6b2dde3d9cad453422a10d6558616d304cc8
-RMD160 (popt-1.16.tar.gz) = 9c52bff97259de4010499f69c76d2a6396920342
SIZE (popt-1.16.tar.gz) = 702769
Modified: trunk/devel/popt/pkg-descr
===================================================================
--- trunk/devel/popt/pkg-descr 2014-03-01 01:54:28 UTC (rev 15966)
+++ trunk/devel/popt/pkg-descr 2014-03-01 01:57:22 UTC (rev 15967)
@@ -1,4 +1,4 @@
-This is the popt command line option parsing library. While it is similiar
+This is the popt command line option parsing library. While it is similar
to getopt(3), it contains a number of enhancements, including:
1) popt is fully reentrant
@@ -5,7 +5,7 @@
2) popt can parse arbitrary argv[] style arrays while
getopt(2) makes this quite difficult
3) popt allows users to alias command line arguments
- 4) popt provides convience functions for parsing strings
+ 4) popt provides convenience functions for parsing strings
into argv[] style arrays
WWW: http://freshmeat.net/projects/popt/
More information about the Midnightbsd-cvs
mailing list