diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-05-06 12:59:07 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-05-06 12:59:07 +0000 |
commit | cd3b07e2fa96313e21cb5527c1a980b7aafeb6f2 (patch) | |
tree | fd81ea27e3ea4cd53c9d1839ee35b0c2a5901c50 /net/kmess | |
parent | f4c8f0c8090dc924888d3ee9fcb8309d342ebfba (diff) | |
download | ports-cd3b07e2fa96313e21cb5527c1a980b7aafeb6f2.tar.gz ports-cd3b07e2fa96313e21cb5527c1a980b7aafeb6f2.zip |
Notes
Diffstat (limited to 'net/kmess')
-rw-r--r-- | net/kmess/Makefile | 4 | ||||
-rw-r--r-- | net/kmess/distinfo | 2 | ||||
-rw-r--r-- | net/kmess/pkg-plist | 3 |
3 files changed, 7 insertions, 2 deletions
diff --git a/net/kmess/Makefile b/net/kmess/Makefile index cf4eefe9c818..b90465160f3b 100644 --- a/net/kmess/Makefile +++ b/net/kmess/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kmess -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= net kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,6 +23,8 @@ USE_GMAKE= yes pre-patch: ${REINPLACE_CMD} -e '23s/^.*$$/#include <unistd.h>/' \ ${WRKSRC}/kmess/kmessview.cpp + ${REINPLACE_CMD} -e '20s/^.*$$/#include <ctype.h>/' \ + ${WRKSRC}/kmess/network/mimemessage.h .include "${PORTSDIR}/x11/kde3/Makefile.kde" .include <bsd.port.post.mk> diff --git a/net/kmess/distinfo b/net/kmess/distinfo index 3de7fc597565..b6893b04f58c 100644 --- a/net/kmess/distinfo +++ b/net/kmess/distinfo @@ -1 +1 @@ -MD5 (kmess-1.1.tar.gz) = 3944eae939740b279408374cd0948f5e +MD5 (kmess-1.2.tar.gz) = 46e758b9805f7aeec297a4026f393619 diff --git a/net/kmess/pkg-plist b/net/kmess/pkg-plist index eefe11fbbe47..75baf8b8626a 100644 --- a/net/kmess/pkg-plist +++ b/net/kmess/pkg-plist @@ -55,6 +55,7 @@ share/apps/kmess/emoticons/wink.png share/apps/kmess/eventsrc share/apps/kmess/icons/hicolor/16x16/apps/gnomemeeting.png share/apps/kmess/pics/away.png +share/apps/kmess/pics/background.png share/apps/kmess/pics/berightback.png share/apps/kmess/pics/blocked.png share/apps/kmess/pics/busy.png @@ -93,6 +94,8 @@ share/icons/locolor/48x48/apps/kmess.png share/locale/ar/LC_MESSAGES/kmess.mo share/locale/ca/LC_MESSAGES/kmess.mo share/locale/de/LC_MESSAGES/kmess.mo +share/locale/dk/LC_MESSAGES/kmess.mo +share/locale/ee/LC_MESSAGES/kmess.mo share/locale/es/LC_MESSAGES/kmess.mo share/locale/fr/LC_MESSAGES/kmess.mo share/locale/it/LC_MESSAGES/kmess.mo |