[arch-commits] Commit in pam_ldap/trunk (PKGBUILD)

2018-06-07 Thread Antonio Rojas via arch-commits
Date: Thursday, June 7, 2018 @ 07:37:53
  Author: arojas
Revision: 326179

BUILDINFO rebuild

Modified:
  pam_ldap/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-07 07:35:54 UTC (rev 326178)
+++ PKGBUILD2018-06-07 07:37:53 UTC (rev 326179)
@@ -4,7 +4,7 @@
 
 pkgname=pam_ldap
 pkgver=186
-pkgrel=5
+pkgrel=6
 pkgdesc="LDAP authentication module for the PAM framework"
 arch=('x86_64')
 url="http://www.padl.com/OSS/pam_ldap.html;
@@ -12,7 +12,7 @@
 depends=('libldap' 'pam')
 backup=('etc/pam_ldap.conf')
 options=('!makeflags')
-source=("http://www.padl.com/download/${pkgname}-${pkgver}.tar.gz;)
+source=("https://www.padl.com/download/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('58c8689921c5c4578363438acd8503c2')
 
 build() {
@@ -20,7 +20,7 @@
   ./configure --libdir=/usr/lib \
   --with-ldap-conf-file=/etc/pam_ldap.conf \
   --mandir=/usr/share/man
-  PATH="${PATH}:${srcdir}/${pkgname}-${pkgver}" make
+  PERL5LIB="$PWD" PATH="${PATH}:${srcdir}/${pkgname}-${pkgver}" make
 }
 
 package() {


[arch-commits] Commit in pam_ldap/trunk (PKGBUILD)

2014-07-01 Thread Felix Yan
Date: Tuesday, July 1, 2014 @ 11:44:09
  Author: fyan
Revision: 215978

upgpkg: pam_ldap 186-5

mtree rebuild

Modified:
  pam_ldap/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-01 09:42:07 UTC (rev 215977)
+++ PKGBUILD2014-07-01 09:44:09 UTC (rev 215978)
@@ -4,7 +4,7 @@
 
 pkgname=pam_ldap
 pkgver=186
-pkgrel=4
+pkgrel=5
 pkgdesc=LDAP authentication module for the PAM framework
 arch=('i686' 'x86_64')
 url=http://www.padl.com/OSS/pam_ldap.html;



[arch-commits] Commit in pam_ldap/trunk (PKGBUILD)

2012-05-04 Thread Allan McRae
Date: Friday, May 4, 2012 @ 22:40:16
  Author: allan
Revision: 158604

upgpkg: pam_ldap 186-4

fix pam file location

Modified:
  pam_ldap/trunk/PKGBUILD

--+
 PKGBUILD |8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-05 02:37:44 UTC (rev 158603)
+++ PKGBUILD2012-05-05 02:40:16 UTC (rev 158604)
@@ -4,7 +4,7 @@
 
 pkgname=pam_ldap
 pkgver=186
-pkgrel=3
+pkgrel=4
 pkgdesc=LDAP authentication module for the PAM framework
 arch=('i686' 'x86_64')
 url=http://www.padl.com/OSS/pam_ldap.html;
@@ -17,7 +17,7 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --libdir=/lib \
+  ./configure --libdir=/usr/lib \
   --with-ldap-conf-file=/etc/pam_ldap.conf \
   --mandir=/usr/share/man
   PATH=${PATH}:${srcdir}/${pkgname}-${pkgver} make
@@ -27,8 +27,4 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
   mv ${pkgdir}/etc/ldap.conf ${pkgdir}/etc/pam_ldap.conf
-
-  # move /lib to /usr/lib
-  mv ${pkgdir}/lib/security ${pkgdir}/usr/lib
-  rmdir ${pkgdir}/lib
 }



[arch-commits] Commit in pam_ldap/trunk (PKGBUILD)

2012-04-28 Thread Tom Gundersen
Date: Saturday, April 28, 2012 @ 15:42:12
  Author: tomegun
Revision: 157479

upgpkg: pam_ldap 186-2

move /lib/security to /usr/lib/security

Modified:
  pam_ldap/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-28 19:41:59 UTC (rev 157478)
+++ PKGBUILD2012-04-28 19:42:12 UTC (rev 157479)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Paul Mattal p...@archlinux.org
+# Maintainer:
 # Contributor: Comete la_com...@tiscali.fr
 
 pkgname=pam_ldap
 pkgver=186
-pkgrel=1
+pkgrel=2
 pkgdesc=LDAP authentication module for the PAM framework
 arch=('i686' 'x86_64')
 url=http://www.padl.com/OSS/pam_ldap.html;



[arch-commits] Commit in pam_ldap/trunk (PKGBUILD)

2012-04-28 Thread Tom Gundersen
Date: Saturday, April 28, 2012 @ 16:44:55
  Author: tomegun
Revision: 157492

upgpkg: pam_ldap 186-3

actually move the libs

Modified:
  pam_ldap/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-28 20:31:42 UTC (rev 157491)
+++ PKGBUILD2012-04-28 20:44:55 UTC (rev 157492)
@@ -4,7 +4,7 @@
 
 pkgname=pam_ldap
 pkgver=186
-pkgrel=2
+pkgrel=3
 pkgdesc=LDAP authentication module for the PAM framework
 arch=('i686' 'x86_64')
 url=http://www.padl.com/OSS/pam_ldap.html;
@@ -27,4 +27,8 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
   mv ${pkgdir}/etc/ldap.conf ${pkgdir}/etc/pam_ldap.conf
+
+  # move /lib to /usr/lib
+  mv ${pkgdir}/lib/security ${pkgdir}/usr/lib
+  rmdir ${pkgdir}/lib
 }



[arch-commits] Commit in pam_ldap/trunk (PKGBUILD)

2012-02-25 Thread Pierre Schmitz
Date: Saturday, February 25, 2012 @ 08:08:57
  Author: pierre
Revision: 151291

upgpkg: pam_ldap 186-1

upstream update

Modified:
  pam_ldap/trunk/PKGBUILD

--+
 PKGBUILD |   19 ---
 1 file changed, 12 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-25 13:01:05 UTC (rev 151290)
+++ PKGBUILD2012-02-25 13:08:57 UTC (rev 151291)
@@ -1,18 +1,19 @@
 # $Id$
 # Maintainer: Paul Mattal p...@archlinux.org
 # Contributor: Comete la_com...@tiscali.fr
+
 pkgname=pam_ldap
-pkgver=185
+pkgver=186
 pkgrel=1
 pkgdesc=LDAP authentication module for the PAM framework
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url=http://www.padl.com/OSS/pam_ldap.html;
 license=('LGPL')
-depends=('libldap=2.4.22' 'pam')
-backup=(etc/pam_ldap.conf)
-options=(!makeflags)
-source=(http://www.padl.com/download/${pkgname}-${pkgver}.tar.gz)
-md5sums=('639260f0c81d57a6fcbd1cb47dd6c5e7')
+depends=('libldap' 'pam')
+backup=('etc/pam_ldap.conf')
+options=('!makeflags')
+source=(http://www.padl.com/download/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('58c8689921c5c4578363438acd8503c2')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -20,6 +21,10 @@
   --with-ldap-conf-file=/etc/pam_ldap.conf \
   --mandir=/usr/share/man
   PATH=${PATH}:${srcdir}/${pkgname}-${pkgver} make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
   mv ${pkgdir}/etc/ldap.conf ${pkgdir}/etc/pam_ldap.conf
 }



[arch-commits] Commit in pam_ldap/trunk (PKGBUILD)

2010-08-18 Thread Jan de Groot
Date: Wednesday, August 18, 2010 @ 09:07:56
  Author: jgc
Revision: 87842

upgpkg: pam_ldap 185-1
Update to 185

Modified:
  pam_ldap/trunk/PKGBUILD

--+
 PKGBUILD |   20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-08-18 12:55:44 UTC (rev 87841)
+++ PKGBUILD2010-08-18 13:07:56 UTC (rev 87842)
@@ -2,24 +2,24 @@
 # Maintainer: Paul Mattal p...@archlinux.org
 # Contributor: Comete la_com...@tiscali.fr
 pkgname=pam_ldap
-pkgver=184
-pkgrel=3
+pkgver=185
+pkgrel=1
 pkgdesc=LDAP authentication module for the PAM framework
 arch=(i686 x86_64)
 url=http://www.padl.com/OSS/pam_ldap.html;
 license=('LGPL')
-depends=('libldap=2.4.18' 'pam')
-backup=(etc/pam_ldap.conf)
-install=
+depends=('libldap=2.4.22' 'pam')
+backup=(etc/pam_ldap.conf)
+options=(!makeflags)
 source=(http://www.padl.com/download/${pkgname}-${pkgver}.tar.gz)
-md5sums=('1b381b5f1ce67fe0a885d9a7c69b93af')
+md5sums=('639260f0c81d57a6fcbd1cb47dd6c5e7')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --libdir=/lib \
   --with-ldap-conf-file=/etc/pam_ldap.conf \
-  --mandir=/usr/share/man || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
-  mv ${pkgdir}/etc/ldap.conf ${pkgdir}/etc/pam_ldap.conf || return 1
+  --mandir=/usr/share/man
+  PATH=${PATH}:${srcdir}/${pkgname}-${pkgver} make
+  make DESTDIR=${pkgdir} install
+  mv ${pkgdir}/etc/ldap.conf ${pkgdir}/etc/pam_ldap.conf
 }