diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2014-07-14 08:58:26 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2014-07-14 08:58:26 +0000 |
commit | 36c22f740b74e831df02c32896e7f85fbab7c8aa (patch) | |
tree | 2f0906860a5e59e771d72f5c5a9b6d96a907477e /mail | |
parent | 1ee376868bb3c67e725d0fa94447a1f8e2b1917a (diff) |
mail/libsrs2:
- add CONFLICTS with p5-Mail-SRS
- USES libtool
- take maintainership
Notes
Notes:
svn path=/head/; revision=361740
Diffstat (limited to 'mail')
-rw-r--r-- | mail/libsrs2/Makefile | 11 | ||||
-rw-r--r-- | mail/libsrs2/pkg-plist | 1 |
2 files changed, 9 insertions, 3 deletions
diff --git a/mail/libsrs2/Makefile b/mail/libsrs2/Makefile index 82978aecbda2..e8a879a53b06 100644 --- a/mail/libsrs2/Makefile +++ b/mail/libsrs2/Makefile @@ -3,16 +3,21 @@ PORTNAME= libsrs2 PORTVERSION= 1.0.18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.libsrs2.org/%SUBDIR%/ MASTER_SITE_SUBDIR= srs -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pi@FreeBSD.org COMMENT= Sender Rewriting Scheme 2 C Implementation -USE_AUTOTOOLS= libtool +CONFLICTS= p5-Mail-SRS* + +USES= libtool:keepla USE_LDCONFIG= yes GNU_CONFIGURE= yes +post-stage: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsrs2.so.0.0.0 + .include <bsd.port.mk> diff --git a/mail/libsrs2/pkg-plist b/mail/libsrs2/pkg-plist index db1c771419d8..5207d1545177 100644 --- a/mail/libsrs2/pkg-plist +++ b/mail/libsrs2/pkg-plist @@ -4,3 +4,4 @@ lib/libsrs2.a lib/libsrs2.la lib/libsrs2.so lib/libsrs2.so.0 +lib/libsrs2.so.0.0.0 |