ports/65931: Typo in message ("port is depricated" warning) in bsd.port.mk

Alexey Dokuchaev danfe at regency.nsu.ru
Sat Apr 24 16:50:14 UTC 2004


>Number:         65931
>Category:       ports
>Synopsis:       Typo in message ("port is depricated" warning) in bsd.port.mk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 24 09:50:14 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Alexey Dokuchaev
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
CNIT NSU
>Environment:
System: FreeBSD regency.nsu.ru 4.9-STABLE FreeBSD 4.9-STABLE #1: Wed Mar 3 13:17:54 NOVT 2004 root at regency.nsu.ru:/usr/src/sys/compile/REGENCY i386
>Description:
When bpm emits message like "this port is scheduled to be removed
bla-bla-bla" it's not really linguistically correct.  IMHO, this phrase
should be changed to "this port is scheduled to be removed *on*
bla-bla-bla" to make it sound better and more ear/eye-appealing.  This
is purely cosmetic though.
>How-To-Repeat:
Try building any port with EXPIRATION_DATE defined and read the
message.
>Fix:
%%%
--- bsd.port.mk.orig	Sat Apr 24 17:13:54 2004
+++ bsd.port.mk	Sun Apr 25 00:55:48 2004
@@ -2760,7 +2760,7 @@
 	@${ECHO_MSG} "${DEPRECATED}."
 	@${ECHO_MSG}
 .if defined(EXPIRATION_DATE)
-	@${ECHO_MSG} "It is scheduled to be removed ${EXPIRATION_DATE}."
+	@${ECHO_MSG} "It is scheduled to be removed on ${EXPIRATION_DATE}."
 	@${ECHO_MSG}
 .endif
 .endif
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list