diff options
author | marcus <marcus@FreeBSD.org> | 2002-06-06 04:05:40 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-06-06 04:05:40 +0800 |
commit | 129364c78b5e762ea535ed5d9ef61bb29e2c530a (patch) | |
tree | 208dbc06666e9095480bb29ef23c10ed17cb10a5 /editors/AbiWord | |
parent | 0df984415017cafed20714be78d92f1e0f89749c (diff) | |
download | freebsd-ports-gnome-129364c78b5e762ea535ed5d9ef61bb29e2c530a.tar.gz freebsd-ports-gnome-129364c78b5e762ea535ed5d9ef61bb29e2c530a.tar.zst freebsd-ports-gnome-129364c78b5e762ea535ed5d9ef61bb29e2c530a.zip |
Update to 1.0.2.
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 |