Bug 174719 - [maintainer-update] - sysutils/loganalyzer now needs php5-zlib
Summary: [maintainer-update] - sysutils/loganalyzer now needs php5-zlib
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-26 17:30 UTC by cristianorolim
Modified: 2013-02-18 06:00 UTC (History)
0 users

See Also:


Attachments
file.diff (544 bytes, patch)
2012-12-26 17:30 UTC, cristianorolim
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description cristianorolim 2012-12-26 17:30:00 UTC
This new version needs php5-zlib at runtime.

The attached diff file corrects the dependency and sets PORTREVISION to 1.

Fix: Patch attached with submission follows:
Comment 1 Beech Rintoul freebsd_committer freebsd_triage 2012-12-27 08:23:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

mine
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-02-18 05:57:17 UTC
State Changed
From-To: open->closed

Take
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-02-18 05:57:20 UTC
Author: miwi
Date: Mon Feb 18 05:57:13 2013
New Revision: 312480
URL: http://svnweb.freebsd.org/changeset/ports/312480

Log:
  - Add missing dependency
  
  PR:		174719
  Submitted by:	maintainer

Modified:
  head/sysutils/loganalyzer/Makefile

Modified: head/sysutils/loganalyzer/Makefile
==============================================================================
--- head/sysutils/loganalyzer/Makefile	Mon Feb 18 05:44:30 2013	(r312479)
+++ head/sysutils/loganalyzer/Makefile	Mon Feb 18 05:57:13 2013	(r312480)
@@ -7,6 +7,7 @@
 
 PORTNAME=	loganalyzer
 PORTVERSION=	3.4.5
+PORTREVISION=	1
 CATEGORIES=	sysutils www
 MASTER_SITES=	http://download.adiscon.com/loganalyzer/
 
@@ -30,7 +31,7 @@ OPTIONS=	PHP_MYSQL "MySQL database suppo
 		PDO_SQLITE "SQLite PDO driver" Off
 
 .if !defined(WITHOUT_PHP_DEPENDS)
-USE_PHP=	session pdo gd xml
+USE_PHP=	session pdo gd xml zlib
 WANT_PHP_WEB=	YES
 IGNORE_WITH_PHP=4
 DEFAULT_PHP_VER=5
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2013-02-18 05:57:38 UTC
State Changed
From-To: closed->open

reopen sorry my fault.
Comment 5 Martin Wilke freebsd_committer freebsd_triage 2013-02-18 05:57:47 UTC
State Changed
From-To: open->closed

Committed. Thanks!