[Midnightbsd-cvs] mports [22449] trunk/devel/autogen: autogen 5.18.10

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat May 13 13:00:40 EDT 2017


Revision: 22449
          http://svnweb.midnightbsd.org/mports/?rev=22449
Author:   laffer1
Date:     2017-05-13 13:00:40 -0400 (Sat, 13 May 2017)
Log Message:
-----------
autogen 5.18.10

Modified Paths:
--------------
    trunk/devel/autogen/Makefile
    trunk/devel/autogen/distinfo
    trunk/devel/autogen/pkg-descr
    trunk/devel/autogen/pkg-plist

Removed Paths:
-------------
    trunk/devel/autogen/files/

Modified: trunk/devel/autogen/Makefile
===================================================================
--- trunk/devel/autogen/Makefile	2017-05-13 16:20:17 UTC (rev 22448)
+++ trunk/devel/autogen/Makefile	2017-05-13 17:00:40 UTC (rev 22449)
@@ -1,8 +1,7 @@
 # $MidnightBSD$
 
 PORTNAME=	autogen
-PORTVERSION=	5.18.4
-PORTREVISION=	1
+PORTVERSION=	5.18.10
 CATEGORIES=	devel
 MASTER_SITES=	GNU/${PORTNAME}/rel${PORTVERSION}
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:DEFAULT,gnu
@@ -20,7 +19,7 @@
 USE_GNOME=	libxml2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-libguile=yes --with-libxml2=yes \
-		--datadir=${PREFIX}/share
+		--datadir=${PREFIX}/share CONFIG_SHELL=${LOCALBASE}/bin/bash
 USE_LDCONFIG=	yes
 SHEBANG_FILES=	autoopts/tpl/*.pl
 INSTALL_TARGET=	install-strip

Modified: trunk/devel/autogen/distinfo
===================================================================
--- trunk/devel/autogen/distinfo	2017-05-13 16:20:17 UTC (rev 22448)
+++ trunk/devel/autogen/distinfo	2017-05-13 17:00:40 UTC (rev 22449)
@@ -1,2 +1,3 @@
-SHA256 (autogen-5.18.4.tar.xz) = 7fbaff0c25035aee5b96913de2c83d9a5cc973b8dc08d6b7489ecbcfd72eb84b
-SIZE (autogen-5.18.4.tar.xz) = 1017936
+TIMESTAMP = 1468486852
+SHA256 (autogen-5.18.10.tar.xz) = 4e248e02c50404ea5c5fc29027d26600f895a9eae7ea5ef851be2c8587abc148
+SIZE (autogen-5.18.10.tar.xz) = 1017960

Modified: trunk/devel/autogen/pkg-descr
===================================================================
--- trunk/devel/autogen/pkg-descr	2017-05-13 16:20:17 UTC (rev 22448)
+++ trunk/devel/autogen/pkg-descr	2017-05-13 17:00:40 UTC (rev 22449)
@@ -2,16 +2,16 @@
 repetitive text with varied substitutions. Its goal is to simplify the
 maintenance of programs that contain large amounts of repetitious text.
 This is especially valuable if there are several blocks of such text that
-must be kept synchronized. 
+must be kept synchronized.
 
 One common example is the problem of maintaining the code required for
 processing program options. Processing options requires a minimum of four
 different constructs be kept in proper order in different places in your
-program. You need at least: 
+program. You need at least:
 
-   1. The flag character in the flag string, 
-   2. code to process the flag when it is encountered, 
-   3. a global state variable or two, and 
-   4. a line in the usage text. 
+   1. The flag character in the flag string,
+   2. code to process the flag when it is encountered,
+   3. a global state variable or two, and
+   4. a line in the usage text.
 
 WWW: http://autogen.sourceforge.net/

Modified: trunk/devel/autogen/pkg-plist
===================================================================
--- trunk/devel/autogen/pkg-plist	2017-05-13 16:20:17 UTC (rev 22448)
+++ trunk/devel/autogen/pkg-plist	2017-05-13 17:00:40 UTC (rev 22449)
@@ -5,10 +5,11 @@
 bin/xml2ag
 include/autoopts/options.h
 include/autoopts/usage-txt.h
+lib/autogen/tpl-config.tlib
 lib/libopts.a
 lib/libopts.so
 lib/libopts.so.25
-lib/libopts.so.25.16.0
+lib/libopts.so.25.16.1
 libdata/pkgconfig/autoopts.pc
 man/man1/autogen.1.gz
 man/man1/autoopts-config.1.gz
@@ -67,14 +68,12 @@
 %%DATADIR%%/gplv2.lic
 %%DATADIR%%/lgpl.lic
 %%DATADIR%%/lgplv2.lic
-%%DATADIR%%/libopts-41.0.16.tar.gz
+%%DATADIR%%/libopts-41.1.16.tar.gz
 %%DATADIR%%/liboptschk.m4
-%%DATADIR%%/man2man
 %%DATADIR%%/man2mdoc
 %%DATADIR%%/man2texi
 %%DATADIR%%/mbsd.lic
 %%DATADIR%%/mdoc2man
-%%DATADIR%%/mdoc2mdoc
 %%DATADIR%%/mdoc2texi
 %%DATADIR%%/optcode.tlib
 %%DATADIR%%/opthead.tlib
@@ -90,6 +89,5 @@
 %%DATADIR%%/strings.tpl
 %%DATADIR%%/texi2man
 %%DATADIR%%/texi2mdoc
-%%DATADIR%%/texi2texi
 %%DATADIR%%/tpl-config.tlib
 %%DATADIR%%/usage.tlib



More information about the Midnightbsd-cvs mailing list