Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2020 21:26:31 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527301 - in head/deskutils/countdown: . files
Message-ID:  <202002272126.01RLQV6l006317@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <neel@neelc.org> (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 <bsd.port.mk>

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/



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