From owner-svn-ports-all@freebsd.org Wed Jun 14 16:10:52 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 C37F2B95C6F; Wed, 14 Jun 2017 16:10:52 +0000 (UTC) (envelope-from sunpoet@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 932206E198; Wed, 14 Jun 2017 16:10:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5EGApee058970; Wed, 14 Jun 2017 16:10:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5EGApdU058968; Wed, 14 Jun 2017 16:10:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706141610.v5EGApdU058968@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 14 Jun 2017 16:10:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443588 - in head/sysutils/tty-clock: . 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: Wed, 14 Jun 2017 16:10:52 -0000 Author: sunpoet Date: Wed Jun 14 16:10:51 2017 New Revision: 443588 URL: https://svnweb.freebsd.org/changeset/ports/443588 Log: Update to 2.3 - Take maintainership Deleted: head/sysutils/tty-clock/files/ Modified: head/sysutils/tty-clock/Makefile head/sysutils/tty-clock/distinfo Modified: head/sysutils/tty-clock/Makefile ============================================================================== --- head/sysutils/tty-clock/Makefile Wed Jun 14 16:10:46 2017 (r443587) +++ head/sysutils/tty-clock/Makefile Wed Jun 14 16:10:51 2017 (r443588) @@ -2,35 +2,30 @@ # $FreeBSD$ PORTNAME= tty-clock -PORTVERSION= 2.0.0 -PORTREVISION= 1 +PORTVERSION= 2.3 +DISTVERSIONPREFIX= v CATEGORIES= sysutils -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Terminal based clock LICENSE= BSD3CLAUSE -USE_GITHUB= yes -GH_ACCOUNT= xorg62 -GH_TAGNAME= a82fd71 - -USES= ncurses ALL_TARGET= tty-clock +LDFLAGS+= -lncursesw +USES= gmake ncurses pkgconfig -PLIST_FILES= bin/tty-clock +PLIST_FILES= bin/tty-clock \ + man/man1/tty-clock.1.gz +GH_ACCOUNT= xorg62 +USE_GITHUB= yes + post-patch: - @${REINPLACE_CMD} -e \ - '/^CC/s| =| ?=| ; \ - s|/usr/local|$${PREFIX}| ; \ - /^CFLAGS/s| =| +=| ; \ - s|-Wall -g|-Wall| ; \ - /^LDFLAGS/s| =| +=| ; \ - /@echo /s|^|#| ; \ - s|@$${CC} |$${CC} | ; \ - s|@cp |$${BSD_INSTALL_PROGRAM} | ; \ - s| $${INSTALLPATH}| $${DESTDIR}$${INSTALLPATH}| ; \ - /@chmod /s|^|#|' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's|share/man|man|; s| -g||; /@echo /d; /@chmod/d' ${WRKSRC}/Makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/tty-clock ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/tty-clock.1 ${STAGEDIR}${PREFIX}/man/man1/ .include Modified: head/sysutils/tty-clock/distinfo ============================================================================== --- head/sysutils/tty-clock/distinfo Wed Jun 14 16:10:46 2017 (r443587) +++ head/sysutils/tty-clock/distinfo Wed Jun 14 16:10:51 2017 (r443588) @@ -1,2 +1,3 @@ -SHA256 (xorg62-tty-clock-2.0.0-a82fd71_GH0.tar.gz) = 6123eff580a0f5f6e61d0ab8e4c74a4c97d9bb31fe9cd5c66c01c721da87eacc -SIZE (xorg62-tty-clock-2.0.0-a82fd71_GH0.tar.gz) = 5028 +TIMESTAMP = 1497207906 +SHA256 (xorg62-tty-clock-v2.3_GH0.tar.gz) = 343e119858db7d5622a545e15a3bbfde65c107440700b62f9df0926db8f57984 +SIZE (xorg62-tty-clock-v2.3_GH0.tar.gz) = 7764