ports/82745: Update port: mail/nail to 11.23
Vsevolod Stakhov
vsevolod at highsecure.ru
Tue Jun 28 20:20:17 UTC 2005
>Number: 82745
>Category: ports
>Synopsis: Update port: mail/nail to 11.23
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Tue Jun 28 20:20:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Vsevolod Stakhov
>Release: FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
>Description:
Update to 11.23 that have misclenaous improvements and fixes:
http://nail.sourceforge.net/ChangeLog
More respect to CFLAGS and LDFLAGS.
>How-To-Repeat:
>Fix:
diff -ruPN nail.orig/Makefile nail/Makefile
--- nail.orig/Makefile Wed Jun 29 00:12:59 2005
+++ nail/Makefile Wed Jun 29 00:13:13 2005
@@ -6,7 +6,7 @@
#
PORTNAME= nail
-PORTVERSION= 11.22
+PORTVERSION= 11.23
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -21,14 +21,15 @@
SYSCONFDIR="${PREFIX}/etc" \
SENDMAIL="/usr/sbin/sendmail" \
CPPFLAGS="${CPPFLAGS}" \
+ CFLAGS="${CFLAGS}" \
LDFLAGS="${LDFLAGS}" \
IPv6="-DHAVE_IPv6_FUNCS"
MAN1= nail.1
PLIST_FILES= bin/nail etc/nail.rc
-CPPFLAGS= -I${LOCALBASE}/include
-LDFLAGS= -L${LOCALBASE}/lib
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nail ${PREFIX}/bin
diff -ruPN nail.orig/distinfo nail/distinfo
--- nail.orig/distinfo Wed Jun 29 00:12:59 2005
+++ nail/distinfo Wed Jun 29 00:13:13 2005
@@ -1,2 +1,2 @@
-MD5 (nail-11.22.tar.bz2) = caad4c4cd02c7fbf0d9e7fec50ff3b21
-SIZE (nail-11.22.tar.bz2) = 264568
+MD5 (nail-11.23.tar.bz2) = 2665649cd77110493ce465dad7c5103d
+SIZE (nail-11.23.tar.bz2) = 266114
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list