diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-07-10 22:28:19 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-07-10 22:28:19 +0000 |
commit | f501dc607e37380c117742b471df461cf0fc8e6b (patch) | |
tree | efff218b74a0f501203ff280fd68865cde8e734b /editors/abiword | |
parent | 95dabcae895da8cf1105b329d6a1bbafeb052340 (diff) | |
download | ports-f501dc607e37380c117742b471df461cf0fc8e6b.tar.gz ports-f501dc607e37380c117742b471df461cf0fc8e6b.zip |
Notes
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 4 | ||||
-rw-r--r-- | editors/abiword/distinfo | 6 | ||||
-rw-r--r-- | editors/abiword/files/patch-fix_fileselector_amd64 | 12 | ||||
-rw-r--r-- | editors/abiword/pkg-plist | 2 |
4 files changed, 6 insertions, 18 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 08f3025da08b..6572b9149b3f 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -7,12 +7,10 @@ # PORTNAME= abiword -PORTVERSION= 2.4.4 -PORTREVISION= 1 +PORTVERSION= 2.4.5 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/ MASTER_SITE_SUBDIR= abiword -DISTNAME= abiword-${PORTVERSION} DIST_SUBDIR= AbiWord MAINTAINER= gnome@FreeBSD.org diff --git a/editors/abiword/distinfo b/editors/abiword/distinfo index 00c6f25b6e12..bfb267635c3f 100644 --- a/editors/abiword/distinfo +++ b/editors/abiword/distinfo @@ -1,3 +1,3 @@ -MD5 (AbiWord/abiword-2.4.4.tar.bz2) = 69dd69179b861a41613291afd10af9ab -SHA256 (AbiWord/abiword-2.4.4.tar.bz2) = 94c83290dd056a1b49024dd40ca62305818508643b21b69a0b758bd12de96252 -SIZE (AbiWord/abiword-2.4.4.tar.bz2) = 24687425 +MD5 (AbiWord/abiword-2.4.5.tar.bz2) = e018669a154164d31c768f773a1c95b4 +SHA256 (AbiWord/abiword-2.4.5.tar.bz2) = b8e5f61697c6d796e8f9f0812886666487fd0125bc777ca093c096b4b3e31264 +SIZE (AbiWord/abiword-2.4.5.tar.bz2) = 24930028 diff --git a/editors/abiword/files/patch-fix_fileselector_amd64 b/editors/abiword/files/patch-fix_fileselector_amd64 deleted file mode 100644 index 49f436657687..000000000000 --- a/editors/abiword/files/patch-fix_fileselector_amd64 +++ /dev/null @@ -1,12 +0,0 @@ -diff -r -u abiword-2.4.4.orig/abi/src/af/xap/unix/xap_UnixDlg_FileOpenSaveAs.cpp abiword-2.4.4/abi/src/af/xap/unix/xap_UnixDlg_FileOpenSaveAs.cpp ---- src/af/xap/unix/xap_UnixDlg_FileOpenSaveAs.cpp 2005-09-27 00:23:02.000000000 +0200 -+++ src/af/xap/unix/xap_UnixDlg_FileOpenSaveAs.cpp 2006-05-08 01:17:00.000000000 +0200 -@@ -586,7 +586,7 @@ - (!m_bSave ? GTK_FILE_CHOOSER_ACTION_OPEN : GTK_FILE_CHOOSER_ACTION_SAVE), - GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, - GTK_STOCK_OK, GTK_RESPONSE_ACCEPT, -- NULL) -+ (gchar*)NULL) - ); - #endif - diff --git a/editors/abiword/pkg-plist b/editors/abiword/pkg-plist index d2743bfc3671..05f78dc8074d 100644 --- a/editors/abiword/pkg-plist +++ b/editors/abiword/pkg-plist @@ -67,6 +67,7 @@ share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/fr-FR.strings share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/ga-IE.strings share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/gl-ES.strings share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/he-IL.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/hr-HR.strings share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/hu-HU.strings share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/id-ID.strings share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/it-IT.strings @@ -80,6 +81,7 @@ share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/mh-MH.strings share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/mk-MK.strings share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/ms-MY.strings share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/nb-NO.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/ne-NP.strings share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/nl-NL.strings share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/nn-NO.strings share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/pl-PL.strings |