From owner-svn-ports-all@freebsd.org Sun Mar 26 04:52:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05794D197B6; Sun, 26 Mar 2017 04:52:18 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B004514AD; Sun, 26 Mar 2017 04:52:17 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2Q4qGsH078639; Sun, 26 Mar 2017 04:52:16 GMT (envelope-from araujo@FreeBSD.org) Received: (from araujo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2Q4qG3i078637; Sun, 26 Mar 2017 04:52:16 GMT (envelope-from araujo@FreeBSD.org) Message-Id: <201703260452.v2Q4qG3i078637@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: araujo set sender to araujo@FreeBSD.org using -f From: Marcelo Araujo Date: Sun, 26 Mar 2017 04:52:16 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Mar 2017 04:52:18 -0000 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