Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Mar 2017 04:52:16 +0000 (UTC)
From:      Marcelo Araujo <araujo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r436932 - in head/sysutils/ucspi-unix: . files
Message-ID:  <201703260452.v2Q4qG3i078637@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: araujo
Date: Sun Mar 26 04:52:16 2017
New Revision: 436932
URL: https://svnweb.freebsd.org/changeset/ports/436932

Log:
  - Update to 1.0.
  - Take maintainership.

Deleted:
  head/sysutils/ucspi-unix/files/
Modified:
  head/sysutils/ucspi-unix/Makefile
  head/sysutils/ucspi-unix/distinfo

Modified: head/sysutils/ucspi-unix/Makefile
==============================================================================
--- head/sysutils/ucspi-unix/Makefile	Sun Mar 26 04:49:52 2017	(r436931)
+++ head/sysutils/ucspi-unix/Makefile	Sun Mar 26 04:52:16 2017	(r436932)
@@ -2,22 +2,20 @@
 # $FreeBSD$
 
 PORTNAME=	ucspi-unix
-PORTVERSION=	0.36
-PORTREVISION=	5
+PORTVERSION=	1.0
 CATEGORIES=	sysutils
 MASTER_SITES=	http://untroubled.org/${PORTNAME}/archive/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	araujo@FreeBSD.org
 COMMENT=	Unix-domain socket client-server command-line tools
 
 LICENSE=	GPLv2
 
 BUILD_DEPENDS=	${BGLIBS_LIB}/libbg.a:devel/bglibs
 
+USES=		libtool:build localbase:ldflags
 BGLIBS_INC=	${LOCALBASE}/include/bglibs
 BGLIBS_LIB=	${LOCALBASE}/lib/bglibs
-CFLAGS+=	-I${BGLIBS_INC}
-LDFLAGS+=	-L${BGLIBS_LIB}
 
 PLIST_FILES=	bin/unixcat bin/unixclient bin/unixserver \
 		man/man1/unixclient.1.gz man/man1/unixserver.1.gz
@@ -37,7 +35,11 @@ post-patch: .SILENT
 	${ECHO_CMD} "${BGLIBS_LIB}"	> ${WRKSRC}/conf-bglibs
 
 do-install:
-	cd ${WRKSRC} && ./installer
+	${INSTALL_SCRIPT} ${WRKSRC}/unixcat ${STAGEDIR}${PREFIX}/bin/
+	${INSTALL_PROGRAM} ${WRKSRC}/unixclient ${STAGEDIR}${PREFIX}/bin/
+	${INSTALL_PROGRAM} ${WRKSRC}/unixserver ${STAGEDIR}${PREFIX}/bin/
+	${INSTALL_MAN} ${WRKSRC}/unixclient.1 ${STAGEDIR}${MANPREFIX}/man/man1/
+	${INSTALL_MAN} ${WRKSRC}/unixserver.1 ${STAGEDIR}${MANPREFIX}/man/man1/
 
 do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}

Modified: head/sysutils/ucspi-unix/distinfo
==============================================================================
--- head/sysutils/ucspi-unix/distinfo	Sun Mar 26 04:49:52 2017	(r436931)
+++ head/sysutils/ucspi-unix/distinfo	Sun Mar 26 04:52:16 2017	(r436932)
@@ -1,2 +1,3 @@
-SHA256 (ucspi-unix-0.36.tar.gz) = 428d23fcc91b4dd66f64932978cd26316b82d2599cff7a512690ff1ec9df02e2
-SIZE (ucspi-unix-0.36.tar.gz) = 14175
+TIMESTAMP = 1490366497
+SHA256 (ucspi-unix-1.0.tar.gz) = 5a1a19f891668ff041fc16a4bf77abeb3cb4380cdaab6ffae5a7f89ab599dd37
+SIZE (ucspi-unix-1.0.tar.gz) = 17391



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