ports/178754: [patch update] databases/my2cego 1.1.0 -> 1.1.2
Kurt Jaeger
fbsd-ports at opsec.eu
Sat May 18 19:30:01 UTC 2013
>Number: 178754
>Category: ports
>Synopsis: [patch update] databases/my2cego 1.1.0 -> 1.1.2
>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 19:30: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
lfc as the library name LIB_DEPENDS has changed.
Updated the autoconf setup
Changed License from GPLv2 to GPLv3
>How-To-Repeat:
-
>Fix:
diff -r -u -N databases/my2cego/Makefile /usr/home/pi/myp/databases/my2cego/Makefile
--- databases/my2cego/Makefile 2013-05-16 23:24:27.000000000 +0200
+++ /usr/home/pi/myp/databases/my2cego/Makefile 2013-05-18 21:18:36.000000000 +0200
@@ -2,19 +2,18 @@
# $FreeBSD: head/databases/my2cego/Makefile 318261 2013-05-15 19:43:20Z zeising $
PORTNAME= my2cego
-PORTVERSION= 1.1.0
+PORTVERSION= 1.1.2
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
MAINTAINER= fbsd-ports at opsec.eu
COMMENT= Imports mysqldump files into cego
-LIB_DEPENDS= lfc:${PORTSDIR}/devel/lfc \
- lfcxml:${PORTSDIR}/devel/lfcxml \
+LIB_DEPENDS= lfcbase.1:${PORTSDIR}/devel/lfcbase \
+ lfcxml.1:${PORTSDIR}/devel/lfcxml \
cego.1:${PORTSDIR}/databases/cego
-LICENSE= GPLv2
+LICENSE= GPLv3
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
diff -r -u -N databases/my2cego/distinfo /usr/home/pi/myp/databases/my2cego/distinfo
--- databases/my2cego/distinfo 2013-01-01 15:32:15.000000000 +0100
+++ /usr/home/pi/myp/databases/my2cego/distinfo 2013-05-18 21:18:43.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (my2cego-1.1.0.tar.gz) = 84b09c53d1e7b8f70d6297a81ccf958d4f3d7ff9d32bf3f6177361f7852ae4ab
-SIZE (my2cego-1.1.0.tar.gz) = 88888
+SHA256 (my2cego-1.1.2.tar.gz) = a163cd0226cdec442df7d1747f89fc6fbdb353daee18aa5b713974b503a4d8b7
+SIZE (my2cego-1.1.2.tar.gz) = 432605
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list