diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | UPDATING | 11 | ||||
-rw-r--r-- | devel/kdesdk4/Makefile | 2 | ||||
-rw-r--r-- | editors/libreoffice/Makefile | 2 | ||||
-rw-r--r-- | editors/textroom/Makefile | 2 | ||||
-rw-r--r-- | editors/texworks/Makefile | 2 | ||||
-rw-r--r-- | hungarian/Makefile | 1 | ||||
-rw-r--r-- | multimedia/aegisub/Makefile | 2 | ||||
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/enchant/Makefile | 2 | ||||
-rw-r--r-- | textproc/goldendict/Makefile | 2 | ||||
-rw-r--r-- | textproc/mythes/Makefile | 2 |
12 files changed, 21 insertions, 9 deletions
@@ -2279,3 +2279,4 @@ net-p2p/tvrss||2011-7-14|tvrss site does not exist anymore www/horde4-meta||2011-07-14|Removed graphics/crystalentitylayer||2011-07-17|Removed graphics/crystalspace||2011-07-17|Has expired: has been broken for a year +hungarian/hunspell|textproc/hunspell|2011-07-18|moved to textproc as it is language independent @@ -5,6 +5,17 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20110718: + AFFECTS: users of hungarian/hunspell + AUTHOR: jlaffaye@FreeBSD.org + + The hunspell port has been moved to textproc/hunspell. + To update the installed port run the command + + # portmaster -o textproc/hunspell hungarian/hunspell + or + # portupgrade -o textproc/hunspell hungarian/hunspell + 20110711: AFFECTS: users of java/openjdk6 AUTHOR: jkim@FreeBSD.org diff --git a/devel/kdesdk4/Makefile b/devel/kdesdk4/Makefile index 32a89e524fb8..0962e16380ec 100644 --- a/devel/kdesdk4/Makefile +++ b/devel/kdesdk4/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/ltdl.h:${PORTSDIR}/devel/libltdl RUN_DEPENDS= bash:${PORTSDIR}/shells/bash LIB_DEPENDS= svn_client-1.0:${PORTSDIR}/devel/subversion \ boost_thread.4:${PORTSDIR}/devel/boost-libs \ - hunspell-1.2.0:${PORTSDIR}/hungarian/hunspell + hunspell-1.2.0:${PORTSDIR}/textproc/hunspell LATEST_LINK= ${PORTNAME}4 diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index b1287efe7217..fa3dd806fff4 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -86,7 +86,7 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ icutu.48:${PORTSDIR}/devel/icu \ jpeg.11:${PORTSDIR}/graphics/jpeg \ curl.6:${PORTSDIR}/ftp/curl \ - hunspell-1.2.0:${PORTSDIR}/hungarian/hunspell \ + hunspell-1.2.0:${PORTSDIR}/textproc/hunspell \ poppler.6:${PORTSDIR}/graphics/poppler \ wpd-0.9.9:${PORTSDIR}/textproc/libwpd \ wpg-0.2.2:${PORTSDIR}/graphics/libwpg \ diff --git a/editors/textroom/Makefile b/editors/textroom/Makefile index c8e514ac8d48..6bbb1ee90182 100644 --- a/editors/textroom/Makefile +++ b/editors/textroom/Makefile @@ -14,7 +14,7 @@ MAINTAINER= admin@mjbrune.org COMMENT= A full screen text editor BUILD_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info -LIB_DEPENDS= hunspell-1.2:${PORTSDIR}/hungarian/hunspell \ +LIB_DEPENDS= hunspell-1.2:${PORTSDIR}/textproc/hunspell \ xml++-2.6.2:${PORTSDIR}/textproc/libxml++26 \ curl.6:${PORTSDIR}/ftp/curl RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile index c3872da172a4..10a9bdb92f5d 100644 --- a/editors/texworks/Makefile +++ b/editors/texworks/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= trebestie@gmail.com COMMENT= A simple TeX front-end program -BUILD_DEPENDS= hunspell:${PORTSDIR}/hungarian/hunspell +BUILD_DEPENDS= hunspell:${PORTSDIR}/textproc/hunspell LIB_DEPENDS= poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 \ dbus:${PORTSDIR}/devel/dbus diff --git a/hungarian/Makefile b/hungarian/Makefile index cbf649b8f249..a3d8a0d8833c 100644 --- a/hungarian/Makefile +++ b/hungarian/Makefile @@ -6,7 +6,6 @@ SUBDIR += aspell SUBDIR += hu-phone SUBDIR += hu-zipcodes - SUBDIR += hunspell SUBDIR += ispell SUBDIR += jdictionary-eng-hun SUBDIR += jdictionary-eng-hun-expr diff --git a/multimedia/aegisub/Makefile b/multimedia/aegisub/Makefile index 751c7c24884e..041259eb5e76 100644 --- a/multimedia/aegisub/Makefile +++ b/multimedia/aegisub/Makefile @@ -98,7 +98,7 @@ BUILD_DEPENDS+= ffmpeg:${PORTSDIR}/multimedia/ffmpeg CONFIGURE_ARGS+= --with-provider-video=ffmpegsource --with-provider-audio=ffmpegsource .endif .if defined(WITH_HUNSPELL) -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/hunspell.pc:${PORTSDIR}/hungarian/hunspell +BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/hunspell.pc:${PORTSDIR}/textproc/hunspell .endif .if defined(WITH_LUA) USE_LUA= 5.1+ diff --git a/textproc/Makefile b/textproc/Makefile index 52fa2381934e..920f87c82e8c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -263,6 +263,7 @@ SUBDIR += htmlsection SUBDIR += htmltolatex SUBDIR += humanzip + SUBDIR += hunspell SUBDIR += hy-aspell SUBDIR += hyperestraier SUBDIR += hyphen diff --git a/textproc/enchant/Makefile b/textproc/enchant/Makefile index 4dd0fe4839d8..4f1b0e5e6474 100644 --- a/textproc/enchant/Makefile +++ b/textproc/enchant/Makefile @@ -56,7 +56,7 @@ PLIST_SUB+= HSPELL="@comment " .endif .if defined(WITH_HUNSPELL) -LIB_DEPENDS+= hunspell-1.2.0:${PORTSDIR}/hungarian/hunspell +LIB_DEPENDS+= hunspell-1.2.0:${PORTSDIR}/textproc/hunspell CONFIGURE_ARGS+=--enable-myspell PLIST_SUB+= HUNSPELL="" .else diff --git a/textproc/goldendict/Makefile b/textproc/goldendict/Makefile index 9f2959957118..68cecd2f3f99 100644 --- a/textproc/goldendict/Makefile +++ b/textproc/goldendict/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= bsam@FreeBSD.org COMMENT= A feature-rich dictionary lookup program (with QT lib) -LIB_DEPENDS= hunspell-1.2.0:${PORTSDIR}/hungarian/hunspell \ +LIB_DEPENDS= hunspell-1.2.0:${PORTSDIR}/textproc/hunspell \ execinfo:${PORTSDIR}/devel/libexecinfo \ vorbis:${PORTSDIR}/audio/libvorbis diff --git a/textproc/mythes/Makefile b/textproc/mythes/Makefile index c5929e880620..dcf96a70cf88 100644 --- a/textproc/mythes/Makefile +++ b/textproc/mythes/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= SF/hunspell/MyThes/${PORTVERSION}/ MAINTAINER= bapt@FreeBSD.org COMMENT= Simple thesaurus library -LIB_DEPENDS= hunspell-1.2.0:${PORTSDIR}/hungarian/hunspell +LIB_DEPENDS= hunspell-1.2.0:${PORTSDIR}/textproc/hunspell USE_GNOME= gnomehack USE_LDCONFIG= yes |