diff options
-rw-r--r-- | net-im/kmess-kde4/Makefile | 8 | ||||
-rw-r--r-- | net-im/kmess-kde4/distinfo | 2 | ||||
-rw-r--r-- | net-im/kmess/Makefile | 8 | ||||
-rw-r--r-- | net-im/kmess/distinfo | 2 | ||||
-rw-r--r-- | net/kmess/Makefile | 8 | ||||
-rw-r--r-- | net/kmess/distinfo | 2 |
6 files changed, 18 insertions, 12 deletions
diff --git a/net-im/kmess-kde4/Makefile b/net-im/kmess-kde4/Makefile index e4f43afa7790..c3f8cc645498 100644 --- a/net-im/kmess-kde4/Makefile +++ b/net-im/kmess-kde4/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kmess -PORTVERSION= 1.2.1 +PORTVERSION= 1.3 CATEGORIES= net kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,10 +24,12 @@ _NO_KDE_FIXPTHREAD= yes .include <bsd.port.pre.mk> pre-patch: - ${REINPLACE_CMD} -e '23s/^.*$$/#include <unistd.h>/' \ + ${REINPLACE_CMD} -e '23s/^$$/#include <unistd.h>/' \ ${WRKSRC}/kmess/kmessview.cpp - ${REINPLACE_CMD} -e '20s/^.*$$/#include <ctype.h>/' \ + ${REINPLACE_CMD} -e '20s/^$$/#include <ctype.h>/' \ ${WRKSRC}/kmess/network/mimemessage.h + ${REINPLACE_CMD} -e '35s|^$$|#include <netinet/in.h>|' \ + ${WRKSRC}/kmess/network/msnconnection.h ${REINPLACE_CMD} -e 's,-pedantic ,,g' ${WRKSRC}/configure .include "${PORTSDIR}/x11/kde3/Makefile.kde" diff --git a/net-im/kmess-kde4/distinfo b/net-im/kmess-kde4/distinfo index 1aeffe77dcfe..9c729ae0128b 100644 --- a/net-im/kmess-kde4/distinfo +++ b/net-im/kmess-kde4/distinfo @@ -1 +1 @@ -MD5 (kmess-1.2.1.tar.gz) = a5afa217a8919895443c4e5e1839bbc4 +MD5 (kmess-1.3.tar.gz) = 3b482eddcfb89139131dccbfd4b08212 diff --git a/net-im/kmess/Makefile b/net-im/kmess/Makefile index e4f43afa7790..c3f8cc645498 100644 --- a/net-im/kmess/Makefile +++ b/net-im/kmess/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kmess -PORTVERSION= 1.2.1 +PORTVERSION= 1.3 CATEGORIES= net kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,10 +24,12 @@ _NO_KDE_FIXPTHREAD= yes .include <bsd.port.pre.mk> pre-patch: - ${REINPLACE_CMD} -e '23s/^.*$$/#include <unistd.h>/' \ + ${REINPLACE_CMD} -e '23s/^$$/#include <unistd.h>/' \ ${WRKSRC}/kmess/kmessview.cpp - ${REINPLACE_CMD} -e '20s/^.*$$/#include <ctype.h>/' \ + ${REINPLACE_CMD} -e '20s/^$$/#include <ctype.h>/' \ ${WRKSRC}/kmess/network/mimemessage.h + ${REINPLACE_CMD} -e '35s|^$$|#include <netinet/in.h>|' \ + ${WRKSRC}/kmess/network/msnconnection.h ${REINPLACE_CMD} -e 's,-pedantic ,,g' ${WRKSRC}/configure .include "${PORTSDIR}/x11/kde3/Makefile.kde" diff --git a/net-im/kmess/distinfo b/net-im/kmess/distinfo index 1aeffe77dcfe..9c729ae0128b 100644 --- a/net-im/kmess/distinfo +++ b/net-im/kmess/distinfo @@ -1 +1 @@ -MD5 (kmess-1.2.1.tar.gz) = a5afa217a8919895443c4e5e1839bbc4 +MD5 (kmess-1.3.tar.gz) = 3b482eddcfb89139131dccbfd4b08212 diff --git a/net/kmess/Makefile b/net/kmess/Makefile index e4f43afa7790..c3f8cc645498 100644 --- a/net/kmess/Makefile +++ b/net/kmess/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kmess -PORTVERSION= 1.2.1 +PORTVERSION= 1.3 CATEGORIES= net kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,10 +24,12 @@ _NO_KDE_FIXPTHREAD= yes .include <bsd.port.pre.mk> pre-patch: - ${REINPLACE_CMD} -e '23s/^.*$$/#include <unistd.h>/' \ + ${REINPLACE_CMD} -e '23s/^$$/#include <unistd.h>/' \ ${WRKSRC}/kmess/kmessview.cpp - ${REINPLACE_CMD} -e '20s/^.*$$/#include <ctype.h>/' \ + ${REINPLACE_CMD} -e '20s/^$$/#include <ctype.h>/' \ ${WRKSRC}/kmess/network/mimemessage.h + ${REINPLACE_CMD} -e '35s|^$$|#include <netinet/in.h>|' \ + ${WRKSRC}/kmess/network/msnconnection.h ${REINPLACE_CMD} -e 's,-pedantic ,,g' ${WRKSRC}/configure .include "${PORTSDIR}/x11/kde3/Makefile.kde" diff --git a/net/kmess/distinfo b/net/kmess/distinfo index 1aeffe77dcfe..9c729ae0128b 100644 --- a/net/kmess/distinfo +++ b/net/kmess/distinfo @@ -1 +1 @@ -MD5 (kmess-1.2.1.tar.gz) = a5afa217a8919895443c4e5e1839bbc4 +MD5 (kmess-1.3.tar.gz) = 3b482eddcfb89139131dccbfd4b08212 |