diff options
author | sergei <sergei@FreeBSD.org> | 2003-12-04 20:03:10 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2003-12-04 20:03:10 +0800 |
commit | 46f4a2055232398fad39b9171578ea66373207a0 (patch) | |
tree | 6411fcbd62f0e67c7547333b0b207ec3883f67c4 | |
parent | a5e6beb57daa17e69c30411c7a53ad8ade67bc7a (diff) | |
download | freebsd-ports-gnome-46f4a2055232398fad39b9171578ea66373207a0.tar.gz freebsd-ports-gnome-46f4a2055232398fad39b9171578ea66373207a0.tar.zst freebsd-ports-gnome-46f4a2055232398fad39b9171578ea66373207a0.zip |
- Update to 0.56
- Respect NOPORTDOCS
PR: 59783
Submitted by: maintainer
-rw-r--r-- | mail/cone/Makefile | 6 | ||||
-rw-r--r-- | mail/cone/distinfo | 2 | ||||
-rw-r--r-- | mail/cone/files/patch-libmail::pop3maildrop.C | 11 | ||||
-rw-r--r-- | mail/cone/pkg-plist | 32 |
4 files changed, 32 insertions, 19 deletions
diff --git a/mail/cone/Makefile b/mail/cone/Makefile index 82fc918f1f74..4e281d777d23 100644 --- a/mail/cone/Makefile +++ b/mail/cone/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cone -PORTVERSION= 0.55 +PORTVERSION= 0.56 CATEGORIES= mail # This is for beta versions, leave it in please: #MASTER_SITES= http://www.courier-mta.org/beta/${PORTNAME}/ @@ -20,7 +20,7 @@ COMMENT= Console based mail client with POP3/IMAP/SMAP support LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ aspell.15:${PORTSDIR}/textproc/aspell \ ncurses.5:${PORTSDIR}/devel/ncurses -BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg +BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg RUN_DEPENDS= ${BUILD_DEPENDS} USE_BZIP2= yes @@ -36,8 +36,10 @@ MAN1= cone.1 leaf.1 mailtool.1 do-install: cd ${WRKSRC} && make install-strip +.if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/ChangeLog ${DOCSDIR} +.endif post-install: ${INSTALL_SCRIPT} ${WRKSRC}/sysconftool ${PREFIX}/sbin/cone-sysconftool diff --git a/mail/cone/distinfo b/mail/cone/distinfo index b8c7a2a71516..a84e3d5f4ce4 100644 --- a/mail/cone/distinfo +++ b/mail/cone/distinfo @@ -1 +1 @@ -MD5 (cone-0.55.tar.bz2) = 95c6a67fdf428a83128cdb7588372dbf +MD5 (cone-0.56.tar.bz2) = 6edd669b5c83eba3a1c3aedf25e4b395 diff --git a/mail/cone/files/patch-libmail::pop3maildrop.C b/mail/cone/files/patch-libmail::pop3maildrop.C new file mode 100644 index 000000000000..7dbe5f3de313 --- /dev/null +++ b/mail/cone/files/patch-libmail::pop3maildrop.C @@ -0,0 +1,11 @@ +--- libmail/pop3maildrop.C.orig Sun Nov 16 03:43:14 2003 ++++ libmail/pop3maildrop.C Sat Nov 29 04:29:03 2003 +@@ -13,6 +13,8 @@ + #include <errno.h> + #include <string.h> + #include <stdlib.h> ++#include <sys/types.h> ++#include <sys/stat.h> + + using namespace std; + diff --git a/mail/cone/pkg-plist b/mail/cone/pkg-plist index 8b928c7a7200..c6cd5c60c232 100644 --- a/mail/cone/pkg-plist +++ b/mail/cone/pkg-plist @@ -4,7 +4,7 @@ bin/mailtool sbin/cone-sysconftool etc/cone.dist libexec/cone -%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog share/cone/APPLICATION.PDF.filter share/cone/IMAGE.GIF.filter share/cone/IMAGE.JPEG.filter @@ -304,20 +304,20 @@ share/cone/rootcerts/xcert-international-inc-xcert-root-00.pem share/cone/rootcerts/xcert-international-inc-xcert-root-01.pem share/cone/rootcerts/xcert-international-inc-xcert-root-02.pem share/cone/rootcerts/xcert-international-inc-xcert-root-03.pem -share/cone/c2417.html -share/cone/c2455.html -share/cone/r7532.html -share/cone/r7752.html -share/cone/r9158.html -share/cone/x10172.html -share/cone/x10415.html -share/cone/x10519.html -share/cone/x10761.html -share/cone/x11096.html -share/cone/x11107.html -share/cone/x9559.html -share/cone/x9765.html -share/cone/x9901.html -@dirrm %%DOCSDIR%% +share/cone/c2428.html +share/cone/c2466.html +share/cone/r7571.html +share/cone/r7791.html +share/cone/r9197.html +share/cone/x10211.html +share/cone/x10454.html +share/cone/x10558.html +share/cone/x10800.html +share/cone/x11135.html +share/cone/x11146.html +share/cone/x9598.html +share/cone/x9804.html +share/cone/x9940.html +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm share/cone/rootcerts @dirrm share/cone |