diff options
author | perky <perky@FreeBSD.org> | 2003-05-06 12:59:07 +0000 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-05-06 12:59:07 +0000 |
commit | 64d1d9c3b3bc6579b743e2905d1fc40a8c5ed870 (patch) | |
tree | 92d88df56d54110e9e4c7ba794215345a695d55d /net | |
parent | 2170d50ba25f8419e3304587d1461b11f17e2cbe (diff) | |
download | FreeBSD-ports-64d1d9c3b3bc6579b743e2905d1fc40a8c5ed870.zip FreeBSD-ports-64d1d9c3b3bc6579b743e2905d1fc40a8c5ed870.tar.gz |
Update to 1.2
Submitted by: Jie Gao <gaoj@cpsc.ucalgary.ca>
Diffstat (limited to 'net')
-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 cf4eefe..b904651 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 3de7fc5..b6893b0 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 eefe11f..75baf8b 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 |