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

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 16:01:49
  Author: felixonmars
Revision: 659080

upgpkg: uucp 1.07-7: reproducibility rebuild

Modified:
  uucp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 16:01:48 UTC (rev 659079)
+++ PKGBUILD2020-07-07 16:01:49 UTC (rev 659080)
@@ -3,7 +3,7 @@
 
 pkgname=uucp
 pkgver=1.07
-pkgrel=6
+pkgrel=7
 pkgdesc="Taylor UUCP is a free implementation of UUCP and is the standard UUCP 
used on the GNU system"
 arch=(x86_64)
 url="https://www.gnu.org/software/uucp/uucp.html;


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

2019-05-17 Thread Sergej Pupykin via arch-commits
Date: Friday, May 17, 2019 @ 15:42:28
  Author: spupykin
Revision: 467722

upgpkg: uucp 1.07-6

Modified:
  uucp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 15:42:14 UTC (rev 467721)
+++ PKGBUILD2019-05-17 15:42:28 UTC (rev 467722)
@@ -3,7 +3,7 @@
 
 pkgname=uucp
 pkgver=1.07
-pkgrel=5
+pkgrel=6
 pkgdesc="Taylor UUCP is a free implementation of UUCP and is the standard UUCP 
used on the GNU system"
 arch=(x86_64)
 url="https://www.gnu.org/software/uucp/uucp.html;
@@ -34,4 +34,7 @@
   install -D -m644 sample/sys1 "$pkgdir"/etc/uucp/sys
   install -D -m644 sample/port "$pkgdir"/etc/uucp/port
   mv "$pkgdir"/usr/info "$pkgdir"/usr/share/
+
+  sed -i 's|\$\*|"$@"|' "$pkgdir"/usr/bin/{uuto,uusched}
+  chmod u+w "$pkgdir"/usr/bin/*
 }


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

2018-06-02 Thread Jelle van der Waa via arch-commits
Date: Saturday, June 2, 2018 @ 17:59:51
  Author: jelle
Revision: 337997

upgpkg: uucp 1.07-5

BUILDINFO rebuild

Modified:
  uucp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-02 17:59:47 UTC (rev 337996)
+++ PKGBUILD2018-06-02 17:59:51 UTC (rev 337997)
@@ -4,7 +4,7 @@
 
 pkgname=uucp
 pkgver=1.07
-pkgrel=4
+pkgrel=5
 pkgdesc="Taylor UUCP is a free implementation of UUCP and is the standard UUCP 
used on the GNU system"
 arch=(x86_64)
 url="http://www.gnu.org/software/uucp/uucp.html;


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

2016-11-14 Thread Sergej Pupykin
Date: Monday, November 14, 2016 @ 17:57:45
  Author: spupykin
Revision: 195856

Modified:
  uucp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-14 17:56:48 UTC (rev 195855)
+++ PKGBUILD2016-11-14 17:57:45 UTC (rev 195856)
@@ -13,8 +13,8 @@
 backup=('etc/uucp/config'
'etc/uucp/port'
'etc/uucp/sys')
-source=(http://ftp.gnu.org/gnu/uucp/${pkgname}-${pkgver}.tar.gz)
-md5sums=('64c54d43787339a7cced48390eb3e1d0')
+source=(https://ftp.gnu.org/gnu/uucp/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('060c15bfba6cfd1171ad81f782789032113e199a5aded8f8e0c1c5bd1385b62c')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2013-05-29 Thread Sergej Pupykin
Date: Wednesday, May 29, 2013 @ 12:32:36
  Author: spupykin
Revision: 91913

upgpkg: uucp 1.07-4

upd

Modified:
  uucp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-29 10:15:12 UTC (rev 91912)
+++ PKGBUILD2013-05-29 10:32:36 UTC (rev 91913)
@@ -4,7 +4,7 @@
 
 pkgname=uucp
 pkgver=1.07
-pkgrel=3
+pkgrel=4
 pkgdesc=Taylor UUCP is a free implementation of UUCP and is the standard UUCP 
used on the GNU system
 arch=(i686 x86_64)
 url=http://www.gnu.org/software/uucp/uucp.html;
@@ -16,9 +16,20 @@
 source=(http://ftp.gnu.org/gnu/uucp/${pkgname}-${pkgver}.tar.gz)
 md5sums=('64c54d43787339a7cced48390eb3e1d0')
 
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|${CC-cc} -E|${CC-cc} -E -O2|g' configure
+#  sed -i \
+#-e '1,1i#include unistd.h' \
+#-e '1,1i#include fcntl.h' \
+#-e '1,1i#include sys/types.h' \
+#uuconf/rdlocs.c unix/{efopen,cusub,init}.c
+#  sed -i '1,1i#include sys/statvfs.h' unix/fsusg.c
+}
+
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man 
--with-newconfigdir=/etc/uucp
+  ./configure --prefix=/usr --mandir=/usr/share/man 
--with-newconfigdir=/etc/uucp --sbindir=/usr/bin
   make
 }
 
@@ -31,4 +42,3 @@
   install -D -m644 sample/port ${pkgdir}/etc/uucp/port
   mv ${pkgdir}/usr/info ${pkgdir}/usr/share/
 }
-



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

2013-05-29 Thread Sergej Pupykin
Date: Wednesday, May 29, 2013 @ 12:32:57
  Author: spupykin
Revision: 91915

Modified:
  uucp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-29 10:32:53 UTC (rev 91914)
+++ PKGBUILD2013-05-29 10:32:57 UTC (rev 91915)
@@ -19,12 +19,6 @@
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
   sed -i 's|${CC-cc} -E|${CC-cc} -E -O2|g' configure
-#  sed -i \
-#-e '1,1i#include unistd.h' \
-#-e '1,1i#include fcntl.h' \
-#-e '1,1i#include sys/types.h' \
-#uuconf/rdlocs.c unix/{efopen,cusub,init}.c
-#  sed -i '1,1i#include sys/statvfs.h' unix/fsusg.c
 }
 
 build() {