diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-25 16:18:17 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-25 16:18:17 +0000 |
commit | fbc434b8fb0da40c30fe8858a549d46005a43c93 (patch) | |
tree | 5d4197dc63628b92a4358c463ef831d20630e54d /mail/mmc | |
parent | add dictd, dict protocol (RFC 2229) server (diff) |
Update to 0.5.
Notes
Notes:
svn path=/head/; revision=37575
Diffstat (limited to 'mail/mmc')
-rw-r--r-- | mail/mmc/Makefile | 4 | ||||
-rw-r--r-- | mail/mmc/distinfo | 2 | ||||
-rw-r--r-- | mail/mmc/files/patch-ac | 24 | ||||
-rw-r--r-- | mail/mmc/files/patch-ae | 15 | ||||
-rw-r--r-- | mail/mmc/files/patch-mmc.desktop | 11 | ||||
-rw-r--r-- | mail/mmc/pkg-plist | 3 |
6 files changed, 40 insertions, 19 deletions
diff --git a/mail/mmc/Makefile b/mail/mmc/Makefile index 636bb111f124..a4fa52744ef4 100644 --- a/mail/mmc/Makefile +++ b/mail/mmc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mmc -PORTVERSION= 0.4.1 +PORTVERSION= 0.5 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -26,7 +26,7 @@ pre-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ - 's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \ + 's|\$$\(gnomedatadir\)/gnome/|\$$\(datadir\)/|g ; \ s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g' .include <bsd.port.mk> diff --git a/mail/mmc/distinfo b/mail/mmc/distinfo index 40e703379502..f365de4feb18 100644 --- a/mail/mmc/distinfo +++ b/mail/mmc/distinfo @@ -1 +1 @@ -MD5 (mmc-0.4-1.tar.gz) = f642669682b5ebb6a853e1c4e01d83cf +MD5 (mmc-0.5.tar.gz) = 2b7341174c5f59a863150dc4b719f20f diff --git a/mail/mmc/files/patch-ac b/mail/mmc/files/patch-ac index 28f201be2b53..e6e7b9f365d9 100644 --- a/mail/mmc/files/patch-ac +++ b/mail/mmc/files/patch-ac @@ -1,13 +1,19 @@ ---- src/address.h 2000/07/21 13:28:27 1.1 -+++ src/address.h 2000/07/21 13:30:50 -@@ -23,8 +23,8 @@ - #ifndef __MMC_ADDRESS_H - #define __MMC_ADDRESS_H + +$FreeBSD$ + +--- src/address.h.orig Sun Jan 14 01:12:18 2001 ++++ src/address.h Thu Jan 25 17:46:23 2001 +@@ -27,11 +27,12 @@ + #include<config.h> + #endif -#include <alloca.h> --#include <db1/db.h> -+/*#include <alloca.h>*/ -+#include <db.h> + #if defined(HAVE_DB1_DB_H) + # include<db1/db.h> + #elif defined(HAVE_DB_185_H) + # include <db_185.h> ++#else ++# include <db.h> + #endif #include <errno.h> #include <fcntl.h> - #include <stdio.h> diff --git a/mail/mmc/files/patch-ae b/mail/mmc/files/patch-ae index a371e75d7962..4603f7c96edc 100644 --- a/mail/mmc/files/patch-ae +++ b/mail/mmc/files/patch-ae @@ -1,9 +1,12 @@ ---- src/smtp.cc 2000/07/21 13:33:45 1.1 -+++ src/smtp.cc 2000/07/21 13:34:24 -@@ -20,6 +20,7 @@ - For the complete License see the file COPYING. - */ - + +$FreeBSD$ + +--- src/smtp.cc.orig Fri Jan 19 18:06:46 2001 ++++ src/smtp.cc Thu Jan 25 17:44:11 2001 +@@ -23,6 +23,7 @@ + #ifdef HAVE_CONFIG_H + # include<config.h> + #endif +#include <sys/types.h> #include<sys/socket.h> #include<gnome.h> diff --git a/mail/mmc/files/patch-mmc.desktop b/mail/mmc/files/patch-mmc.desktop new file mode 100644 index 000000000000..06f33c1b36fc --- /dev/null +++ b/mail/mmc/files/patch-mmc.desktop @@ -0,0 +1,11 @@ + +$FreeBSD$ + +--- mmc.desktop 2001/01/25 16:11:12 1.1 ++++ mmc.desktop 2001/01/25 16:11:28 +@@ -4,4 +4,4 @@ + Exec=mmc + Terminal=0 + Type=Internet +- ++Icon=mmc-logo.png diff --git a/mail/mmc/pkg-plist b/mail/mmc/pkg-plist index 30a994bd6157..9754fe544799 100644 --- a/mail/mmc/pkg-plist +++ b/mail/mmc/pkg-plist @@ -1,3 +1,4 @@ bin/mmc +share/gnome/apps/Internet/mmc.desktop +share/gnome/pixmaps/mmc-logo.png share/locale/de/LC_MESSAGES/mmc.mo -share/locale/de_DE/LC_MESSAGES/mmc.mo |