Date: Sun, 29 Apr 2001 15:44:27 -0500 (CDT) From: ishmael27@home.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/26965: Update port graphics/evas Message-ID: <200104292044.f3TKiRi43502@babylon.merseine.nu>
next in thread | raw e-mail | index | archive | help
>Number: 26965 >Category: ports >Synopsis: Update port graphics/evas >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Apr 29 13:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jeremy Norris >Release: FreeBSD 4.3-BETA i386 >Organization: none >Environment: System: FreeBSD babylon.merseine.nu 4.3-BETA FreeBSD 4.3-BETA #0: Tue Mar 6 20:09:07 CST 2001 ishmael@babylon.merseine.nu:/usr/obj/usr/src/sys/BABYLON i386 >Description: Update port graphics/evas to latest version, 0.5.0 This update also contains a change to the port x11-toolkits/gevas, chasing shared library version. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/evas/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 2001/03/13 14:57:46 1.7 +++ Makefile 2001/04/29 20:32:31 @@ -6,7 +6,7 @@ # PORTNAME= evas -PORTVERSION= 0.0.4 +PORTVERSION= 0.5.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= enlightenment @@ -24,6 +24,6 @@ CONFIGURE_ARGS= --disable-gl post-install: - @strip ${PREFIX}/lib/libevas.so.0 + @strip ${PREFIX}/lib/libevas.so.5 .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/graphics/evas/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 2001/03/07 22:31:05 1.4 +++ distinfo 2001/04/29 20:27:25 @@ -1 +1 @@ -MD5 (evas-0.0.4.tar.gz) = c8114dc39987f5558b5cf0a0f5bad2cd +MD5 (evas-0.5.0.tar.gz) = 81c5ef1318d4fb8166d3cec867a27cbb Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/graphics/evas/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 2001/03/17 01:10:12 1.2 +++ pkg-plist 2001/04/29 20:32:23 @@ -4,7 +4,7 @@ include/Evas.h lib/libevas.a lib/libevas.so -lib/libevas.so.0 +lib/libevas.so.5 share/aclocal/evas.m4 share/evas/fnt/andover.ttf share/evas/fnt/cinema.ttf Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/gevas/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 2001/04/03 05:29:01 1.3 +++ Makefile 2001/04/29 20:36:58 @@ -13,7 +13,7 @@ MAINTAINER= ishmael27@home.com -LIB_DEPENDS= evas.0:${PORTSDIR}/graphics/evas +LIB_DEPENDS= evas.5:${PORTSDIR}/graphics/evas USE_GTK= yes USE_LIBTOOL= yes >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104292044.f3TKiRi43502>