diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-27 23:20:33 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-27 23:20:33 +0000 |
commit | 5f6cd512f5c27e6a74c3728a0997584793aca150 (patch) | |
tree | a0e0983e9570960a3eab8ad29ea075531c4307fa /www/epiphany | |
parent | o Add code to use FreeBSD optimized byteswap routines if they're (diff) |
Update to 1.8.3.
Notes
Notes:
svn path=/head/; revision=149700
Diffstat (limited to 'www/epiphany')
-rw-r--r-- | www/epiphany/Makefile | 2 | ||||
-rw-r--r-- | www/epiphany/distinfo | 6 | ||||
-rw-r--r-- | www/epiphany/files/patch-help_Makefile.in | 11 |
3 files changed, 4 insertions, 15 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 13a56138ef1d..e7840ef23280 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -7,7 +7,7 @@ # PORTNAME= epiphany -PORTVERSION= 1.8.2 +PORTVERSION= 1.8.3 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.8 diff --git a/www/epiphany/distinfo b/www/epiphany/distinfo index 6d2f7ec2c891..b3a0d0bf6598 100644 --- a/www/epiphany/distinfo +++ b/www/epiphany/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/epiphany-1.8.2.tar.bz2) = 0a2e479816a1b2845c758e7a5d84a848 -SHA256 (gnome2/epiphany-1.8.2.tar.bz2) = b254c631a4949031d60a039f6d5b385a1ee3330f975eef827b7af5adfbeef13b -SIZE (gnome2/epiphany-1.8.2.tar.bz2) = 3354620 +MD5 (gnome2/epiphany-1.8.3.tar.bz2) = 317e18f1d415a37d3b9934c106edf34a +SHA256 (gnome2/epiphany-1.8.3.tar.bz2) = 3f5b5f750ba05f8baa44b598d732a94b105dde2c42bd110c1d98ddfca41b8ab5 +SIZE (gnome2/epiphany-1.8.3.tar.bz2) = 3355417 diff --git a/www/epiphany/files/patch-help_Makefile.in b/www/epiphany/files/patch-help_Makefile.in index 1b9f2bb6f91c..e69de29bb2d1 100644 --- a/www/epiphany/files/patch-help_Makefile.in +++ b/www/epiphany/files/patch-help_Makefile.in @@ -1,11 +0,0 @@ ---- help/Makefile.in.orig Wed Jul 27 02:50:59 2005 -+++ help/Makefile.in Wed Jul 27 02:51:22 2005 -@@ -972,7 +972,7 @@ - else \ - figfile="$(srcdir)/C/$$fig"; \ - fi; \ -- figdir="$$lc/"`echo $$fig | sed -e 's/^\(.*\/\).*\|.*/\1/'`; \ -+ figdir="$$lc/"`echo $$fig | sed -E -e 's/^(.*\/).*|.*/\1/'`; \ - figdir="$(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$figdir"; \ - if ! test -d "$$figdir"; then \ - echo "$(mkinstalldirs) $$figdir"; \ |