diff options
author | gblach <gblach@FreeBSD.org> | 2013-04-23 04:35:19 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2013-04-23 04:35:19 +0800 |
commit | 456b4f7bba5d997dfe68aab601ebbac3876c49e3 (patch) | |
tree | ebf239a6d9da84aec307687ba01004c0aee9a674 /graphics | |
parent | b562e282f243a442162277a2e3f3545883788444 (diff) | |
download | freebsd-ports-gnome-456b4f7bba5d997dfe68aab601ebbac3876c49e3.tar.gz freebsd-ports-gnome-456b4f7bba5d997dfe68aab601ebbac3876c49e3.tar.zst freebsd-ports-gnome-456b4f7bba5d997dfe68aab601ebbac3876c49e3.zip |
- Update EFL libraries to 1.7.6(.1)
- Update Enlightenment to 0.17.2.1
Approved by: crees (mentor)
Diffstat (limited to 'graphics')
62 files changed, 112 insertions, 131 deletions
diff --git a/graphics/ecore-evas/Makefile b/graphics/ecore-evas/Makefile index 9a14e32e27d7..9a362ba2c1ad 100644 --- a/graphics/ecore-evas/Makefile +++ b/graphics/ecore-evas/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= evas -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ LOCAL/gblach/e17/ @@ -19,7 +19,6 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= evas ecore libtool_hack USE_EFL_ECORE= input input_evas -USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_evas INSTALL_WRKSRC= ${BUILD_WRKSRC} @@ -55,11 +54,11 @@ CONFIGURE_ARGS+= --disable-ecore-evas-opengl-x11 .endif .if ${PORT_OPTIONS:MSDL} -CONFIGURE_ARGS+= --enable-ecore-evas-software-sdl --enable-ecore-sdl +CONFIGURE_ARGS+= --enable-ecore-sdl USE_EFL_EVAS_ENGINES+= sdl USE_EFL_ECORE+= sdl .else -CONFIGURE_ARGS+= --disable-ecore-evas-software-sdl --disable-ecore-sdl +CONFIGURE_ARGS+= --disable-ecore-sdl .endif .if ${PORT_OPTIONS:MX11} diff --git a/graphics/ecore-evas/distinfo b/graphics/ecore-evas/distinfo index e41ee7ca58aa..afecd5a58584 100644 --- a/graphics/ecore-evas/distinfo +++ b/graphics/ecore-evas/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/ecore-1.7.5.tar.bz2) = 4bbaba2153db0c356d13c45adfbcc90c7118abd112d0817581417e708d6a9222 -SIZE (e17/ecore-1.7.5.tar.bz2) = 3458107 +SHA256 (e17/ecore-1.7.6.tar.bz2) = f60800de7b2f264f1b0122a07f6c6f098fd1c3a61987bb890a3ca7d6e24d32a9 +SIZE (e17/ecore-1.7.6.tar.bz2) = 3460987 diff --git a/graphics/ecore-evas/pkg-plist b/graphics/ecore-evas/pkg-plist index 3bb2faa4c144..5317f08fbb9d 100644 --- a/graphics/ecore-evas/pkg-plist +++ b/graphics/ecore-evas/pkg-plist @@ -2,3 +2,4 @@ include/ecore-1/Ecore_Evas.h lib/libecore_evas.so lib/libecore_evas.so.8 libdata/pkgconfig/ecore-evas.pc +@dirrmtry include/ecore-1 diff --git a/graphics/ecore-sdl/Makefile b/graphics/ecore-sdl/Makefile index 525b873e93f9..2543a0fefb0f 100644 --- a/graphics/ecore-sdl/Makefile +++ b/graphics/ecore-sdl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sdl -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ LOCAL/gblach/e17/ @@ -19,7 +19,6 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= ecore libtool_hack USE_EFL_ECORE= input -USE_GNOME= gnomehack pkgconfig USE_SDL= sdl USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_sdl diff --git a/graphics/ecore-sdl/distinfo b/graphics/ecore-sdl/distinfo index e41ee7ca58aa..afecd5a58584 100644 --- a/graphics/ecore-sdl/distinfo +++ b/graphics/ecore-sdl/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/ecore-1.7.5.tar.bz2) = 4bbaba2153db0c356d13c45adfbcc90c7118abd112d0817581417e708d6a9222 -SIZE (e17/ecore-1.7.5.tar.bz2) = 3458107 +SHA256 (e17/ecore-1.7.6.tar.bz2) = f60800de7b2f264f1b0122a07f6c6f098fd1c3a61987bb890a3ca7d6e24d32a9 +SIZE (e17/ecore-1.7.6.tar.bz2) = 3460987 diff --git a/graphics/ecore-sdl/pkg-plist b/graphics/ecore-sdl/pkg-plist index 4e71bdd8f1a6..7e6119073685 100644 --- a/graphics/ecore-sdl/pkg-plist +++ b/graphics/ecore-sdl/pkg-plist @@ -2,3 +2,4 @@ include/ecore-1/Ecore_Sdl.h lib/libecore_sdl.so lib/libecore_sdl.so.8 libdata/pkgconfig/ecore-sdl.pc +@dirrmtry include/ecore-1 diff --git a/graphics/edje/Makefile b/graphics/edje/Makefile index da9f78e3c54b..8907e49fd210 100644 --- a/graphics/edje/Makefile +++ b/graphics/edje/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= edje -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6 PORTEPOCH= 2 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ @@ -18,11 +18,11 @@ RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_LUA= 5.1+ +USES= pathfix shared-mime-info USE_EFL= eet evas ecore embryo libtool_hack librt_hack USE_EFL_EVAS_LOADERS= eet jpeg png USE_EFL_ECORE= evas file imf imf_evas -USE_GNOME= gnomehack pkgconfig +USE_LUA= 5.1+ USE_LDCONFIG= yes CONFIGURE_ARGS+= --without-vim @@ -33,7 +33,4 @@ post-patch: @${REINPLACE_CMD} -e 's|= \$$(datadir)/\$$(PACKAGE)/examples|= $$(datadir)/examples/$$(PACKAGE)|' \ ${WRKSRC}/src/examples/Makefile.in -post-install: - -update-mime-database ${PREFIX}/share/mime - .include <bsd.port.mk> diff --git a/graphics/edje/distinfo b/graphics/edje/distinfo index 5ba714ae0772..aebbcbb3b8cd 100644 --- a/graphics/edje/distinfo +++ b/graphics/edje/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/edje-1.7.5.tar.bz2) = c7b329ac6548378c1c74e9cdf60a34c33f4fdc2d8224577d6a9ea4b90c915ec3 -SIZE (e17/edje-1.7.5.tar.bz2) = 1101133 +SHA256 (e17/edje-1.7.6.tar.bz2) = 728518059cdd11af1b5d6bedbf40edeefd93b365a297ca5ec67c5dbbd6f81440 +SIZE (e17/edje-1.7.6.tar.bz2) = 1101511 diff --git a/graphics/edje/pkg-plist b/graphics/edje/pkg-plist index 94b9a5dd49f3..72f5b7d3e2d3 100644 --- a/graphics/edje/pkg-plist +++ b/graphics/edje/pkg-plist @@ -70,5 +70,3 @@ share/mime/packages/edje.xml @dirrm %%DATADIR%%/include @dirrm %%DATADIR%% @dirrm %%EXAMPLESDIR%% -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime diff --git a/graphics/ethumb/Makefile b/graphics/ethumb/Makefile index eed10f8a6f1b..7a2d6a291433 100644 --- a/graphics/ethumb/Makefile +++ b/graphics/ethumb/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ethumb -PORTVERSION= 1.7.5 -PORTREVISION= 1 +PORTVERSION= 1.7.6 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ LOCAL/gblach/e17/ @@ -18,9 +17,9 @@ LIB_DEPENDS= exif:${PORTSDIR}/graphics/libexif DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes +USES= pathfix USE_EFL= eina evas ecore edje libtool_hack USE_EFL_ECORE= evas file x11 input_evas -USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-epdf diff --git a/graphics/ethumb/distinfo b/graphics/ethumb/distinfo index c300fb9a91da..e0b3011e94db 100644 --- a/graphics/ethumb/distinfo +++ b/graphics/ethumb/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/ethumb-1.7.5.tar.bz2) = 34b137cfdfb07226e7b77b136f25cc10c2598ae5ef67d70cb1e2a26fe750335f -SIZE (e17/ethumb-1.7.5.tar.bz2) = 397198 +SHA256 (e17/ethumb-1.7.6.tar.bz2) = 1531b011d3427c5e944e9d33736e610764856a364e04ddfcba7429e99e371fad +SIZE (e17/ethumb-1.7.6.tar.bz2) = 398644 diff --git a/graphics/evas-core/Makefile b/graphics/evas-core/Makefile index 1a78268d43dd..7103a2741507 100644 --- a/graphics/evas-core/Makefile +++ b/graphics/evas-core/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= core -PORTVERSION= 1.7.5 -PORTREVISION= 1 +PORTVERSION= 1.7.6.1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ LOCAL/gblach/e17/ @@ -20,9 +19,10 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes +USES= pathfix USE_GCC= any USE_EFL= librt_hack libtool_hack -USE_GNOME= gnomehack pkgconfig +USE_PKGCONFIG= yes USE_LDCONFIG= yes DATADIR= ${PREFIX}/share/evas EXAMPLESDIR= ${PREFIX}/share/examples/evas @@ -32,7 +32,6 @@ EXAMPLESDIR= ${PREFIX}/share/examples/evas OPTIONS_DEFINE= EET FONTCONFIG FRIBIDI OPTIONS_DEFAULT=EET FONTCONFIG FRIBIDI EET_DESC= EET font loader -FRIBIDI_DESC= Bidirectional text support .include <bsd.port.options.mk> diff --git a/graphics/evas-core/distinfo b/graphics/evas-core/distinfo index ffea9505c85e..d81341eeba1f 100644 --- a/graphics/evas-core/distinfo +++ b/graphics/evas-core/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.7.5.tar.bz2) = 70b350a970b2086787622845896f3e54de278fe698b8069796fd752e70427374 -SIZE (e17/evas-1.7.5.tar.bz2) = 9412064 +SHA256 (e17/evas-1.7.6.1.tar.bz2) = 51aa86cefbd74d28c3d4835315bcec51720a3a5d438f15c3195603f571cdb97a +SIZE (e17/evas-1.7.6.1.tar.bz2) = 9410203 diff --git a/graphics/evas-engine-buffer/Makefile b/graphics/evas-engine-buffer/Makefile index b9e1f34b3053..fd2eea035a61 100644 --- a/graphics/evas-engine-buffer/Makefile +++ b/graphics/evas-engine-buffer/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= engine-buffer -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6.1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ LOCAL/gblach/e17/ @@ -20,7 +20,7 @@ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= evas librt_hack libtool_hack -USE_GNOME= gnomehack pkgconfig +USE_PKGCONFIG= yes USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/src/modules/engines/buffer INSTALL_WRKSRC= ${BUILD_WRKSRC} diff --git a/graphics/evas-engine-buffer/distinfo b/graphics/evas-engine-buffer/distinfo index ffea9505c85e..d81341eeba1f 100644 --- a/graphics/evas-engine-buffer/distinfo +++ b/graphics/evas-engine-buffer/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.7.5.tar.bz2) = 70b350a970b2086787622845896f3e54de278fe698b8069796fd752e70427374 -SIZE (e17/evas-1.7.5.tar.bz2) = 9412064 +SHA256 (e17/evas-1.7.6.1.tar.bz2) = 51aa86cefbd74d28c3d4835315bcec51720a3a5d438f15c3195603f571cdb97a +SIZE (e17/evas-1.7.6.1.tar.bz2) = 9410203 diff --git a/graphics/evas-engine-opengl/Makefile b/graphics/evas-engine-opengl/Makefile index 43ebffcb3889..48b98dc081e5 100644 --- a/graphics/evas-engine-opengl/Makefile +++ b/graphics/evas-engine-opengl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= engine-opengl -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6.1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ LOCAL/gblach/e17/ @@ -20,7 +20,6 @@ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= evas librt_hack libtool_hack -USE_GNOME= gnomehack pkgconfig USE_XORG= x11 xext xrender USE_GL= gl glu USE_LDCONFIG= yes diff --git a/graphics/evas-engine-opengl/distinfo b/graphics/evas-engine-opengl/distinfo index ffea9505c85e..d81341eeba1f 100644 --- a/graphics/evas-engine-opengl/distinfo +++ b/graphics/evas-engine-opengl/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.7.5.tar.bz2) = 70b350a970b2086787622845896f3e54de278fe698b8069796fd752e70427374 -SIZE (e17/evas-1.7.5.tar.bz2) = 9412064 +SHA256 (e17/evas-1.7.6.1.tar.bz2) = 51aa86cefbd74d28c3d4835315bcec51720a3a5d438f15c3195603f571cdb97a +SIZE (e17/evas-1.7.6.1.tar.bz2) = 9410203 diff --git a/graphics/evas-engine-sdl/Makefile b/graphics/evas-engine-sdl/Makefile index 0244c97551dc..1296943b5a0a 100644 --- a/graphics/evas-engine-sdl/Makefile +++ b/graphics/evas-engine-sdl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= engine-sdl -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6.1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ LOCAL/gblach/e17/ @@ -20,7 +20,6 @@ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= evas librt_hack libtool_hack -USE_GNOME= gnomehack pkgconfig USE_SDL= sdl USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/src/modules/engines/software_16_sdl diff --git a/graphics/evas-engine-sdl/distinfo b/graphics/evas-engine-sdl/distinfo index ffea9505c85e..d81341eeba1f 100644 --- a/graphics/evas-engine-sdl/distinfo +++ b/graphics/evas-engine-sdl/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.7.5.tar.bz2) = 70b350a970b2086787622845896f3e54de278fe698b8069796fd752e70427374 -SIZE (e17/evas-1.7.5.tar.bz2) = 9412064 +SHA256 (e17/evas-1.7.6.1.tar.bz2) = 51aa86cefbd74d28c3d4835315bcec51720a3a5d438f15c3195603f571cdb97a +SIZE (e17/evas-1.7.6.1.tar.bz2) = 9410203 diff --git a/graphics/evas-engine-x11/Makefile b/graphics/evas-engine-x11/Makefile index 810ad1ebb851..508280cc59a9 100644 --- a/graphics/evas-engine-x11/Makefile +++ b/graphics/evas-engine-x11/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= engine-x11 -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6.1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ LOCAL/gblach/e17/ @@ -20,7 +20,6 @@ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= evas librt_hack libtool_hack -USE_GNOME= gnomehack pkgconfig USE_XORG= x11 xext USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/src/modules/engines/software_x11 diff --git a/graphics/evas-engine-x11/distinfo b/graphics/evas-engine-x11/distinfo index ffea9505c85e..d81341eeba1f 100644 --- a/graphics/evas-engine-x11/distinfo +++ b/graphics/evas-engine-x11/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.7.5.tar.bz2) = 70b350a970b2086787622845896f3e54de278fe698b8069796fd752e70427374 -SIZE (e17/evas-1.7.5.tar.bz2) = 9412064 +SHA256 (e17/evas-1.7.6.1.tar.bz2) = 51aa86cefbd74d28c3d4835315bcec51720a3a5d438f15c3195603f571cdb97a +SIZE (e17/evas-1.7.6.1.tar.bz2) = 9410203 diff --git a/graphics/evas-loader-bmp/Makefile b/graphics/evas-loader-bmp/Makefile index 22700acb73ea..8b5862b8e9de 100644 --- a/graphics/evas-loader-bmp/Makefile +++ b/graphics/evas-loader-bmp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= loader-bmp -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6.1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ LOCAL/gblach/e17/ @@ -18,7 +18,7 @@ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= evas librt_hack libtool_hack -USE_GNOME= gnomehack pkgconfig +USE_PKGCONFIG= yes USE_LDCONFIG= yes MAKEDIRS= ${WRKSRC}/src/modules/loaders/bmp diff --git a/graphics/evas-loader-bmp/distinfo b/graphics/evas-loader-bmp/distinfo index ffea9505c85e..d81341eeba1f 100644 --- a/graphics/evas-loader-bmp/distinfo +++ b/graphics/evas-loader-bmp/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.7.5.tar.bz2) = 70b350a970b2086787622845896f3e54de278fe698b8069796fd752e70427374 -SIZE (e17/evas-1.7.5.tar.bz2) = 9412064 +SHA256 (e17/evas-1.7.6.1.tar.bz2) = 51aa86cefbd74d28c3d4835315bcec51720a3a5d438f15c3195603f571cdb97a +SIZE (e17/evas-1.7.6.1.tar.bz2) = 9410203 diff --git a/graphics/evas-loader-eet/Makefile b/graphics/evas-loader-eet/Makefile index c673d295d74c..f8fcc3e178bc 100644 --- a/graphics/evas-loader-eet/Makefile +++ b/graphics/evas-loader-eet/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= loader-eet -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6.1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ LOCAL/gblach/e17/ @@ -20,7 +20,7 @@ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= evas eet librt_hack libtool_hack -USE_GNOME= gnomehack pkgconfig +USE_PKGCONFIG= yes USE_LDCONFIG= yes MAKEDIRS= ${WRKSRC}/src/modules/loaders/eet \ diff --git a/graphics/evas-loader-eet/distinfo b/graphics/evas-loader-eet/distinfo index ffea9505c85e..d81341eeba1f 100644 --- a/graphics/evas-loader-eet/distinfo +++ b/graphics/evas-loader-eet/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.7.5.tar.bz2) = 70b350a970b2086787622845896f3e54de278fe698b8069796fd752e70427374 -SIZE (e17/evas-1.7.5.tar.bz2) = 9412064 +SHA256 (e17/evas-1.7.6.1.tar.bz2) = 51aa86cefbd74d28c3d4835315bcec51720a3a5d438f15c3195603f571cdb97a +SIZE (e17/evas-1.7.6.1.tar.bz2) = 9410203 diff --git a/graphics/evas-loader-generic/Makefile b/graphics/evas-loader-generic/Makefile index db6c189db3fd..56dffd5cd3df 100644 --- a/graphics/evas-loader-generic/Makefile +++ b/graphics/evas-loader-generic/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= loader-generic -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6.1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ LOCAL/gblach/e17/ @@ -24,7 +24,7 @@ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= evas librt_hack libtool_hack -USE_GNOME= gnomehack pkgconfig +USE_PKGCONFIG= yes USE_LDCONFIG= yes MAKEDIRS= ${WRKSRC}/src/modules/loaders/generic diff --git a/graphics/evas-loader-generic/distinfo b/graphics/evas-loader-generic/distinfo index ffea9505c85e..d81341eeba1f 100644 --- a/graphics/evas-loader-generic/distinfo +++ b/graphics/evas-loader-generic/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.7.5.tar.bz2) = 70b350a970b2086787622845896f3e54de278fe698b8069796fd752e70427374 -SIZE (e17/evas-1.7.5.tar.bz2) = 9412064 +SHA256 (e17/evas-1.7.6.1.tar.bz2) = 51aa86cefbd74d28c3d4835315bcec51720a3a5d438f15c3195603f571cdb97a +SIZE (e17/evas-1.7.6.1.tar.bz2) = 9410203 diff --git a/graphics/evas-loader-gif/Makefile b/graphics/evas-loader-gif/Makefile index aa779216dd7b..b4bf73106c44 100644 --- a/graphics/evas-loader-gif/Makefile +++ b/graphics/evas-loader-gif/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= loader-gif -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6.1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ LOCAL/gblach/e17/ @@ -21,7 +21,6 @@ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= evas librt_hack libtool_hack -USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes MAKEDIRS= ${WRKSRC}/src/modules/loaders/gif diff --git a/graphics/evas-loader-gif/distinfo b/graphics/evas-loader-gif/distinfo index ffea9505c85e..d81341eeba1f 100644 --- a/graphics/evas-loader-gif/distinfo +++ b/graphics/evas-loader-gif/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.7.5.tar.bz2) = 70b350a970b2086787622845896f3e54de278fe698b8069796fd752e70427374 -SIZE (e17/evas-1.7.5.tar.bz2) = 9412064 +SHA256 (e17/evas-1.7.6.1.tar.bz2) = 51aa86cefbd74d28c3d4835315bcec51720a3a5d438f15c3195603f571cdb97a +SIZE (e17/evas-1.7.6.1.tar.bz2) = 9410203 diff --git a/graphics/evas-loader-ico/Makefile b/graphics/evas-loader-ico/Makefile index 5d6bc833603a..3c37ffe9380c 100644 --- a/graphics/evas-loader-ico/Makefile +++ b/graphics/evas-loader-ico/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= loader-ico -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6.1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ LOCAL/gblach/e17/ @@ -18,7 +18,7 @@ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= evas librt_hack libtool_hack -USE_GNOME= gnomehack pkgconfig +USE_PKGCONFIG= yes USE_LDCONFIG= yes MAKEDIRS= ${WRKSRC}/src/modules/loaders/ico diff --git a/graphics/evas-loader-ico/distinfo b/graphics/evas-loader-ico/distinfo index ffea9505c85e..d81341eeba1f 100644 --- a/graphics/evas-loader-ico/distinfo +++ b/graphics/evas-loader-ico/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.7.5.tar.bz2) = 70b350a970b2086787622845896f3e54de278fe698b8069796fd752e70427374 -SIZE (e17/evas-1.7.5.tar.bz2) = 9412064 +SHA256 (e17/evas-1.7.6.1.tar.bz2) = 51aa86cefbd74d28c3d4835315bcec51720a3a5d438f15c3195603f571cdb97a +SIZE (e17/evas-1.7.6.1.tar.bz2) = 9410203 diff --git a/graphics/evas-loader-jpeg/Makefile b/graphics/evas-loader-jpeg/Makefile index 5928bd94c063..5e39642237f9 100644 --- a/graphics/evas-loader-jpeg/Makefile +++ b/graphics/evas-loader-jpeg/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= loader-jpeg -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6.1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ LOCAL/gblach/e17/ @@ -21,7 +21,7 @@ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= evas librt_hack libtool_hack -USE_GNOME= gnomehack pkgconfig +USE_PKGCONFIG= yes USE_LDCONFIG= yes MAKEDIRS= ${WRKSRC}/src/modules/loaders/jpeg \ diff --git a/graphics/evas-loader-jpeg/distinfo b/graphics/evas-loader-jpeg/distinfo index ffea9505c85e..d81341eeba1f 100644 --- a/graphics/evas-loader-jpeg/distinfo +++ b/graphics/evas-loader-jpeg/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.7.5.tar.bz2) = 70b350a970b2086787622845896f3e54de278fe698b8069796fd752e70427374 -SIZE (e17/evas-1.7.5.tar.bz2) = 9412064 +SHA256 (e17/evas-1.7.6.1.tar.bz2) = 51aa86cefbd74d28c3d4835315bcec51720a3a5d438f15c3195603f571cdb97a +SIZE (e17/evas-1.7.6.1.tar.bz2) = 9410203 diff --git a/graphics/evas-loader-pmaps/Makefile b/graphics/evas-loader-pmaps/Makefile index 5ea68fa5f172..369744b65431 100644 --- a/graphics/evas-loader-pmaps/Makefile +++ b/graphics/evas-loader-pmaps/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= loader-pmaps -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6.1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ LOCAL/gblach/e17/ @@ -18,7 +18,7 @@ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= evas librt_hack libtool_hack -USE_GNOME= gnomehack pkgconfig +USE_PKGCONFIG= yes USE_LDCONFIG= yes MAKEDIRS= ${WRKSRC}/src/modules/loaders/pmaps diff --git a/graphics/evas-loader-pmaps/distinfo b/graphics/evas-loader-pmaps/distinfo index ffea9505c85e..d81341eeba1f 100644 --- a/graphics/evas-loader-pmaps/distinfo +++ b/graphics/evas-loader-pmaps/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.7.5.tar.bz2) = 70b350a970b2086787622845896f3e54de278fe698b8069796fd752e70427374 -SIZE (e17/evas-1.7.5.tar.bz2) = 9412064 +SHA256 (e17/evas-1.7.6.1.tar.bz2) = 51aa86cefbd74d28c3d4835315bcec51720a3a5d438f15c3195603f571cdb97a +SIZE (e17/evas-1.7.6.1.tar.bz2) = 9410203 diff --git a/graphics/evas-loader-png/Makefile b/graphics/evas-loader-png/Makefile index e946f6dbc4b3..a232ca9c7aa7 100644 --- a/graphics/evas-loader-png/Makefile +++ b/graphics/evas-loader-png/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= loader-png -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6.1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ LOCAL/gblach/e17/ @@ -21,7 +21,7 @@ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= evas librt_hack libtool_hack -USE_GNOME= gnomehack pkgconfig +USE_PKGCONFIG= yes USE_LDCONFIG= yes MAKEDIRS= ${WRKSRC}/src/modules/loaders/png \ diff --git a/graphics/evas-loader-png/distinfo b/graphics/evas-loader-png/distinfo index ffea9505c85e..d81341eeba1f 100644 --- a/graphics/evas-loader-png/distinfo +++ b/graphics/evas-loader-png/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.7.5.tar.bz2) = 70b350a970b2086787622845896f3e54de278fe698b8069796fd752e70427374 -SIZE (e17/evas-1.7.5.tar.bz2) = 9412064 +SHA256 (e17/evas-1.7.6.1.tar.bz2) = 51aa86cefbd74d28c3d4835315bcec51720a3a5d438f15c3195603f571cdb97a +SIZE (e17/evas-1.7.6.1.tar.bz2) = 9410203 diff --git a/graphics/evas-loader-psd/Makefile b/graphics/evas-loader-psd/Makefile index c9ad46828109..06676d36050c 100644 --- a/graphics/evas-loader-psd/Makefile +++ b/graphics/evas-loader-psd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= loader-psd -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6.1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ LOCAL/gblach/e17/ @@ -18,7 +18,7 @@ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= evas librt_hack libtool_hack -USE_GNOME= gnomehack pkgconfig +USE_PKGCONFIG= yes USE_LDCONFIG= yes MAKEDIRS= ${WRKSRC}/src/modules/loaders/psd diff --git a/graphics/evas-loader-psd/distinfo b/graphics/evas-loader-psd/distinfo index ffea9505c85e..d81341eeba1f 100644 --- a/graphics/evas-loader-psd/distinfo +++ b/graphics/evas-loader-psd/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.7.5.tar.bz2) = 70b350a970b2086787622845896f3e54de278fe698b8069796fd752e70427374 -SIZE (e17/evas-1.7.5.tar.bz2) = 9412064 +SHA256 (e17/evas-1.7.6.1.tar.bz2) = 51aa86cefbd74d28c3d4835315bcec51720a3a5d438f15c3195603f571cdb97a +SIZE (e17/evas-1.7.6.1.tar.bz2) = 9410203 diff --git a/graphics/evas-loader-svg/Makefile b/graphics/evas-loader-svg/Makefile index 71a10ed4e86a..eabafa9344cf 100644 --- a/graphics/evas-loader-svg/Makefile +++ b/graphics/evas-loader-svg/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= loader-svg -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6.1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ LOCAL/gblach/e17/ @@ -20,7 +20,6 @@ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= evas esvg librt_hack libtool_hack -USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes MAKEDIRS= ${WRKSRC}/src/modules/loaders/svg diff --git a/graphics/evas-loader-svg/distinfo b/graphics/evas-loader-svg/distinfo index ffea9505c85e..d81341eeba1f 100644 --- a/graphics/evas-loader-svg/distinfo +++ b/graphics/evas-loader-svg/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.7.5.tar.bz2) = 70b350a970b2086787622845896f3e54de278fe698b8069796fd752e70427374 -SIZE (e17/evas-1.7.5.tar.bz2) = 9412064 +SHA256 (e17/evas-1.7.6.1.tar.bz2) = 51aa86cefbd74d28c3d4835315bcec51720a3a5d438f15c3195603f571cdb97a +SIZE (e17/evas-1.7.6.1.tar.bz2) = 9410203 diff --git a/graphics/evas-loader-tga/Makefile b/graphics/evas-loader-tga/Makefile index 06c16a87ea01..c19a69588836 100644 --- a/graphics/evas-loader-tga/Makefile +++ b/graphics/evas-loader-tga/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= loader-tga -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6.1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ LOCAL/gblach/e17/ @@ -18,7 +18,7 @@ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= evas librt_hack libtool_hack -USE_GNOME= gnomehack pkgconfig +USE_PKGCONFIG= yes USE_LDCONFIG= yes MAKEDIRS= ${WRKSRC}/src/modules/loaders/tga diff --git a/graphics/evas-loader-tga/distinfo b/graphics/evas-loader-tga/distinfo index ffea9505c85e..d81341eeba1f 100644 --- a/graphics/evas-loader-tga/distinfo +++ b/graphics/evas-loader-tga/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.7.5.tar.bz2) = 70b350a970b2086787622845896f3e54de278fe698b8069796fd752e70427374 -SIZE (e17/evas-1.7.5.tar.bz2) = 9412064 +SHA256 (e17/evas-1.7.6.1.tar.bz2) = 51aa86cefbd74d28c3d4835315bcec51720a3a5d438f15c3195603f571cdb97a +SIZE (e17/evas-1.7.6.1.tar.bz2) = 9410203 diff --git a/graphics/evas-loader-tiff/Makefile b/graphics/evas-loader-tiff/Makefile index 4993b028ab97..3d422fcd6330 100644 --- a/graphics/evas-loader-tiff/Makefile +++ b/graphics/evas-loader-tiff/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= loader-tiff -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6.1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ LOCAL/gblach/e17/ @@ -21,7 +21,7 @@ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= evas librt_hack libtool_hack -USE_GNOME= gnomehack pkgconfig +USE_PKGCONFIG= yes USE_LDCONFIG= yes MAKEDIRS= ${WRKSRC}/src/modules/loaders/tiff \ diff --git a/graphics/evas-loader-tiff/distinfo b/graphics/evas-loader-tiff/distinfo index ffea9505c85e..d81341eeba1f 100644 --- a/graphics/evas-loader-tiff/distinfo +++ b/graphics/evas-loader-tiff/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.7.5.tar.bz2) = 70b350a970b2086787622845896f3e54de278fe698b8069796fd752e70427374 -SIZE (e17/evas-1.7.5.tar.bz2) = 9412064 +SHA256 (e17/evas-1.7.6.1.tar.bz2) = 51aa86cefbd74d28c3d4835315bcec51720a3a5d438f15c3195603f571cdb97a +SIZE (e17/evas-1.7.6.1.tar.bz2) = 9410203 diff --git a/graphics/evas-loader-wbmp/Makefile b/graphics/evas-loader-wbmp/Makefile index 5cfd9097f087..61355bc9e3e3 100644 --- a/graphics/evas-loader-wbmp/Makefile +++ b/graphics/evas-loader-wbmp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= loader-wbmp -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6.1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ LOCAL/gblach/e17/ @@ -18,7 +18,7 @@ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= evas librt_hack libtool_hack -USE_GNOME= gnomehack pkgconfig +USE_PKGCONFIG= yes USE_LDCONFIG= yes MAKEDIRS= ${WRKSRC}/src/modules/loaders/wbmp diff --git a/graphics/evas-loader-wbmp/distinfo b/graphics/evas-loader-wbmp/distinfo index ffea9505c85e..d81341eeba1f 100644 --- a/graphics/evas-loader-wbmp/distinfo +++ b/graphics/evas-loader-wbmp/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.7.5.tar.bz2) = 70b350a970b2086787622845896f3e54de278fe698b8069796fd752e70427374 -SIZE (e17/evas-1.7.5.tar.bz2) = 9412064 +SHA256 (e17/evas-1.7.6.1.tar.bz2) = 51aa86cefbd74d28c3d4835315bcec51720a3a5d438f15c3195603f571cdb97a +SIZE (e17/evas-1.7.6.1.tar.bz2) = 9410203 diff --git a/graphics/evas-loader-xpm/Makefile b/graphics/evas-loader-xpm/Makefile index 01655a4f38b8..fb1d5823bd3b 100644 --- a/graphics/evas-loader-xpm/Makefile +++ b/graphics/evas-loader-xpm/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= loader-xpm -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6.1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ LOCAL/gblach/e17/ @@ -20,7 +20,6 @@ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= evas librt_hack libtool_hack -USE_GNOME= gnomehack pkgconfig USE_XORG= xpm USE_LDCONFIG= yes diff --git a/graphics/evas-loader-xpm/distinfo b/graphics/evas-loader-xpm/distinfo index ffea9505c85e..d81341eeba1f 100644 --- a/graphics/evas-loader-xpm/distinfo +++ b/graphics/evas-loader-xpm/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas-1.7.5.tar.bz2) = 70b350a970b2086787622845896f3e54de278fe698b8069796fd752e70427374 -SIZE (e17/evas-1.7.5.tar.bz2) = 9412064 +SHA256 (e17/evas-1.7.6.1.tar.bz2) = 51aa86cefbd74d28c3d4835315bcec51720a3a5d438f15c3195603f571cdb97a +SIZE (e17/evas-1.7.6.1.tar.bz2) = 9410203 diff --git a/graphics/evas/Makefile b/graphics/evas/Makefile index e1e7fe6d96ad..93c0ab1d70b4 100644 --- a/graphics/evas/Makefile +++ b/graphics/evas/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= evas -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6.1 PORTEPOCH= 2 CATEGORIES= graphics enlightenment MASTER_SITES= # none diff --git a/graphics/evas_generic_loaders-gst/Makefile b/graphics/evas_generic_loaders-gst/Makefile index b4419c34850f..d47ef2d7f518 100644 --- a/graphics/evas_generic_loaders-gst/Makefile +++ b/graphics/evas_generic_loaders-gst/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gst -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ LOCAL/gblach/e17/ @@ -18,7 +18,6 @@ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= eina -USE_GNOME= gnomehack pkgconfig USE_GSTREAMER= good ffmpeg USE_LDCONFIG= yes diff --git a/graphics/evas_generic_loaders-gst/distinfo b/graphics/evas_generic_loaders-gst/distinfo index 1a61f8bbd9dc..effefdd13784 100644 --- a/graphics/evas_generic_loaders-gst/distinfo +++ b/graphics/evas_generic_loaders-gst/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas_generic_loaders-1.7.5.tar.bz2) = b15a0a790f013e6a9da690442bebf8dc3085f23c07f03e0adabab433213a1fb5 -SIZE (e17/evas_generic_loaders-1.7.5.tar.bz2) = 201631 +SHA256 (e17/evas_generic_loaders-1.7.6.tar.bz2) = f802ddb258d144521ad7945c07512bdfe7bcd0ab8a4099e0d3ebd30e2c3fb060 +SIZE (e17/evas_generic_loaders-1.7.6.tar.bz2) = 203706 diff --git a/graphics/evas_generic_loaders-pdf/Makefile b/graphics/evas_generic_loaders-pdf/Makefile index 36bd1578afb3..acec0fb7b7ac 100644 --- a/graphics/evas_generic_loaders-pdf/Makefile +++ b/graphics/evas_generic_loaders-pdf/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pdf -PORTVERSION= 1.7.5 -PORTREVISION= 1 +PORTVERSION= 1.7.6 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ LOCAL/gblach/e17/ @@ -21,7 +20,6 @@ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= eina -USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes BINSRC= ${WRKSRC}/src/bin/${PORTNAME} diff --git a/graphics/evas_generic_loaders-pdf/distinfo b/graphics/evas_generic_loaders-pdf/distinfo index 1a61f8bbd9dc..effefdd13784 100644 --- a/graphics/evas_generic_loaders-pdf/distinfo +++ b/graphics/evas_generic_loaders-pdf/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas_generic_loaders-1.7.5.tar.bz2) = b15a0a790f013e6a9da690442bebf8dc3085f23c07f03e0adabab433213a1fb5 -SIZE (e17/evas_generic_loaders-1.7.5.tar.bz2) = 201631 +SHA256 (e17/evas_generic_loaders-1.7.6.tar.bz2) = f802ddb258d144521ad7945c07512bdfe7bcd0ab8a4099e0d3ebd30e2c3fb060 +SIZE (e17/evas_generic_loaders-1.7.6.tar.bz2) = 203706 diff --git a/graphics/evas_generic_loaders-ps/Makefile b/graphics/evas_generic_loaders-ps/Makefile index 55e114fc572c..7e5121fc3abb 100644 --- a/graphics/evas_generic_loaders-ps/Makefile +++ b/graphics/evas_generic_loaders-ps/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ps -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ LOCAL/gblach/e17/ @@ -20,7 +20,6 @@ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= eina -USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes BINSRC= ${WRKSRC}/src/bin/${PORTNAME} diff --git a/graphics/evas_generic_loaders-ps/distinfo b/graphics/evas_generic_loaders-ps/distinfo index 1a61f8bbd9dc..effefdd13784 100644 --- a/graphics/evas_generic_loaders-ps/distinfo +++ b/graphics/evas_generic_loaders-ps/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas_generic_loaders-1.7.5.tar.bz2) = b15a0a790f013e6a9da690442bebf8dc3085f23c07f03e0adabab433213a1fb5 -SIZE (e17/evas_generic_loaders-1.7.5.tar.bz2) = 201631 +SHA256 (e17/evas_generic_loaders-1.7.6.tar.bz2) = f802ddb258d144521ad7945c07512bdfe7bcd0ab8a4099e0d3ebd30e2c3fb060 +SIZE (e17/evas_generic_loaders-1.7.6.tar.bz2) = 203706 diff --git a/graphics/evas_generic_loaders-raw/Makefile b/graphics/evas_generic_loaders-raw/Makefile index cfdf74800c68..24cd6127dd53 100644 --- a/graphics/evas_generic_loaders-raw/Makefile +++ b/graphics/evas_generic_loaders-raw/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= raw -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ LOCAL/gblach/e17/ @@ -20,7 +20,7 @@ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= eina -USE_GNOME= gnomehack pkgconfig +USE_PKGCONFIG= yes USE_LDCONFIG= yes BINSRC= ${WRKSRC}/src/bin/${PORTNAME} diff --git a/graphics/evas_generic_loaders-raw/distinfo b/graphics/evas_generic_loaders-raw/distinfo index 1a61f8bbd9dc..effefdd13784 100644 --- a/graphics/evas_generic_loaders-raw/distinfo +++ b/graphics/evas_generic_loaders-raw/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas_generic_loaders-1.7.5.tar.bz2) = b15a0a790f013e6a9da690442bebf8dc3085f23c07f03e0adabab433213a1fb5 -SIZE (e17/evas_generic_loaders-1.7.5.tar.bz2) = 201631 +SHA256 (e17/evas_generic_loaders-1.7.6.tar.bz2) = f802ddb258d144521ad7945c07512bdfe7bcd0ab8a4099e0d3ebd30e2c3fb060 +SIZE (e17/evas_generic_loaders-1.7.6.tar.bz2) = 203706 diff --git a/graphics/evas_generic_loaders-svg/Makefile b/graphics/evas_generic_loaders-svg/Makefile index 73b5f1d609bc..a530d9e11de8 100644 --- a/graphics/evas_generic_loaders-svg/Makefile +++ b/graphics/evas_generic_loaders-svg/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= svg -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ LOCAL/gblach/e17/ @@ -14,13 +14,11 @@ COMMENT= Additional loader for Evas (svg) LICENSE= GPLv2 -#LIB_DEPENDS= poppler:${PORTSDIR}/graphics/poppler - DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= eina -USE_GNOME= librsvg2 gnomehack pkgconfig +USE_GNOME= librsvg2 USE_LDCONFIG= yes BINSRC= ${WRKSRC}/src/bin/${PORTNAME} diff --git a/graphics/evas_generic_loaders-svg/distinfo b/graphics/evas_generic_loaders-svg/distinfo index 1a61f8bbd9dc..effefdd13784 100644 --- a/graphics/evas_generic_loaders-svg/distinfo +++ b/graphics/evas_generic_loaders-svg/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas_generic_loaders-1.7.5.tar.bz2) = b15a0a790f013e6a9da690442bebf8dc3085f23c07f03e0adabab433213a1fb5 -SIZE (e17/evas_generic_loaders-1.7.5.tar.bz2) = 201631 +SHA256 (e17/evas_generic_loaders-1.7.6.tar.bz2) = f802ddb258d144521ad7945c07512bdfe7bcd0ab8a4099e0d3ebd30e2c3fb060 +SIZE (e17/evas_generic_loaders-1.7.6.tar.bz2) = 203706 diff --git a/graphics/evas_generic_loaders-xcf/Makefile b/graphics/evas_generic_loaders-xcf/Makefile index d62cbc0b4f4c..b2f98e207b46 100644 --- a/graphics/evas_generic_loaders-xcf/Makefile +++ b/graphics/evas_generic_loaders-xcf/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xcf -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ LOCAL/gblach/e17/ @@ -18,7 +18,7 @@ DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= eina -USE_GNOME= gnomehack pkgconfig +USE_PKGCONFIG= yes USE_LDCONFIG= yes BINSRC= ${WRKSRC}/src/bin/${PORTNAME} diff --git a/graphics/evas_generic_loaders-xcf/distinfo b/graphics/evas_generic_loaders-xcf/distinfo index 1a61f8bbd9dc..effefdd13784 100644 --- a/graphics/evas_generic_loaders-xcf/distinfo +++ b/graphics/evas_generic_loaders-xcf/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/evas_generic_loaders-1.7.5.tar.bz2) = b15a0a790f013e6a9da690442bebf8dc3085f23c07f03e0adabab433213a1fb5 -SIZE (e17/evas_generic_loaders-1.7.5.tar.bz2) = 201631 +SHA256 (e17/evas_generic_loaders-1.7.6.tar.bz2) = f802ddb258d144521ad7945c07512bdfe7bcd0ab8a4099e0d3ebd30e2c3fb060 +SIZE (e17/evas_generic_loaders-1.7.6.tar.bz2) = 203706 |