Index: head/textproc/libcue/Makefile =================================================================== --- head/textproc/libcue/Makefile (revision 413588) +++ head/textproc/libcue/Makefile (revision 413589) @@ -1,18 +1,23 @@ # Created by: buganini@gmail.com # $FreeBSD$ PORTNAME= libcue -PORTVERSION= 1.4.0 -PORTREVISION= 2 +PORTVERSION= 2.1.0 +DISTVERSIONPREFIX= v CATEGORIES= textproc -MASTER_SITES= SF MAINTAINER= buganini@gmail.com COMMENT= CUE Sheet Parser Library -GNU_CONFIGURE= yes +LICENSE= BSD2CLAUSE GPLv2 +LICENSE_COMB= multi + +BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex + +USE_GITHUB= yes +GH_ACCOUNT= lipnitsk + USE_LDCONFIG= yes -USES= gettext libtool pathfix tar:bzip2 -INSTALL_TARGET= install-strip +USES= bison cmake:outsource .include Index: head/textproc/libcue/distinfo =================================================================== --- head/textproc/libcue/distinfo (revision 413588) +++ head/textproc/libcue/distinfo (revision 413589) @@ -1,2 +1,2 @@ -SHA256 (libcue-1.4.0.tar.bz2) = 8b7276ec2a2b3918cbc59a3cc03c68dc0775965cc20e4b88757b852ff369729e -SIZE (libcue-1.4.0.tar.bz2) = 249426 +SHA256 (lipnitsk-libcue-v2.1.0_GH0.tar.gz) = 288ddd01e5f9e8f901d0c205d31507e4bdffd2540fa86073f2fe82de066d2abb +SIZE (lipnitsk-libcue-v2.1.0_GH0.tar.gz) = 22616 Index: head/textproc/libcue/files/patch-CMakeLists.txt =================================================================== --- head/textproc/libcue/files/patch-CMakeLists.txt (nonexistent) +++ head/textproc/libcue/files/patch-CMakeLists.txt (revision 413589) @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2016-02-25 08:42:19 UTC ++++ CMakeLists.txt +@@ -19,7 +19,7 @@ SET (CUE_SOURCES + + CONFIGURE_FILE(libcue.pc.in libcue.pc @ONLY) + INSTALL(FILES ${CMAKE_BINARY_DIR}/libcue.pc +- DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/pkgconfig) ++ DESTINATION ${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig) + + INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}) + INCLUDE_DIRECTORIES(${CMAKE_BINARY_DIR}) # for generated files Property changes on: head/textproc/libcue/files/patch-CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/textproc/libcue/pkg-descr =================================================================== --- head/textproc/libcue/pkg-descr (revision 413588) +++ head/textproc/libcue/pkg-descr (revision 413589) @@ -1,6 +1,6 @@ Libcue is intended to parse a so called cue sheet from a char string or a file pointer. For handling of the parsed data a convenient API is available. This project is meant as a fork of cuetools by Svend Sorensen which saw it last release in 02/2006. -WWW: http://sourceforge.net/projects/libcue/ +WWW: https://github.com/lipnitsk/libcue Index: head/textproc/libcue/pkg-plist =================================================================== --- head/textproc/libcue/pkg-plist (revision 413588) +++ head/textproc/libcue/pkg-plist (revision 413589) @@ -1,10 +1,6 @@ -include/libcue-1.4/libcue/cd.h -include/libcue-1.4/libcue/cdtext.h -include/libcue-1.4/libcue/libcue.h -include/libcue-1.4/libcue/rem.h -include/libcue-1.4/libcue/time.h -lib/libcue.a +include/libcue.h +include/libcue/libcue.h lib/libcue.so -lib/libcue.so.1 -lib/libcue.so.1.0.4 +lib/libcue.so.2 +lib/libcue.so.2.1.0 libdata/pkgconfig/libcue.pc