diff options
author | marcus <marcus@FreeBSD.org> | 2006-05-16 06:58:53 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-05-16 06:58:53 +0800 |
commit | f7e591bf8b6e73f3cd1c83aaca98c7ffad9a04c1 (patch) | |
tree | 926121ce25cd95bb1c9ce1333aa66ab84b83e9ee /www/epiphany | |
parent | b452593f053095974725e7ebf00cb3ed35523e12 (diff) | |
download | freebsd-ports-gnome-f7e591bf8b6e73f3cd1c83aaca98c7ffad9a04c1.tar.gz freebsd-ports-gnome-f7e591bf8b6e73f3cd1c83aaca98c7ffad9a04c1.tar.zst freebsd-ports-gnome-f7e591bf8b6e73f3cd1c83aaca98c7ffad9a04c1.zip |
Update to 2.4.1.1.
Diffstat (limited to 'www/epiphany')
-rw-r--r-- | www/epiphany/Makefile | 6 | ||||
-rw-r--r-- | www/epiphany/distinfo | 6 | ||||
-rw-r--r-- | www/epiphany/pkg-plist | 26 |
3 files changed, 32 insertions, 6 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 86c0768bd03a..6cffa2d59021 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -7,7 +7,7 @@ # PORTNAME= epiphany -PORTVERSION= 2.14.1 +PORTVERSION= 2.14.1.1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -39,7 +39,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_C GCONF_SCHEMAS= epiphany-lockdown.schemas epiphany.schemas \ epiphany-fonts.schemas epiphany-pango.schemas -PLIST_SUB+= EPHY_VERSION="${PORTVERSION:C/\.[0-9]+$//}" \ +PLIST_SUB+= EPHY_VERSION="${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}" \ EPHY_PREFIX="${PREFIX}" MAN1= epiphany.1 @@ -50,7 +50,7 @@ WITH_GNOME= yes .endif .include <bsd.port.pre.mk> -.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" +.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" NO_WERROR= yes # allow build with more warnings enabled diff --git a/www/epiphany/distinfo b/www/epiphany/distinfo index a9a5409eca81..f81aee48f966 100644 --- a/www/epiphany/distinfo +++ b/www/epiphany/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/epiphany-2.14.1.tar.bz2) = 69f9760646b736d953f24442e0e38f7b -SHA256 (gnome2/epiphany-2.14.1.tar.bz2) = 4eb5f8f8dacc81f47c54e3a579af3059cca3a7fa59d6cc270ed5b50d0b6a37a2 -SIZE (gnome2/epiphany-2.14.1.tar.bz2) = 3520979 +MD5 (gnome2/epiphany-2.14.1.1.tar.bz2) = f5770a6a934997382b91349bdc40af04 +SHA256 (gnome2/epiphany-2.14.1.1.tar.bz2) = 19e222e522d252dde8c341a959a913bc0b01f212075b85a836b048e54970b158 +SIZE (gnome2/epiphany-2.14.1.1.tar.bz2) = 3598994 diff --git a/www/epiphany/pkg-plist b/www/epiphany/pkg-plist index 0b2ebe191533..f964181f6237 100644 --- a/www/epiphany/pkg-plist +++ b/www/epiphany/pkg-plist @@ -38,6 +38,32 @@ lib/epiphany/%%EPHY_VERSION%%/plugins/libdesktopfileplugin.so libdata/pkgconfig/epiphany-%%EPHY_VERSION%%.pc share/aclocal/epiphany.m4 share/dbus-1/services/org.gnome.Epiphany.service +%%DOCSDIR%%/EphyCommandManager.html +%%DOCSDIR%%/EphyEmbed.html +%%DOCSDIR%%/EphyNodeDb.html +%%DOCSDIR%%/EphyTab.html +%%DOCSDIR%%/EphyWindow.html +%%DOCSDIR%%/ch01.html +%%DOCSDIR%%/ch02.html +%%DOCSDIR%%/epiphany-EphyEmbedFactory.html +%%DOCSDIR%%/epiphany-EphyEmbedPersist.html +%%DOCSDIR%%/epiphany-EphyEmbedSingle.html +%%DOCSDIR%%/epiphany-EphyExtensionsManager.html +%%DOCSDIR%%/epiphany-EphyGlade.html +%%DOCSDIR%%/epiphany-EphyPermissionManager.html +%%DOCSDIR%%/epiphany-ephy-cookie-manager.html +%%DOCSDIR%%/epiphany-ephy-password-manager.html +%%DOCSDIR%%/epiphany-ephy-session.html +%%DOCSDIR%%/epiphany-ephy-shell.html +%%DOCSDIR%%/epiphany.devhelp +%%DOCSDIR%%/epiphany.devhelp2 +%%DOCSDIR%%/home.png +%%DOCSDIR%%/index.html +%%DOCSDIR%%/index.sgml +%%DOCSDIR%%/left.png +%%DOCSDIR%%/right.png +%%DOCSDIR%%/style.css +%%DOCSDIR%%/up.png share/gnome/applications/bme.desktop share/gnome/applications/epiphany.desktop @exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true |