diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-29 04:58:22 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-29 04:58:22 +0800 |
commit | 28ac127d1e0c93676538c0b530847fcb952a0dda (patch) | |
tree | 4ad1f6bfb5daf620581e1f60c5b4c403186cb115 | |
parent | 9bd2614fac5a1a22d6d95d2efef18ad6cd3378ae (diff) | |
download | marcuscom-ports-28ac127d1e0c93676538c0b530847fcb952a0dda.tar marcuscom-ports-28ac127d1e0c93676538c0b530847fcb952a0dda.tar.gz marcuscom-ports-28ac127d1e0c93676538c0b530847fcb952a0dda.tar.bz2 marcuscom-ports-28ac127d1e0c93676538c0b530847fcb952a0dda.tar.lz marcuscom-ports-28ac127d1e0c93676538c0b530847fcb952a0dda.tar.xz marcuscom-ports-28ac127d1e0c93676538c0b530847fcb952a0dda.tar.zst marcuscom-ports-28ac127d1e0c93676538c0b530847fcb952a0dda.zip |
Update to 1.7.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4651 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | www/epiphany-extensions/Makefile | 4 | ||||
-rw-r--r-- | www/epiphany-extensions/distinfo | 4 | ||||
-rw-r--r-- | www/epiphany-extensions/files/patch-configure | 13 | ||||
-rw-r--r-- | www/epiphany-extensions/pkg-plist | 3 |
4 files changed, 7 insertions, 17 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile index 07d23bf04..9020afbda 100644 --- a/www/epiphany-extensions/Makefile +++ b/www/epiphany-extensions/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/epiphany-extensions/Makefile,v 1.50 2005/08/08 06:59:27 marcus Exp $ +# $MCom: ports/www/epiphany-extensions/Makefile,v 1.51 2005/08/09 04:47:50 marcus Exp $ # PORTNAME= epiphany -PORTVERSION= 1.7.4 +PORTVERSION= 1.7.5 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/1.7 diff --git a/www/epiphany-extensions/distinfo b/www/epiphany-extensions/distinfo index 0e4b26a37..f28efe095 100644 --- a/www/epiphany-extensions/distinfo +++ b/www/epiphany-extensions/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/epiphany-extensions-1.7.4.tar.bz2) = d175f0747254595d369aa75baa64a0a4 -SIZE (gnome2/epiphany-extensions-1.7.4.tar.bz2) = 592327 +MD5 (gnome2/epiphany-extensions-1.7.5.tar.bz2) = ff01cb95c6348501fbd69c4203147204 +SIZE (gnome2/epiphany-extensions-1.7.5.tar.bz2) = 606693 diff --git a/www/epiphany-extensions/files/patch-configure b/www/epiphany-extensions/files/patch-configure deleted file mode 100644 index 2611517cb..000000000 --- a/www/epiphany-extensions/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.orig Wed Jul 7 14:09:38 2004 -+++ configure Wed Jul 7 14:10:16 2004 -@@ -22050,6 +22050,10 @@ - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' - ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' - ac_compiler_gnu=$ac_cv_c_compiler_gnu -+else -+ -+ HAVE_OPENSP_TRUE='#' -+ HAVE_OPENSP_FALSE= - - fi - diff --git a/www/epiphany-extensions/pkg-plist b/www/epiphany-extensions/pkg-plist index 136dfb19d..345aa634f 100644 --- a/www/epiphany-extensions/pkg-plist +++ b/www/epiphany-extensions/pkg-plist @@ -1,4 +1,5 @@ lib/epiphany/%%VERSION%%/extensions/actions.xml +lib/epiphany/%%VERSION%%/extensions/auto-scroller.xml lib/epiphany/%%VERSION%%/extensions/bookmarks-tray.xml lib/epiphany/%%VERSION%%/extensions/certificates.xml lib/epiphany/%%VERSION%%/extensions/dashboard.xml @@ -8,6 +9,7 @@ lib/epiphany/%%VERSION%%/extensions/gestures.xml lib/epiphany/%%VERSION%%/extensions/libactionsextension.a lib/epiphany/%%VERSION%%/extensions/libactionsextension.so lib/epiphany/%%VERSION%%/extensions/libactionsextension.so.0 +lib/epiphany/%%VERSION%%/extensions/libautoscrollerextension.so lib/epiphany/%%VERSION%%/extensions/libbookmarkstrayextension.so lib/epiphany/%%VERSION%%/extensions/libcertificatesextension.so lib/epiphany/%%VERSION%%/extensions/libdashboardextension.so @@ -48,6 +50,7 @@ share/locale/en_GB/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo share/locale/es/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo share/locale/fi/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo share/locale/fr/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/gl/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo share/locale/hr/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo share/locale/hu/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo share/locale/it/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo |