Bug 105038 - Update port: net/ldap2dns
Summary: Update port: net/ldap2dns
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-01 17:10 UTC by Gerrit Beine
Modified: 2006-11-05 00:20 UTC (History)
0 users

See Also:


Attachments
file.diff (188 bytes, patch)
2006-11-01 17:10 UTC, Gerrit Beine
no flags Details | Diff
file.diff (2.07 KB, patch)
2006-11-01 17:10 UTC, Gerrit Beine
no flags Details | Diff
file.diff (373 bytes, patch)
2006-11-01 17:10 UTC, Gerrit Beine
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gerrit Beine 2006-11-01 17:10:34 UTC
Update to new version 0.4.1

Fix: PORTNAME=	ldap2dns
-PORTVERSION=	0.3.6
+PORTVERSION=	0.4.1
 CATEGORIES=	net
-MASTER_SITES=	http://projects.alkaloid.net/dist/ldap2dns/
+MASTER_SITES=	http://projects.alkaloid.net/e107_files/downloads/

 MAINTAINER=	gerrit.beine@gmx.de
 COMMENT=	Maintain DNS zones using an LDAP directory
@@ -35,6 +35,6 @@
 	${INSTALL_DATA} ${WRKSRC}/doc/README.html ${DATADIR}
 	${INSTALL_SCRIPT} ${WRKSRC}/ldap2tinydns-conf ${DATADIR}
 	${INSTALL_SCRIPT} ${WRKSRC}/scripts/axfr2ldap.pl ${DATADIR}
-	${INSTALL_SCRIPT} ${WRKSRC}/scripts/data2ldap.pl ${DATADIR}
+	${INSTALL_SCRIPT} ${WRKSRC}/scripts/data2ldif.pl ${DATADIR}

 .include <bsd.port.mk>
- #define UPDATE_INTERVALL 59
--#define LDAP_CONF "/etc/ldap/ldap.conf"
+ #define UPDATE_INTERVAL 59
+-#define LDAP_CONF "/etc/ldap.conf"
 +#define LDAP_CONF "%%PREFIX%%/etc/openldap/ldap.conf"
  #define OUTPUT_DATA 1
  #define OUTPUT_DB 2
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2006-11-01 17:45:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-11-05 00:19:18 UTC
miwi        2006-11-05 00:19:13 UTC

  FreeBSD ports repository

  Modified files:
    net/ldap2dns         Makefile distinfo pkg-plist 
    net/ldap2dns/files   patch-Makefile patch-ldap2dns.c 
  Log:
  - Update to 0.4.1
  
  PR:             ports/105038
  Submitted by:   Gerrit Beine<gerrit.beine@gmx.de> (maintainer)
  Sponsored by:   FreeBSD Bug-a-thon #2
  
  Revision  Changes    Path
  1.9       +3 -3      ports/net/ldap2dns/Makefile
  1.4       +3 -3      ports/net/ldap2dns/distinfo
  1.2       +17 -5     ports/net/ldap2dns/files/patch-Makefile
  1.2       +6 -6      ports/net/ldap2dns/files/patch-ldap2dns.c
  1.3       +1 -1      ports/net/ldap2dns/pkg-plist
_______________________________________________
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 3 Martin Wilke freebsd_committer freebsd_triage 2006-11-05 00:19:20 UTC
State Changed
From-To: open->closed

Committed. Thanks!