Bug 166440 - sysutils/ldap-account-manager: fix depends
Summary: sysutils/ldap-account-manager: fix depends
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: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-27 12:40 UTC by basil
Modified: 2012-03-27 21:32 UTC (History)
0 users

See Also:


Attachments
file.txt (888 bytes, text/plain)
2012-03-27 12:40 UTC, basil
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description basil 2012-03-27 12:40:11 UTC
fix depends

Fix: Diff mode was set to CVS, but there's no CVS subdirectory
Trying /usr/ports ... found
Warning: current directory name differs from Makefile header:
	ldap-account-manager != 
===> Generating patch
===> Viewing diff with more
diff -ruN --exclude=CVS /usr/ports/sysutils/ldap-account-manager/Makefile ./Makefile
--- /usr/ports/sysutils/ldap-account-manager/Makefile	2012-03-26 21:54:15.000000000 +0300
+++ ./Makefile	2012-03-27 14:27:44.000000000 +0300
@@ -7,6 +7,7 @@
 
 PORTNAME=	ldap-account-manager
 PORTVERSION=	3.7
+PORTREVISION=	1
 CATEGORIES=	sysutils www
 MASTER_SITES=	SF/${SHORTNAME}/LAM/${PORTVERSION}
 
@@ -21,7 +22,7 @@
 NO_BUILD=	yes
 USE_GETTEXT=	yes
 USE_PERL5=	yes
-USE_PHP=	gettext hash iconv ldap mcrypt pcre session simplexml spl xml json
+USE_PHP=	gettext hash iconv ldap mcrypt pcre session simplexml spl xml json zip
 WANT_PHP_WEB=	yes
 DEFAULT_PHP_VER=	5
 
===> Done


Patch attached with submission follows:
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2012-03-27 12:43:00 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

ports PR
Comment 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-03-27 13:15:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-03-27 21:06:39 UTC
rm          2012-03-27 20:06:26 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/ldap-account-manager Makefile 
  Log:
  - add missing run dependency
  - bump PORTREVISION
  
  PR:             166440
  Submitted by:   Vasiliy P. Melnik <basil at vpm.net dot ua> (maintainer)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.57      +2 -1      ports/sysutils/ldap-account-manager/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-03-27 21:32:46 UTC
State Changed
From-To: open->closed

Committed, thank you!