[Bug 194004] New: [PATCH] sysutils/ldap-account-manager upgrade to 4.7 (maintainer update)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Sep 28 20:10:54 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194004
Bug ID: 194004
Summary: [PATCH] sysutils/ldap-account-manager upgrade to 4.7
(maintainer update)
Product: Ports Tree
Version: Latest
Hardware: Any
OS: Any
Status: Needs Triage
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: basil at vpm.net.ua
Created attachment 147767
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=147767&action=edit
ldap-account-manager 4.6 -> 4.7
diff -ruN /usr/ports/sysutils/ldap-account-manager/Makefile
/root/ldap-account-manager/Makefile
--- /usr/ports/sysutils/ldap-account-manager/Makefile 2014-09-18
22:26:56.000000000 +0300
+++ /root/ldap-account-manager/Makefile 2014-09-28 22:55:45.570313572 +0300
@@ -1,7 +1,7 @@
# $FreeBSD: head/sysutils/ldap-account-manager/Makefile 368508 2014-09-18
19:26:56Z antoine $
PORTNAME= ldap-account-manager
-PORTVERSION= 4.6
+PORTVERSION= 4.7
CATEGORIES= sysutils www
MASTER_SITES= SF/${SHORTNAME}/LAM/${PORTVERSION}
@@ -31,14 +31,11 @@
.include <bsd.port.options.mk>
-post-extract:
-.for CONFIG in ${CONFIGS}
- @${MV} ${WRKSRC}/config/${CONFIG}_sample ${WRKSRC}/config/${CONFIG}.sample
-.endfor
do-install:
- @${ECHO_CMD} '@unexec if [ -f %D/${WWWDIR_REL}/config/shells ]; then ${RM}
-f %D/${WWWDIR_REL}/config/shells; fi' >> ${TMPPLIST}
+ @${ECHO_CMD} '@exec if [ -f %D/${WWWDIR_REL}/config/shells ]; then ${RM}
-f %D/${WWWDIR_REL}/config/shells; fi' >> ${TMPPLIST}
.for CONFIG in ${CONFIGS}
@${ECHO_CMD} '@sample ${WWWDIR_REL}/config/${CONFIG}.sample' >>
${TMPPLIST}
+ @${ECHO_CMD} '@exec if [ -f %D/${WWWDIR_REL}/config/${CONFIG}_sample ];
then ${RM} -f %D/${WWWDIR_REL}/config/${CONFIG}_sample; fi' >> ${TMPPLIST}
.endfor
.for I in ${LAMDATA}
@${FIND} -s ${WRKSRC}/${I} -type f -not -name '*.sample' | ${SED} -e
's,^${WRKSRC},${WWWDIR_REL},' >> ${TMPPLIST}
diff -ruN /usr/ports/sysutils/ldap-account-manager/distinfo
/root/ldap-account-manager/distinfo
--- /usr/ports/sysutils/ldap-account-manager/distinfo 2014-06-22
17:39:49.000000000 +0300
+++ /root/ldap-account-manager/distinfo 2014-09-28 22:45:16.341283154 +0300
@@ -1,2 +1,2 @@
-SHA256 (ldap-account-manager-4.6.tar.bz2) =
df9f267c33ddce52e598ac540fecce0f3dc2546a0cc339f8200f39a1baa411f1
-SIZE (ldap-account-manager-4.6.tar.bz2) = 12358788
+SHA256 (ldap-account-manager-4.7.tar.bz2) =
207b424ca27743095509bc093983978481e9372a285ca6fd8bd3dd2f4dcf924f
+SIZE (ldap-account-manager-4.7.tar.bz2) = 12491347
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list