FreeBSD Bugzilla – Attachment 169349 Details for
Bug 208780
textproc/libcue: Update to 2.0.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to update textproc/libcue to 2.1.0
libcue.diff (text/plain), 2.92 KB, created by
Olivier Duchateau
on 2016-04-15 16:35:07 UTC
(
hide
)
Description:
Patch to update textproc/libcue to 2.1.0
Filename:
MIME Type:
Creator:
Olivier Duchateau
Created:
2016-04-15 16:35:07 UTC
Size:
2.92 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 413353) >+++ Makefile (working copy) >@@ -2,17 +2,22 @@ > # $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 <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 413353) >+++ distinfo (working copy) >@@ -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: files/patch-CMakeLists.txt >=================================================================== >--- files/patch-CMakeLists.txt (nonexistent) >+++ files/patch-CMakeLists.txt (working copy) >@@ -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: 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: pkg-descr >=================================================================== >--- pkg-descr (revision 413353) >+++ pkg-descr (working copy) >@@ -3,4 +3,4 @@ > 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: pkg-plist >=================================================================== >--- pkg-plist (revision 413353) >+++ pkg-plist (working copy) >@@ -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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 208780
:
169291
| 169349
Working