diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-05 20:05:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-05 20:05:40 +0000 |
commit | ea2d2ccf3281de50754017c61d75d0e8d6a0e4c0 (patch) | |
tree | 56855051533c590cbe6cd8e3443cb53a50868b0e /editors/abiword | |
parent | f4a807a4a7097233718818c9484aa76b41455b4d (diff) | |
download | ports-ea2d2ccf3281de50754017c61d75d0e8d6a0e4c0.tar.gz ports-ea2d2ccf3281de50754017c61d75d0e8d6a0e4c0.zip |
Notes
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 2 | ||||
-rw-r--r-- | editors/abiword/distinfo | 2 | ||||
-rw-r--r-- | editors/abiword/files/patch-an | 12 | ||||
-rw-r--r-- | editors/abiword/pkg-plist | 2 |
4 files changed, 10 insertions, 8 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 57feccb63c34..d22d8ded7998 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -10,7 +10,7 @@ # AbiWord build system. PORTNAME= AbiWord -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/ diff --git a/editors/abiword/distinfo b/editors/abiword/distinfo index 8fe01cb7f2b1..4623f2fe038b 100644 --- a/editors/abiword/distinfo +++ b/editors/abiword/distinfo @@ -1 +1 @@ -MD5 (AbiWord/abiword-1.0.1.tar.gz) = b9532c39879b2e11984135f6815b8e57 +MD5 (AbiWord/abiword-1.0.2.tar.gz) = 35c5ac5c08798238a9d63ee17d5de793 diff --git a/editors/abiword/files/patch-an b/editors/abiword/files/patch-an index f574d00872ed..f2e91bdd806e 100644 --- a/editors/abiword/files/patch-an +++ b/editors/abiword/files/patch-an @@ -1,8 +1,8 @@ $FreeBSD$ ---- src/Makefile.orig Sun Jul 15 10:13:26 2001 -+++ src/Makefile Wed Aug 8 13:28:42 2001 +--- src/Makefile.orig Thu May 30 17:51:53 2002 ++++ src/Makefile Wed Jun 5 15:47:41 2002 @@ -48,6 +48,7 @@ ## Set the following to a list of pathnames to be copied to $(CANONDIR) @@ -26,10 +26,10 @@ $FreeBSD$ rm $$k ; \ done) + @(cd $(CANONDIR)/dictionary; $(ABICHMOD) ugo=r *) - endif - - @$(subst xxxx,$(CANONDIR)/clipart,$(VERIFY_DIRECTORY)) -@@ -106,10 +111,12 @@ + # We currently only ship american.hash, so the above and below aren't logical. + # For same reason, this will only copy american.hash-encoding once in place. The rest is in abispell. + @$(ABICOPY) $(ABI_ROOT)/../abidistfiles/dictionary/*.hash-encoding $(CANONDIR)/dictionary +@@ -112,10 +117,12 @@ fi # icons for X window manager use @$(subst xxxx,$(CANONDIR)/icons,$(VERIFY_DIRECTORY)) diff --git a/editors/abiword/pkg-plist b/editors/abiword/pkg-plist index db8d5442e68e..0d6fc9c22a39 100644 --- a/editors/abiword/pkg-plist +++ b/editors/abiword/pkg-plist @@ -150,6 +150,7 @@ share/AbiSuite/AbiWord/system.profile-en-US share/AbiSuite/AbiWord/system.profile-en-ZA share/AbiSuite/AbiWord/system.profile-es share/AbiSuite/AbiWord/system.profile-es-ES +share/AbiSuite/AbiWord/system.profile-fi-FI share/AbiSuite/AbiWord/system.profile-fr share/AbiSuite/AbiWord/system.profile-fr-BE share/AbiSuite/AbiWord/system.profile-fr-CA @@ -178,6 +179,7 @@ share/AbiSuite/AbiWord/system.profile-tr-TR share/AbiSuite/AbiWord/system.profile-tr-TR.CP1254 share/AbiSuite/AbiWord/system.profile-zh-CN share/AbiSuite/AbiWord/system.profile-zh-TW +share/AbiSuite/GNOME_AbiWord_Control_1_0.oaf share/AbiSuite/README share/AbiSuite/clipart/book.png share/AbiSuite/clipart/chip.png |