Date: Mon, 15 Sep 2014 18:35:30 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368286 - in head/graphics: ImageMagick digikam-kde4 gimp-lqr-plugin liblqr-1 Message-ID: <201409151835.s8FIZUGp038452@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Sep 15 18:35:30 2014 New Revision: 368286 URL: http://svnweb.freebsd.org/changeset/ports/368286 QAT: https://qat.redports.org/buildarchive/r368286/ Log: - Drop .la files for graphics/liblqr-1, no dependees require them - Bump dependent ports as .so version has changed Modified: head/graphics/ImageMagick/Makefile head/graphics/digikam-kde4/Makefile head/graphics/gimp-lqr-plugin/Makefile head/graphics/liblqr-1/Makefile head/graphics/liblqr-1/pkg-plist Modified: head/graphics/ImageMagick/Makefile ============================================================================== --- head/graphics/ImageMagick/Makefile Mon Sep 15 18:33:51 2014 (r368285) +++ head/graphics/ImageMagick/Makefile Mon Sep 15 18:35:30 2014 (r368286) @@ -2,7 +2,7 @@ PORTNAME= ImageMagick DISTVERSION= 6.8.9-4 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ Modified: head/graphics/digikam-kde4/Makefile ============================================================================== --- head/graphics/digikam-kde4/Makefile Mon Sep 15 18:33:51 2014 (r368285) +++ head/graphics/digikam-kde4/Makefile Mon Sep 15 18:35:30 2014 (r368286) @@ -3,7 +3,7 @@ PORTNAME= digikam PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 2 CATEGORIES= graphics kde Modified: head/graphics/gimp-lqr-plugin/Makefile ============================================================================== --- head/graphics/gimp-lqr-plugin/Makefile Mon Sep 15 18:33:51 2014 (r368285) +++ head/graphics/gimp-lqr-plugin/Makefile Mon Sep 15 18:35:30 2014 (r368286) @@ -3,7 +3,7 @@ PORTNAME= gimp-lqr-plugin PORTVERSION= 0.7.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://liquidrescale.wdfiles.com/local--files/en:download-page-sources/ \ http://mirror.amdmi3.ru/distfiles/ Modified: head/graphics/liblqr-1/Makefile ============================================================================== --- head/graphics/liblqr-1/Makefile Mon Sep 15 18:33:51 2014 (r368285) +++ head/graphics/liblqr-1/Makefile Mon Sep 15 18:35:30 2014 (r368286) @@ -3,7 +3,7 @@ PORTNAME= liblqr-1 DISTVERSION= 0.4.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= http://liblqr.wdfiles.com/local--files/en:download-page/ \ http://mirror.amdmi3.ru/distfiles/ @@ -11,7 +11,7 @@ MASTER_SITES= http://liblqr.wdfiles.com/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Easy to use C/C++ seam carving library -USES= tar:bzip2 gettext gmake pkgconfig libtool:oldver +USES= tar:bzip2 gettext gmake pkgconfig libtool GNU_CONFIGURE= yes USE_GNOME= glib20 INSTALL_TARGET= install-strip Modified: head/graphics/liblqr-1/pkg-plist ============================================================================== --- head/graphics/liblqr-1/pkg-plist Mon Sep 15 18:33:51 2014 (r368285) +++ head/graphics/liblqr-1/pkg-plist Mon Sep 15 18:35:30 2014 (r368286) @@ -11,9 +11,9 @@ include/lqr-1/lqr/lqr_progress_pub.h include/lqr-1/lqr/lqr_rwindow_pub.h include/lqr-1/lqr/lqr_vmap_list_pub.h include/lqr-1/lqr/lqr_vmap_pub.h -lib/liblqr-1.la lib/liblqr-1.so -lib/liblqr-1.so.3 +lib/liblqr-1.so.0 +lib/liblqr-1.so.0.3.1 libdata/pkgconfig/lqr-1.pc @dirrm include/lqr-1/lqr @dirrm include/lqr-1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409151835.s8FIZUGp038452>