diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-23 00:58:11 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-23 00:58:11 +0800 |
commit | 3d6b6d0a837b5b80563e2f0394c0560494467dec (patch) | |
tree | 62b2b66f10f534486d779667d904806fb28b7c29 /multimedia | |
parent | db393526e9e52fc518121ccc2b94d7e0bba60e33 (diff) | |
download | marcuscom-ports-3d6b6d0a837b5b80563e2f0394c0560494467dec.tar marcuscom-ports-3d6b6d0a837b5b80563e2f0394c0560494467dec.tar.gz marcuscom-ports-3d6b6d0a837b5b80563e2f0394c0560494467dec.tar.bz2 marcuscom-ports-3d6b6d0a837b5b80563e2f0394c0560494467dec.tar.lz marcuscom-ports-3d6b6d0a837b5b80563e2f0394c0560494467dec.tar.xz marcuscom-ports-3d6b6d0a837b5b80563e2f0394c0560494467dec.tar.zst marcuscom-ports-3d6b6d0a837b5b80563e2f0394c0560494467dec.zip |
Update to 1.5.92.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7134 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/totem/Makefile | 2 | ||||
-rw-r--r-- | multimedia/totem/distinfo | 6 | ||||
-rw-r--r-- | multimedia/totem/files/patch-configure | 68 |
3 files changed, 4 insertions, 72 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index 18cc4c37a..33316c268 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -6,7 +6,7 @@ # PORTNAME= totem -PORTVERSION= 1.5.91 +PORTVERSION= 1.5.92 CATEGORIES= multimedia gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/multimedia/totem/distinfo b/multimedia/totem/distinfo index 2e508479a..f2f534841 100644 --- a/multimedia/totem/distinfo +++ b/multimedia/totem/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/totem-1.5.91.tar.bz2) = 2195f9a36c5328c3ee10f1dfda206865 -SHA256 (gnome2/totem-1.5.91.tar.bz2) = f1cc3cc2dca987fda5921f6179e5bd4ee6da502287f0ddab528060c6d07239cb -SIZE (gnome2/totem-1.5.91.tar.bz2) = 1808043 +MD5 (gnome2/totem-1.5.92.tar.bz2) = 830e2597cc5b8c93b7693642a6a414f2 +SHA256 (gnome2/totem-1.5.92.tar.bz2) = b3298d42cb4723005908c59ab106324d5007c6cb0c6919c9406d33db58ada908 +SIZE (gnome2/totem-1.5.92.tar.bz2) = 1810532 diff --git a/multimedia/totem/files/patch-configure b/multimedia/totem/files/patch-configure deleted file mode 100644 index 0d0963ea5..000000000 --- a/multimedia/totem/files/patch-configure +++ /dev/null @@ -1,68 +0,0 @@ ---- configure.orig Mon Aug 14 17:36:36 2006 -+++ configure Mon Aug 14 17:40:16 2006 -@@ -22387,6 +22387,7 @@ else - fi; - echo "$as_me:$LINENO: result: $enable_basic_plugin" >&5 - echo "${ECHO_T}$enable_basic_plugin" >&6 -+fi - - - -@@ -22398,6 +22399,7 @@ else - ENABLE_BASIC_PLUGIN_FALSE= - fi - -+if test "$ENABLE_MOZILLA" = "yes"; then - - echo "$as_me:$LINENO: checking whether to enable the GMP browser plugin" >&5 - echo $ECHO_N "checking whether to enable the GMP browser plugin... $ECHO_C" >&6 -@@ -22410,6 +22412,7 @@ else - fi; - echo "$as_me:$LINENO: result: $enable_gmp_plugin" >&5 - echo "${ECHO_T}$enable_gmp_plugin" >&6 -+fi - - - -@@ -22422,6 +22425,8 @@ else - fi - - -+if test "$ENABLE_MOZILLA" = "yes"; then -+ - echo "$as_me:$LINENO: checking whether to enable the Complex browser plugin" >&5 - echo $ECHO_N "checking whether to enable the Complex browser plugin... $ECHO_C" >&6 - # Check whether --enable-complex-plugin or --disable-complex-plugin was given. -@@ -22433,6 +22438,7 @@ else - fi; - echo "$as_me:$LINENO: result: $enable_complex_plugin" >&5 - echo "${ECHO_T}$enable_complex_plugin" >&6 -+fi - - - -@@ -22445,6 +22451,8 @@ else - fi - - -+if test "$ENABLE_MOZILLA" = "yes"; then -+ - echo "$as_me:$LINENO: checking whether to enable the NarrowSpace browser plugin" >&5 - echo $ECHO_N "checking whether to enable the NarrowSpace browser plugin... $ECHO_C" >&6 - # Check whether --enable-narrowspace-plugin or --disable-narrowspace-plugin was given. -@@ -22456,6 +22464,7 @@ else - fi; - echo "$as_me:$LINENO: result: $enable_narrowspace_plugin" >&5 - echo "${ECHO_T}$enable_narrowspace_plugin" >&6 -+fi - - - -@@ -22468,7 +22477,6 @@ else - fi - - --fi - - - # Check whether --enable-nautilus or --disable-nautilus was given. |