ports/178745: [patch update] devel/lfc 1.5.2 -> devel/lfcbase 1.5.4

Kurt Jaeger fbsd-ports at opsec.eu
Sat May 18 16:40:02 UTC 2013


>Number:         178745
>Category:       ports
>Synopsis:       [patch update] devel/lfc 1.5.2 -> devel/lfcbase 1.5.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 18 16:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Kurt Jaeger
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
-
>Environment:
System: FreeBSD fa9.opsec.eu 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root at farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64


>Description:
	Due to naming conflicts with other software that already uses
	liblfc as the library name (see
	http://packages.debian.org/de/squeeze/liblfc-dev)
	the package name, library and include directory has changed.

	Please rename devel/lfc to devel/lfcbase and apply the patch.

	Several shared lib issues were addressed. The license was
	changed from GPLv2 to GPLv3.

	Other PRs for the rest of the databases/cego ports follow.

>How-To-Repeat:
	-
>Fix:


diff -r -u devel/lfc/Makefile /usr/home/pi/myp/devel/lfcbase/Makefile
--- devel/lfc/Makefile	2013-05-16 23:24:26.000000000 +0200
+++ /usr/home/pi/myp/devel/lfcbase/Makefile	2013-05-18 18:30:43.000000000 +0200
@@ -1,15 +1,15 @@
 # Created by: Kurt Jaeger <fbsd-ports at opsec.eu>
-# $FreeBSD: head/devel/lfc/Makefile 318259 2013-05-15 19:42:16Z zeising $
+# $FreeBSD$
 
-PORTNAME=	lfc
-PORTVERSION=	1.5.2
+PORTNAME=	lfcbase
+PORTVERSION=	1.5.4
 CATEGORIES=	devel
 MASTER_SITES=	http://www.lemke-it.com/
 
 MAINTAINER=	fbsd-ports at opsec.eu
 COMMENT=	Collection of basic c++ classes, used for databases/cego
 
-LICENSE=	GPLv2
+LICENSE=	GPLv3
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
diff -r -u devel/lfc/distinfo /usr/home/pi/myp/devel/lfcbase/distinfo
--- devel/lfc/distinfo	2013-05-16 23:24:26.000000000 +0200
+++ /usr/home/pi/myp/devel/lfcbase/distinfo	2013-05-18 18:21:35.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (lfc-1.5.2.tar.gz) = d3bba96a3d335021de1caec595c12ba57176b10963dfd195e82a07d47c81af7a
-SIZE (lfc-1.5.2.tar.gz) = 1032866
+SHA256 (lfcbase-1.5.4.tar.gz) = 1461412b5d8714a561f485b01bad5ce522ba209e8c0bb7b926949721277ea3d0
+SIZE (lfcbase-1.5.4.tar.gz) = 467361
diff -r -u devel/lfc/pkg-plist /usr/home/pi/myp/devel/lfcbase/pkg-plist
--- devel/lfc/pkg-plist	2013-05-16 23:24:26.000000000 +0200
+++ /usr/home/pi/myp/devel/lfcbase/pkg-plist	2013-05-18 18:26:55.000000000 +0200
@@ -1,38 +1,37 @@
-include/lfc/AESCrypt.h
-include/lfc/AVLTreeT.h
-include/lfc/Base64Coder.h
-include/lfc/BigDecimal.h
-include/lfc/BigInteger.h
-include/lfc/Bitmap.h
-include/lfc/Chain.h
-include/lfc/CommandExecuter.h
-include/lfc/Crypt.h
-include/lfc/Datetime.h
-include/lfc/Exception.h
-include/lfc/File.h
-include/lfc/GetLongOpt.h
-include/lfc/GetOpt.h
-include/lfc/Host.h
-include/lfc/ListT.h
-include/lfc/Logger.h
-include/lfc/Matcher.h
-include/lfc/NanoTimer.h
-include/lfc/Net.h
-include/lfc/NetHandler.h
-include/lfc/Process.h
-include/lfc/Semaphore.h
-include/lfc/SetT.h
-include/lfc/SharedMemory.h
-include/lfc/SigHandler.h
-include/lfc/Sleeper.h
-include/lfc/StackT.h
-include/lfc/Thread.h
-include/lfc/ThreadLock.h
-include/lfc/Timer.h
-include/lfc/Tokenizer.h
-include/lfc/TreeT.h
-lib/liblfc.a
-lib/liblfc.so.0
-lib/liblfc.so
-lib/liblfc.la
- at dirrm include/lfc
+include/lfcbase/AESCrypt.h
+include/lfcbase/AVLTreeT.h
+include/lfcbase/Base64Coder.h
+include/lfcbase/BigDecimal.h
+include/lfcbase/BigInteger.h
+include/lfcbase/Bitmap.h
+include/lfcbase/Chain.h
+include/lfcbase/CommandExecuter.h
+include/lfcbase/Crypt.h
+include/lfcbase/Datetime.h
+include/lfcbase/Exception.h
+include/lfcbase/File.h
+include/lfcbase/GetLongOpt.h
+include/lfcbase/GetOpt.h
+include/lfcbase/Host.h
+include/lfcbase/ListT.h
+include/lfcbase/Logger.h
+include/lfcbase/Matcher.h
+include/lfcbase/NanoTimer.h
+include/lfcbase/Net.h
+include/lfcbase/NetHandler.h
+include/lfcbase/Process.h
+include/lfcbase/Semaphore.h
+include/lfcbase/SetT.h
+include/lfcbase/SharedMemory.h
+include/lfcbase/SigHandler.h
+include/lfcbase/Sleeper.h
+include/lfcbase/StackT.h
+include/lfcbase/Thread.h
+include/lfcbase/ThreadLock.h
+include/lfcbase/Timer.h
+include/lfcbase/Tokenizer.h
+include/lfcbase/TreeT.h
+lib/liblfcbase.a
+lib/liblfcbase.la
+lib/liblfcbase.so
+lib/liblfcbase.so.1

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list