[arch-commits] Commit in swaks/repos/community-any (PKGBUILD PKGBUILD)

Florian Pritz bluewind at archlinux.org
Mon Jan 2 10:11:55 UTC 2017


    Date: Monday, January 2, 2017 @ 10:11:55
  Author: bluewind
Revision: 204251

archrelease: copy trunk to community-any

Added:
  swaks/repos/community-any/PKGBUILD
    (from rev 204250, swaks/trunk/PKGBUILD)
Deleted:
  swaks/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-02 10:11:45 UTC (rev 204250)
+++ PKGBUILD	2017-01-02 10:11:55 UTC (rev 204251)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz <flo at xinu.at>
-# Contributor: Testuser_01 <mail at nico-siebler.de>
-
-pkgname=swaks
-pkgver=20130209.0
-pkgrel=2
-pkgdesc='Swiss Army Knife SMTP; Command line SMTP testing, including TLS and AUTH'
-arch=('any')
-url="http://jetmore.org/john/code/${pkgname}/"
-license=('GPL')
-depends=('perl-net-dns')
-source=("http://jetmore.org/john/code/${pkgname}/files/${pkgname}-${pkgver}.tar.gz")
-md5sums=('281af4f487ada31cda1408a19e8da5b4')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-
-  # fix perl 5.18 breakage
-  sed -i 's#^=item \([0-9]\+\)$#=item C<\1>#' doc/ref.pod
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -m755 -D "${pkgname}" "$pkgdir/usr/bin/${pkgname}"
-  cd doc
-  pod2man ref.pod "${pkgname}.1"
-  install -m644 -D "${pkgname}.1" "$pkgdir/usr/share/man/man1/${pkgname}.1"
-}
-

Copied: swaks/repos/community-any/PKGBUILD (from rev 204250, swaks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-02 10:11:55 UTC (rev 204251)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Florian Pritz <flo at xinu.at>
+# Contributor: Testuser_01 <mail at nico-siebler.de>
+
+pkgname=swaks
+pkgver=20170101.0
+pkgrel=1
+pkgdesc='Swiss Army Knife SMTP; Command line SMTP testing, including TLS and AUTH'
+arch=('any')
+url="http://jetmore.org/john/code/${pkgname}/"
+license=('GPL')
+depends=('perl-net-dns')
+source=("http://jetmore.org/john/code/${pkgname}/files/${pkgname}-${pkgver}.tar.gz")
+md5sums=('d01a94a510de0c8f56605d4e857969b9')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+
+  # fix perl 5.18 breakage
+  sed -i 's#^=item \([0-9]\+\)$#=item C<\1>#' doc/ref.pod
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -m755 -D "${pkgname}" "$pkgdir/usr/bin/${pkgname}"
+  cd doc
+  pod2man ref.pod "${pkgname}.1"
+  install -m644 -D "${pkgname}.1" "$pkgdir/usr/share/man/man1/${pkgname}.1"
+}
+



More information about the arch-commits mailing list