diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-03-25 22:07:11 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-03-25 22:07:11 +0000 |
commit | 2ae147928b4b657fa3b598608b20b5932424d21d (patch) | |
tree | a95383dd5319cb57276ea056dca33e6c99012a24 /editors/abiword-docs | |
parent | 083d555fe65554193fd5ad6ffbfb6053c53a5993 (diff) | |
download | ports-2ae147928b4b657fa3b598608b20b5932424d21d.tar.gz ports-2ae147928b4b657fa3b598608b20b5932424d21d.zip |
Notes
Diffstat (limited to 'editors/abiword-docs')
-rw-r--r-- | editors/abiword-docs/Makefile | 9 | ||||
-rw-r--r-- | editors/abiword-docs/distinfo | 5 | ||||
-rw-r--r-- | editors/abiword-docs/files/patch-configure | 14 |
3 files changed, 12 insertions, 16 deletions
diff --git a/editors/abiword-docs/Makefile b/editors/abiword-docs/Makefile index af14317f1ab1..b03d6480f530 100644 --- a/editors/abiword-docs/Makefile +++ b/editors/abiword-docs/Makefile @@ -1,14 +1,9 @@ -# New ports collection makefile for: abiword-docs -# Date created: 2008-04-16 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/editors/abiword-docs/Makefile,v 1.1 2009/11/10 14:08:20 kwm Exp $ -# PORTNAME= abiword-docs -PORTVERSION= 2.8.4 -PORTREVISION= 1 +PORTVERSION= 2.8.6 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/ MASTER_SITE_SUBDIR= abiword diff --git a/editors/abiword-docs/distinfo b/editors/abiword-docs/distinfo index 35cd5e501680..c9c30b3620f3 100644 --- a/editors/abiword-docs/distinfo +++ b/editors/abiword-docs/distinfo @@ -1,2 +1,3 @@ -SHA256 (AbiWord/abiword-docs-2.8.4.tar.gz) = b67071dc15126fa89491bf898dd64111d3a009a80e232bc1fe34d6c09c195c8d -SIZE (AbiWord/abiword-docs-2.8.4.tar.gz) = 1462430 +MD5 (AbiWord/abiword-docs-2.8.6.tar.gz) = 197df94c1d9ed287903cb5aa0b60bbc1 +SHA256 (AbiWord/abiword-docs-2.8.6.tar.gz) = b6620b5887151a44c61ed63118ebe9044e332015f36b624724ab007d3465b502 +SIZE (AbiWord/abiword-docs-2.8.6.tar.gz) = 1460563 diff --git a/editors/abiword-docs/files/patch-configure b/editors/abiword-docs/files/patch-configure index 4273e56a5a19..3e5f7a7c8e05 100644 --- a/editors/abiword-docs/files/patch-configure +++ b/editors/abiword-docs/files/patch-configure @@ -1,11 +1,11 @@ ---- configure.orig 2009-10-28 18:13:56.000000000 +0100 -+++ configure 2009-10-28 18:14:55.000000000 +0100 -@@ -2548,7 +2548,7 @@ +--- configure.orig 2010-05-30 21:34:34.000000000 +0200 ++++ configure 2010-06-09 18:25:08.000000000 +0200 +@@ -2447,7 +2447,7 @@ -if test "x$ABIWORD" == "x"; then -+if test "x$ABIWORD" \= "x"; then - { { $as_echo "$as_me:$LINENO: error: abiword not found in PATH" >&5 - $as_echo "$as_me: error: abiword not found in PATH" >&2;} - { (exit 1); exit 1; }; } ++if test "x$ABIWORD" = "x"; then + { as_fn_set_status 1 + as_fn_error "abiword not found in PATH" "$LINENO" 5; } + fi |