1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Update to 1.3.0.

This commit is contained in:
Jeremy Messenger 2006-11-30 20:37:18 +00:00
parent 6dff319fa5
commit e20500a815
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178381
3 changed files with 5 additions and 23 deletions

View File

@ -7,9 +7,9 @@
#
PORTNAME= enchant
PORTVERSION= 1.2.6
PORTVERSION= 1.3.0
CATEGORIES= textproc gnome
MASTER_SITES= http://www.abisource.com/downloads/enchant/${PORTVERSION}/
MASTER_SITES= http://www.abisource.com/downloads/${PORTNAME}/${PORTVERSION}/
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org

View File

@ -1,3 +1,3 @@
MD5 (gnome2/enchant-1.2.6.tar.gz) = 617cfe8910245cc0c4d363b54dd6d207
SHA256 (gnome2/enchant-1.2.6.tar.gz) = c339a0a4a1bf93ca5da0dab0760e568a47ea29794f023f0efdded151b1a69372
SIZE (gnome2/enchant-1.2.6.tar.gz) = 532376
MD5 (gnome2/enchant-1.3.0.tar.gz) = f7edafae875616b83e7a17a7e5c2d585
SHA256 (gnome2/enchant-1.3.0.tar.gz) = e65015aa0e6ada88a001b07b092265f4cbaf377d99b4233972995cdb94e698ef
SIZE (gnome2/enchant-1.3.0.tar.gz) = 539040

View File

@ -1,18 +0,0 @@
--- src/enchant.c- Thu Mar 16 14:48:20 2006
+++ src/enchant.c Thu Mar 16 14:50:03 2006
@@ -125,6 +125,7 @@
enchant_get_module_dir (void)
{
char * module_dir = NULL;
+ char * prefix = NULL;
#ifdef XP_TARGET_COCOA
return g_strdup ([[EnchantResourceProvider instance] moduleFolder]);
@@ -136,7 +137,6 @@
return module_dir;
/* Dynamically locate library and search for modules relative to it. */
- char * prefix = NULL;
prefix = enchant_get_prefix_dir();
if(prefix)
{