svn commit: r359488 - head/mail/opendmarc

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jun 27 09:48:02 UTC 2014


Author: amdmi3
Date: Fri Jun 27 09:48:01 2014
New Revision: 359488
URL: http://svnweb.freebsd.org/changeset/ports/359488
QAT: https://qat.redports.org/buildarchive/r359488/

Log:
  - Switch to USES=libtool, drop .la files
  
  Approved by:	portmgr blanket

Modified:
  head/mail/opendmarc/Makefile
  head/mail/opendmarc/pkg-plist

Modified: head/mail/opendmarc/Makefile
==============================================================================
--- head/mail/opendmarc/Makefile	Fri Jun 27 09:26:26 2014	(r359487)
+++ head/mail/opendmarc/Makefile	Fri Jun 27 09:48:01 2014	(r359488)
@@ -3,6 +3,7 @@
 
 PORTNAME=	opendmarc
 PORTVERSION=	1.2.0
+PORTREVISION=	1
 CATEGORIES=	mail security
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	${PORTNAME} \
@@ -19,7 +20,7 @@ LICENSE_GROUPS_SENDMAIL=	FSF OSI
 LICENSE_NAME_SENDMAIL=	Sendmail Open Source License
 LICENSE_PERMS_SENDMAIL=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-USES=		shebangfix
+USES=		libtool shebangfix
 SHEBANG_FILES=	reports/opendmarc-expire.in \
 		reports/opendmarc-import.in \
 		reports/opendmarc-params.in \

Modified: head/mail/opendmarc/pkg-plist
==============================================================================
--- head/mail/opendmarc/pkg-plist	Fri Jun 27 09:26:26 2014	(r359487)
+++ head/mail/opendmarc/pkg-plist	Fri Jun 27 09:48:01 2014	(r359488)
@@ -9,8 +9,8 @@ man/man8/opendmarc-importstats.8.gz
 etc/mail/opendmarc.conf.sample
 include/opendmarc/dmarc.h
 lib/libopendmarc.a
-lib/libopendmarc.la
 lib/libopendmarc.so.1
+lib/libopendmarc.so.1.0.2
 lib/libopendmarc.so
 sbin/opendmarc
 sbin/opendmarc-check


More information about the svn-ports-head mailing list