From owner-svn-ports-head@freebsd.org Thu Feb 27 21:26:33 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6266224FB21; Thu, 27 Feb 2020 21:26:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48T5MY1Hpxz4Y3Q; Thu, 27 Feb 2020 21:26:33 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3848D1F1A9; Thu, 27 Feb 2020 21:26:32 +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 01RLQWok006322; Thu, 27 Feb 2020 21:26:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01RLQV6l006317; Thu, 27 Feb 2020 21:26:31 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202002272126.01RLQV6l006317@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 27 Feb 2020 21:26:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527301 - in head/deskutils/countdown: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/deskutils/countdown: . files X-SVN-Commit-Revision: 527301 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Feb 2020 21:26:33 -0000 Author: sunpoet Date: Thu Feb 27 21:26:31 2020 New Revision: 527301 URL: https://svnweb.freebsd.org/changeset/ports/527301 Log: Reset maintainership - While I'm here: - Update MASTER_SITES - Clean up Makefile - Update manpage location (r523104) - Update WWW - Take maintainership PR: 244449 Submitted by: Neel Chauhan (maintainer) Deleted: head/deskutils/countdown/files/ Modified: head/deskutils/countdown/Makefile head/deskutils/countdown/pkg-descr Modified: head/deskutils/countdown/Makefile ============================================================================== --- head/deskutils/countdown/Makefile Thu Feb 27 21:26:26 2020 (r527300) +++ head/deskutils/countdown/Makefile Thu Feb 27 21:26:31 2020 (r527301) @@ -3,22 +3,21 @@ PORTNAME= countdown PORTVERSION= 20150606 CATEGORIES= deskutils -MASTER_SITES= http://acme.com/software/countdown/ +MASTER_SITES= https://acme.com/software/countdown/ DISTNAME= ${PORTNAME}_06jun2015 -MAINTAINER= neel@neelc.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Counts down a specified time interval, beeps, then exits LICENSE= BSD2CLAUSE -WRKSRC= ${WRKDIR}/${PORTNAME} -PLIST_FILES= bin/countdown man/man1/countdown.1.gz +WRKSRC= ${WRKDIR}/countdown -MAKEFILE= /dev/null -ALL_TARGET= ${PORTNAME} +PLIST_FILES= bin/countdown \ + share/man/man1/countdown.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/countdown ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/countdown.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/countdown.1 + ${INSTALL_MAN} ${WRKSRC}/countdown.1 ${STAGEDIR}${MAN1PREFIX}/share/man/man1/countdown.1 .include Modified: head/deskutils/countdown/pkg-descr ============================================================================== --- head/deskutils/countdown/pkg-descr Thu Feb 27 21:26:26 2020 (r527300) +++ head/deskutils/countdown/pkg-descr Thu Feb 27 21:26:31 2020 (r527301) @@ -1,3 +1,3 @@ This program counts down a specified time interval, then beeps and exits. -WWW: http://www.acme.com/software/countdown/ +WWW: https://acme.com/software/countdown/