diff --git a/devel/libconfig/Makefile b/devel/libconfig/Makefile index ae461fe52a7..0801c966f1e 100644 --- a/devel/libconfig/Makefile +++ b/devel/libconfig/Makefile @@ -1,12 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2007/09/23 17:07:21 merdely Exp $ +# $OpenBSD: Makefile,v 1.3 2007/12/12 15:41:59 merdely Exp $ COMMENT= library for manipulating structured configuration files -DISTNAME= libconfig-1.1.3 -PKGNAME= ${DISTNAME}p0 +DISTNAME= libconfig-1.2 -SHARED_LIBS= config 4.3 \ - config++ 4.3 +SHARED_LIBS= config 5.0 \ + config++ 5.0 CATEGORIES= devel diff --git a/devel/libconfig/distinfo b/devel/libconfig/distinfo index 0ee0600cc0b..e13927e8854 100644 --- a/devel/libconfig/distinfo +++ b/devel/libconfig/distinfo @@ -1,5 +1,5 @@ -MD5 (libconfig-1.1.3.tar.gz) = wM1LXtRLvB3KMur6rDd+Mw== -RMD160 (libconfig-1.1.3.tar.gz) = UfPpD6cvrUK0y1kXJveUnwqMByo= -SHA1 (libconfig-1.1.3.tar.gz) = 5/jKPtCi7EjvjooWRU5kDF4Dr4g= -SHA256 (libconfig-1.1.3.tar.gz) = Pubf0O2tZ0SkyFhXii/Bp1jKCiw7P5N1lpXiNiSiwBg= -SIZE (libconfig-1.1.3.tar.gz) = 494149 +MD5 (libconfig-1.2.tar.gz) = +lJQfw2yhWc/I7cZOvTv1A== +RMD160 (libconfig-1.2.tar.gz) = Vf00GtAzL+xn9RXfzPqCIotsxTs= +SHA1 (libconfig-1.2.tar.gz) = p2ct1e/x/NNEwDiwbKYzSEjqfe8= +SHA256 (libconfig-1.2.tar.gz) = m0h8qe/tYxfDfaUt4cOpwNTTNjMSSGRoNHT/aA9gz+Y= +SIZE (libconfig-1.2.tar.gz) = 505661 diff --git a/devel/libconfig/patches/patch-doc_libconfig_texi b/devel/libconfig/patches/patch-doc_libconfig_texi deleted file mode 100644 index 212ab4b4e80..00000000000 --- a/devel/libconfig/patches/patch-doc_libconfig_texi +++ /dev/null @@ -1,65 +0,0 @@ -$OpenBSD: patch-doc_libconfig_texi,v 1.1.1.1 2007/09/21 20:19:05 merdely Exp $ ---- doc/libconfig.texi.orig Sun Jul 1 23:31:37 2007 -+++ doc/libconfig.texi Fri Sep 21 06:14:55 2007 -@@ -4,14 +4,22 @@ - - @c All text is ignored before the setfilename. - @setfilename libconfig.info --@settitle libconfig @value{edition} -+@settitle libconfig - --@set edition 1.1.2 --@set update-month July 2007 --@set update-date 1 @value{update-month} -+@set edition 1.1.4 -+@set update-month September 2007 -+@set update-date 21 @value{update-month} -+@set subtitle-text A Library For Manipulating Structured Configuration Files -+@set author-text Mark A.@: Lindner - - @comment %**end of header - -+@dircategory Software libraries -+@direntry -+* libconfig: (libconfig). A Library For Manipulating Structured Configuration Files -+@end direntry -+ -+ - @tex - \global\emergencystretch = .3\hsize - @end tex -@@ -21,11 +29,11 @@ - @titlepage - - @title libconfig --@subtitle A Library For Manipulating Structured Configuration Files -+@subtitle @value{subtitle-text} - @subtitle Version @value{edition} - @subtitle @value{update-date} - --@author Mark A.@: Lindner -+@author @value{author-text} - - @page - @vskip 0pt plus 1filll -@@ -41,6 +49,20 @@ resulting derived work is distributed under the terms - notice identical to this one. - - @end titlepage -+ -+@c Give the HTML output a title page that somewhat resembles the printed one -+@ifhtml -+@html -+
-+
@value{subtitle-text}
-+Version @value{edition}
-+@value{update-date}
-+



-+@value{author-text} -+
-+

-+@end html -+@end ifhtml - - @contents -