Skip to content
Permalink
Browse files

py-srs: update to 1.0.3

- switch to PyPI
- install files in post-destroot
  • Loading branch information
reneeotten authored and cjones051073 committed Apr 9, 2019
1 parent 7bfe51d commit 789814248a65a69bb8f9e27ec2570e4a7856aad1
Showing with 12 additions and 4 deletions.
  1. +12 −4 python/py-srs/Portfile
@@ -4,7 +4,8 @@ PortSystem 1.0
PortGroup python 1.0

name py-srs
version 0.30.9
version 1.0.3
revision 0
categories-append mail
license PSF
platforms darwin
@@ -14,15 +15,22 @@ description Sender Rewriting Scheme in Python
long_description ${description}

homepage http://bmsi.com/python/pysrs.html
master_sites http://bmsi.com/python/
master_sites pypi:p/pysrs
distname pysrs-${version}
checksums md5 d72c9d04ae8369ec8fc604dfba2fa069
checksums rmd160 462c5f42df618253e6d00651a12268e200115c0e \
sha256 1a6b6369d63fac44a50f7b3693816d9b6c7160f09e70b0b25ece570c953547d8 \
size 28829

python.versions 27

if {${name} ne ${subport}} {
post-destroot {
xinstall -m 644 -W ${worksrcpath} CHANGES PKG-INFO \
xinstall -m 0644 -W ${worksrcpath} CHANGES COPYING \
LICENSE.sendmail LICENSE.python \
${destroot}${prefix}/share/doc/${subport}
}

livecheck.type none
} else {
livecheck.name pysrs
}

0 comments on commit 7898142

Please sign in to comment.
You can’t perform that action at this time.