ports/85046: update: mail/nbsmtp 0.99 -> 1.00, take maintainership

Emanuel Haupt ehaupt at critical.ch
Wed Aug 17 13:30:33 UTC 2005


>Number:         85046
>Category:       ports
>Synopsis:       update: mail/nbsmtp 0.99 -> 1.00, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 17 13:30:28 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Emanuel Haupt
>Release:        FreeBSD 4.11-RELEASE-p11 i386
>Organization:
>Environment:
System: FreeBSD admin.critical.ch 4.11-RELEASE-p11 FreeBSD 4.11-RELEASE-p11 #0: Thu Jun 30 09:36:40 CEST 2005 root at admin.critical.ch:/usr/obj/usr/src-release/src/sys/GENERIC i386


	
>Description:
- update: mail/nbsmtp 0.99 -> 1.00
- take maintainership

cvs:
- delete files/patch-util.c

>How-To-Repeat:
	
>Fix:

	



--- nbsmtp.patch begins here ---
diff -Nur nbsmtp.orig/Makefile nbsmtp/Makefile
--- nbsmtp.orig/Makefile	Tue Jul 26 10:20:33 2005
+++ nbsmtp/Makefile	Wed Aug 17 15:14:37 2005
@@ -1,24 +1,23 @@
 # New ports collection makefile for:	nbsmtp
-# Date created:		5 May 2001
-# Whom:			Anders Nordby <anders at fix.no>
+# Date created:				5 May 2001
+# Whom:					Anders Nordby <anders at fix.no>
 #
 # $FreeBSD: ports/mail/nbsmtp/Makefile,v 1.12 2005/07/25 19:32:17 niels Exp $
 #
-# WITH_SSL=yes	"Support for secure connection to mail server"
+# WITH_SSL=yes  "Support for secure connection to mail server"
 #
 
 PORTNAME=	nbsmtp
-PORTVERSION=	0.99
+PORTVERSION=	1.00
 CATEGORIES=	mail
-PORTREVISION=	1
 MASTER_SITES=	http://www.gentoo-es.org/~ferdy/ \
 		http://www.it.uc3m.es/~ferdy/nbsmtp/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Simple program for outgoing SMTP delivery
 
-USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
 OPTIONS=	IPV6	"Support for IPv6 connections"			off \
 		DEBUG	"Enable debug information (for developers)"	off \
@@ -26,8 +25,8 @@
 
 PLIST_FILES=	bin/nbsmtp
 
-MAN5=	nbsmtprc.5
-MAN8=	nbsmtp.8
+MAN5=		nbsmtprc.5
+MAN8=		nbsmtp.8
 
 .include <bsd.port.pre.mk>
 
diff -Nur nbsmtp.orig/distinfo nbsmtp/distinfo
--- nbsmtp.orig/distinfo	Wed Jul 13 21:46:30 2005
+++ nbsmtp/distinfo	Wed Aug 17 15:01:14 2005
@@ -1,2 +1,2 @@
-MD5 (nbsmtp-0.99.tar.bz2) = 36db70c4f8f9aa31dc5f417d8cbdd1d2
-SIZE (nbsmtp-0.99.tar.bz2) = 103949
+MD5 (nbsmtp-1.00.tar.gz) = f34952f0b5e5101035357ea1c7ed6bd2
+SIZE (nbsmtp-1.00.tar.gz) = 121542
diff -Nur nbsmtp.orig/files/patch-util.c nbsmtp/files/patch-util.c
--- nbsmtp.orig/files/patch-util.c	Mon Jul 25 21:32:17 2005
+++ nbsmtp/files/patch-util.c	Thu Jan  1 01:00:00 1970
@@ -1,11 +0,0 @@
---- util.orig	Tue Jul 12 11:43:06 2005
-+++ util.c	Tue Jul 12 11:43:32 2005
-@@ -187,7 +187,7 @@
- 	if (debug==0 || debug==1)
- 	{
- 		openlog("nbSMTP", LOG_PID, LOG_MAIL);
--		syslog(priority,buffer);
-+		syslog(priority,"%s",buffer);
- 		closelog();
- 	}
- 	else /* if (debug==2) */
--- nbsmtp.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list