diff options
author | glewis <glewis@FreeBSD.org> | 2005-09-13 12:20:54 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2005-09-13 12:20:54 +0800 |
commit | 03dba13e7befb8a04a7ac509f37116f3796f6009 (patch) | |
tree | 94a3c7922c42aaf1321a71ae790be7f171128117 /mail/smtpmail | |
parent | e102db086aa8e60dd9b8255c8dfdb9cb953cc79d (diff) | |
download | freebsd-ports-graphics-03dba13e7befb8a04a7ac509f37116f3796f6009.tar.gz freebsd-ports-graphics-03dba13e7befb8a04a7ac509f37116f3796f6009.tar.zst freebsd-ports-graphics-03dba13e7befb8a04a7ac509f37116f3796f6009.zip |
. Update to 0.4.5.
. Assign maintainership to submitter.
PR: 86051
Submitted by: Marcus Alves Grando <marcus@corp.grupos.com.br>
Diffstat (limited to 'mail/smtpmail')
-rw-r--r-- | mail/smtpmail/Makefile | 13 | ||||
-rw-r--r-- | mail/smtpmail/distinfo | 4 |
2 files changed, 8 insertions, 9 deletions
diff --git a/mail/smtpmail/Makefile b/mail/smtpmail/Makefile index 358942b9642..5be0fbf6a33 100644 --- a/mail/smtpmail/Makefile +++ b/mail/smtpmail/Makefile @@ -6,22 +6,21 @@ # PORTNAME= smtpmail -PORTVERSION= 0.4.2 +PORTVERSION= 0.4.5 CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_SAVANNAH} \ - http://voodoo.oberon.net/download/ -MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}.pkg/${PORTVERSION} +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= marcus@corp.grupos.com.br COMMENT= Tool to send the mails over remote smtp server GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" + PLIST_FILES= bin/smtpmail do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} \ - ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin .include <bsd.port.mk> diff --git a/mail/smtpmail/distinfo b/mail/smtpmail/distinfo index 41d0b7049e0..b1444a6821b 100644 --- a/mail/smtpmail/distinfo +++ b/mail/smtpmail/distinfo @@ -1,2 +1,2 @@ -MD5 (smtpmail-0.4.2.tar.gz) = 73657f825cd697f7fda1a7e9fc8c9299 -SIZE (smtpmail-0.4.2.tar.gz) = 68067 +MD5 (smtpmail-0.4.5.tar.gz) = b6405261255deeffe7e396b74f0fa9e2 +SIZE (smtpmail-0.4.5.tar.gz) = 100674 |