Bug 98393

Summary: msyslog port spelling correction
Product: Ports & Packages Reporter: richard
Component: Individual Port(s)Assignee: Andrej Zverev <az>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description richard 2006-06-02 21:10:20 UTC
Small typo in 'Postgres' in the ports Makefile. Also changed PSSQL to be more consistent with other ports which use PGSQL.

Fix: herod# diff -u Makefile.orig Makefile


OPTIONS=       MYSQL   "With MySQL Support"    off \
-               PSSQL   "With Postfres Support" off \
+               PGSQL   "With Postgres Support" off \

 WRKSRC=                ${WRKDIR}/${DISTNAME:S/-src//}

@@ -39,7 +39,7 @@
 CONFIGURE_ARGS+=       --without-mysql
 .endif

-.if defined(WITH_PSSQL)
+.if defined(WITH_PGSQL)
 USE_PGSQL=     yes
 MAN8+= om_pgsql.8
 .else--HeGUX6LsTZfpdy336FbOWCZWjzegvFou94JcNAYyZONUhNWk
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- Makefile.orig       Fri Jun  2 21:03:38 2006
+++ Makefile    Fri Jun  2 21:01:56 2006
@@ -18,7 +18,7 @@
 COMMENT=       Flexible and easy to integrate syslog daemon
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-06-03 00:46:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->az

Over to maintainer
Comment 2 Andrej Zverev freebsd_committer freebsd_triage 2006-06-12 16:41:38 UTC
State Changed
From-To: open->closed

Committed. Thanks!