diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-28 01:27:12 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-28 01:27:12 +0800 |
commit | e0c42252122c67e687c2aa801fbe41f31e732ec3 (patch) | |
tree | 5798f6da866d1451232431d9b8fbd9697b6d7634 | |
parent | 4398f8afb52d120fb49e104053c99341022007c1 (diff) | |
download | marcuscom-ports-e0c42252122c67e687c2aa801fbe41f31e732ec3.tar marcuscom-ports-e0c42252122c67e687c2aa801fbe41f31e732ec3.tar.gz marcuscom-ports-e0c42252122c67e687c2aa801fbe41f31e732ec3.tar.bz2 marcuscom-ports-e0c42252122c67e687c2aa801fbe41f31e732ec3.tar.lz marcuscom-ports-e0c42252122c67e687c2aa801fbe41f31e732ec3.tar.xz marcuscom-ports-e0c42252122c67e687c2aa801fbe41f31e732ec3.tar.zst marcuscom-ports-e0c42252122c67e687c2aa801fbe41f31e732ec3.zip |
-Update to 1.7.3.
-Fix the mozilla, copied from marcus's change in epiphany.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4338 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | www/epiphany-extensions/Makefile | 11 | ||||
-rw-r--r-- | www/epiphany-extensions/distinfo | 4 | ||||
-rw-r--r-- | www/epiphany-extensions/pkg-plist | 3 |
3 files changed, 10 insertions, 8 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile index 0b4c6a570..111019db5 100644 --- a/www/epiphany-extensions/Makefile +++ b/www/epiphany-extensions/Makefile @@ -3,12 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/epiphany-extensions/Makefile,v 1.47 2005/07/11 22:24:34 marcus Exp $ +# $MCom: ports/www/epiphany-extensions/Makefile,v 1.48 2005/07/14 05:52:04 ahze Exp $ # PORTNAME= epiphany -PORTVERSION= 1.7.2 -PORTREVISION= 1 +PORTVERSION= 1.7.3 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/1.7 @@ -33,9 +32,9 @@ MOZILLA= firefox HEADERS_SUFX= MOZ_BUILD= firefox .else -.if ${WITH_MOZILLA}=="firefox" -MOZILLA= firefox -MOZ_BUILD= firefox +.if ${WITH_MOZILLA}=="mozilla" +MOZILLA= mozilla +MOZ_BUILD= mozilla .else .if ${WITH_MOZILLA}=="mozilla-devel" || ${WITH_MOZILLA}=="mozilla-devel-gtk2" MOZILLA= mozilla-devel diff --git a/www/epiphany-extensions/distinfo b/www/epiphany-extensions/distinfo index 7dc941da7..cee224536 100644 --- a/www/epiphany-extensions/distinfo +++ b/www/epiphany-extensions/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/epiphany-extensions-1.7.2.tar.bz2) = d44215ea4f457c4fe5d59556ec8d227d -SIZE (gnome2/epiphany-extensions-1.7.2.tar.bz2) = 586432 +MD5 (gnome2/epiphany-extensions-1.7.3.tar.bz2) = f9c7f260d1a777533b67b6f7ec475973 +SIZE (gnome2/epiphany-extensions-1.7.3.tar.bz2) = 592588 diff --git a/www/epiphany-extensions/pkg-plist b/www/epiphany-extensions/pkg-plist index af4af0c44..54a02509a 100644 --- a/www/epiphany-extensions/pkg-plist +++ b/www/epiphany-extensions/pkg-plist @@ -54,6 +54,7 @@ share/locale/it/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo share/locale/ja/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo share/locale/ko/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo share/locale/lt/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +share/locale/ne/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo share/locale/nl/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo share/locale/no/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo share/locale/pa/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo @@ -71,6 +72,8 @@ share/locale/uk/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo share/locale/wa/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo share/locale/zh_CN/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo share/locale/zh_TW/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo +@unexec rmdir %D/share/locale/rw/LC_MESSAGES 2> /dev/null || true +@unexec rmdir %D/share/locale/rw 2> /dev/null || true @dirrm share/gnome/epiphany-extensions/xml @dirrm share/gnome/epiphany-extensions/glade @dirrm share/gnome/epiphany-extensions |