Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Feb 2015 16:17:45 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378603 - in head/dns: libasr libasr-devel
Message-ID:  <201502071617.t17GHjef074168@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Feb  7 16:17:44 2015
New Revision: 378603
URL: https://svnweb.freebsd.org/changeset/ports/378603
QAT: https://qat.redports.org/buildarchive/r378603/

Log:
  Fix numerous qa errors
  
  Pointy hat:	ashish

Modified:
  head/dns/libasr-devel/Makefile
  head/dns/libasr-devel/pkg-plist
  head/dns/libasr/Makefile
  head/dns/libasr/pkg-plist

Modified: head/dns/libasr-devel/Makefile
==============================================================================
--- head/dns/libasr-devel/Makefile	Sat Feb  7 16:07:33 2015	(r378602)
+++ head/dns/libasr-devel/Makefile	Sat Feb  7 16:17:44 2015	(r378603)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libasr
 PORTVERSION=	201501300026
+PORTREVISION=	1
 CATEGORIES=	dns
 MASTER_SITES=	http://www.opensmtpd.org/archives/ \
 		http://distfiles.pirateparty.in/ashish/
@@ -17,9 +18,9 @@ LICENSE_FILE=	${WRKSRC}/LICENCE
 
 CONFLICTS=	libasr-[0-9]*
 GNU_CONFIGURE=	yes
-CFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 
+USES=		libtool
 USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>

Modified: head/dns/libasr-devel/pkg-plist
==============================================================================
--- head/dns/libasr-devel/pkg-plist	Sat Feb  7 16:07:33 2015	(r378602)
+++ head/dns/libasr-devel/pkg-plist	Sat Feb  7 16:17:44 2015	(r378603)
@@ -1,6 +1,5 @@
-@comment $FreeBSD$
 include/asr.h
 lib/libasr.a
-lib/libasr.la
 lib/libasr.so
 lib/libasr.so.0
+lib/libasr.so.0.0.0

Modified: head/dns/libasr/Makefile
==============================================================================
--- head/dns/libasr/Makefile	Sat Feb  7 16:07:33 2015	(r378602)
+++ head/dns/libasr/Makefile	Sat Feb  7 16:17:44 2015	(r378603)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libasr
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	dns
 MASTER_SITES=	http://www.opensmtpd.org/archives/ \
 		http://distfiles.pirateparty.in/ashish/
@@ -16,9 +17,9 @@ LICENSE_FILE=	${WRKSRC}/LICENCE
 
 CONFLICTS=	libasr-devel-[0-9]*
 GNU_CONFIGURE=	yes
-CFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 
+USES=		libtool
 USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>

Modified: head/dns/libasr/pkg-plist
==============================================================================
--- head/dns/libasr/pkg-plist	Sat Feb  7 16:07:33 2015	(r378602)
+++ head/dns/libasr/pkg-plist	Sat Feb  7 16:17:44 2015	(r378603)
@@ -1,6 +1,5 @@
-@comment $FreeBSD$
 include/asr.h
 lib/libasr.a
-lib/libasr.la
 lib/libasr.so
 lib/libasr.so.0
+lib/libasr.so.0.0.1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502071617.t17GHjef074168>