svn commit: r378603 - in head/dns: libasr libasr-devel
Antoine Brodin
antoine at FreeBSD.org
Sat Feb 7 16:17:46 UTC 2015
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 @@
- at 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 @@
- at comment $FreeBSD$
include/asr.h
lib/libasr.a
-lib/libasr.la
lib/libasr.so
lib/libasr.so.0
+lib/libasr.so.0.0.1
More information about the svn-ports-all
mailing list