aboutsummaryrefslogtreecommitdiff
path: root/multimedia/emotion
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2007-03-11 08:51:14 +0000
committerStanislav Sedov <stas@FreeBSD.org>2007-03-11 08:51:14 +0000
commit09e4e6f119b9ec6b0056a841d178b9a94d4663c4 (patch)
tree60dbec4f6c36413d232be56d31553ec53ac5f6fa /multimedia/emotion
parent6ed6dba53f7727f76189d43bcaac071f15a544b6 (diff)
downloadports-09e4e6f119b9ec6b0056a841d178b9a94d4663c4.tar.gz
ports-09e4e6f119b9ec6b0056a841d178b9a94d4663c4.zip
- Update e17 ports to 20070223 snapshot
- Bump portrevisions on all imlib2-dependend ports as the library soversion was bumped [1] - Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't support it anymore. [2] The patch was tested in the tinderbox. Approved by: portmgr (marcus) [1], Anders Troback <freebsd@troback.com> (maintainer) [2]
Notes
Notes: svn path=/head/; revision=187097
Diffstat (limited to 'multimedia/emotion')
-rw-r--r--multimedia/emotion/Makefile6
-rw-r--r--multimedia/emotion/distinfo6
-rw-r--r--multimedia/emotion/files/patch-configure30
3 files changed, 6 insertions, 36 deletions
diff --git a/multimedia/emotion/Makefile b/multimedia/emotion/Makefile
index 396d30179e3d..5431e658e013 100644
--- a/multimedia/emotion/Makefile
+++ b/multimedia/emotion/Makefile
@@ -7,10 +7,10 @@
#
PORTNAME= emotion
-PORTVERSION= 20060926
-PORTREVISION= 2
+PORTVERSION= 20070223
+PORTREVISION= 0
CATEGORIES= multimedia
-MASTER_SITES= http://sunner.elcomnet.ru/~stas/
+MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
MAINTAINER= stas@FreeBSD.org
COMMENT= Video playback wrapper library for e17
diff --git a/multimedia/emotion/distinfo b/multimedia/emotion/distinfo
index b601eba58e91..ea9ad31b793e 100644
--- a/multimedia/emotion/distinfo
+++ b/multimedia/emotion/distinfo
@@ -1,3 +1,3 @@
-MD5 (emotion-20060926.tar.bz2) = 20b25be2a8ae59b704dbb6b3e37100df
-SHA256 (emotion-20060926.tar.bz2) = 4e007b703cb7c2f2d52336e661968d647df9f40dcc54f5694a0e59f51b1c5886
-SIZE (emotion-20060926.tar.bz2) = 1434266
+MD5 (emotion-20070223.tar.bz2) = ef6e89c28b367fa4ed54d853d63694e1
+SHA256 (emotion-20070223.tar.bz2) = 640fc990183682d2f39376dbd65ba9a69b1ebd5a997f379ab7b9cded2d03fb55
+SIZE (emotion-20070223.tar.bz2) = 1433834
diff --git a/multimedia/emotion/files/patch-configure b/multimedia/emotion/files/patch-configure
deleted file mode 100644
index ce8584392d2d..000000000000
--- a/multimedia/emotion/files/patch-configure
+++ /dev/null
@@ -1,30 +0,0 @@
---- configure.orig Wed Sep 27 19:06:08 2006
-+++ configure Wed Sep 27 19:08:36 2006
-@@ -22241,27 +22241,6 @@
- _ACEOF
-
-
--function vser
--{
-- v=$1
-- VSTART=`echo $v | awk -F_ '{printf("%s", $1);}'`
-- V1=`echo $VSTART | awk -F\. '{printf("%s", $1);}'`
-- V2=`echo $VSTART | awk -F\. '{printf("%s", $2);}'`
-- V3=`echo $VSTART | awk -F\. '{printf("%s", $3);}'`
-- V4="0"
-- VEND=`echo $v | awk -F_ '{printf("%s", $2);}'`
-- if test -n "$VEND"; then
-- V4=`echo $VEND | sed s/pre//`
-- fi
-- V3=$(( $V3 * 100 ));
-- V2=$(( $V2 * 10000 ));
-- V1=$(( $V1 * 1000000 ));
-- V=$(( $V4 + $V3 + $V2 + $V1 ));
-- echo $V
--}
--
--
--
- # Check whether --with-eet-prefix was given.
- if test "${with_eet_prefix+set}" = set; then
- withval=$with_eet_prefix; eet_config_prefix="$withval"