Date: Tuesday, October 9, 2018 @ 09:13:21
  Author: bluewind
Revision: 391379

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-10-09 09:13:17 UTC (rev 391378)
+++ PKGBUILD    2018-10-09 09:13:21 UTC (rev 391379)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz <[email protected]>
-# Contributor: Testuser_01 <[email protected]>
-
-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"
-}
-

Copied: swaks/repos/community-any/PKGBUILD (from rev 391378, 
swaks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-10-09 09:13:21 UTC (rev 391379)
@@ -0,0 +1,29 @@
+# Maintainer: Florian Pritz <[email protected]>
+# Contributor: Testuser_01 <[email protected]>
+
+pkgname=swaks
+pkgver=20170101.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' 'perl-net-ssleay')
+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"
+}
+

Reply via email to