svn commit: r361402 - in head/net/ossp-sa: . files

Tijl Coosemans tijl at FreeBSD.org
Wed Jul 9 18:55:49 UTC 2014


Author: tijl
Date: Wed Jul  9 18:55:48 2014
New Revision: 361402
URL: http://svnweb.freebsd.org/changeset/ports/361402
QAT: https://qat.redports.org/buildarchive/r361402/

Log:
  - New LIB_DEPENDS syntax
  - USES=libtool pathfix
  - Use MAKE_CMD

Deleted:
  head/net/ossp-sa/files/patch-Makefile.in
Modified:
  head/net/ossp-sa/Makefile
  head/net/ossp-sa/pkg-plist

Modified: head/net/ossp-sa/Makefile
==============================================================================
--- head/net/ossp-sa/Makefile	Wed Jul  9 18:51:39 2014	(r361401)
+++ head/net/ossp-sa/Makefile	Wed Jul  9 18:55:48 2014	(r361402)
@@ -3,22 +3,24 @@
 
 PORTNAME=	sa
 PORTVERSION=	1.2.6
+PORTREVISION=	1
 CATEGORIES=	net ipv6
 MASTER_SITES=	${MASTER_SITE_OSSP}
 MASTER_SITE_SUBDIR=	lib/${PORTNAME}
 PKGNAMEPREFIX=	ossp-
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	An abstraction library for the Unix socket API
+COMMENT=	Abstraction library for the Unix socket API
 
-LIB_DEPENDS=	ex.10:${PORTSDIR}/devel/ossp-ex
+LIB_DEPENDS=	libex.so:${PORTSDIR}/devel/ossp-ex
 
-USES=		gmake
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-ex=${LOCALBASE}
+USES=		gmake libtool pathfix
 USE_LDCONFIG=	yes
 
-check:	build
-	@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
+regression-test check: build
+	@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \
+		${MAKEFILE} ${MAKE_ARGS} check)
 
 .include <bsd.port.mk>

Modified: head/net/ossp-sa/pkg-plist
==============================================================================
--- head/net/ossp-sa/pkg-plist	Wed Jul  9 18:51:39 2014	(r361401)
+++ head/net/ossp-sa/pkg-plist	Wed Jul  9 18:55:48 2014	(r361402)
@@ -1,8 +1,8 @@
 bin/sa-config
 include/sa.h
 lib/libsa.a
-lib/libsa.la
 lib/libsa.so
 lib/libsa.so.12
+lib/libsa.so.12.0.26
 libdata/pkgconfig/sa.pc
 man/man3/sa.3.gz


More information about the svn-ports-all mailing list