From owner-svn-ports-all@freebsd.org Thu Jan 12 14:43:19 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 59DC5CABD31; Thu, 12 Jan 2017 14:43:19 +0000 (UTC) (envelope-from ehaupt@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 0F3361098; Thu, 12 Jan 2017 14:43:18 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0CEhIBL008237; Thu, 12 Jan 2017 14:43:18 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0CEhIbA008234; Thu, 12 Jan 2017 14:43:18 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201701121443.v0CEhIbA008234@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Thu, 12 Jan 2017 14:43:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431275 - in head/misc/birthday: . 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: Thu, 12 Jan 2017 14:43:19 -0000 Author: ehaupt Date: Thu Jan 12 14:43:17 2017 New Revision: 431275 URL: https://svnweb.freebsd.org/changeset/ports/431275 Log: Update to 1.6.2 Deleted: head/misc/birthday/files/ Modified: head/misc/birthday/Makefile head/misc/birthday/distinfo head/misc/birthday/pkg-descr Modified: head/misc/birthday/Makefile ============================================================================== --- head/misc/birthday/Makefile Thu Jan 12 14:40:01 2017 (r431274) +++ head/misc/birthday/Makefile Thu Jan 12 14:43:17 2017 (r431275) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= birthday -PORTVERSION= 1.5 +PORTVERSION= 1.6.2 CATEGORIES= misc -MASTER_SITES= http://users.zetnet.co.uk/mortia/source/ +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Outputs reminders for upcoming events (e.g. birthdays) @@ -12,18 +12,16 @@ COMMENT= Outputs reminders for upcoming LICENSE= ART10 GPLv2 LICENSE_COMB= dual -PLIST_FILES= bin/birthday man/man1/birthday.1.gz +USES= gmake tar:bzip2 -USES= gmake -MAKEFILE= ${WRKSRC}/Makefile.gnu ALL_TARGET= birthday MAKE_ARGS= CFLAGS="${CFLAGS} -DUNIX" -do-configure: - cd ${WRKSRC} && ${MAKE} Makefile.gnu +PLIST_FILES= bin/birthday man/man1/birthday.1.gz do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/birthday ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/birthday.man ${STAGEDIR}${MAN1PREFIX}/man/man1/birthday.1 + ${INSTALL_PROGRAM} ${WRKSRC}/birthday ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/birthday.man \ + ${STAGEDIR}${MAN1PREFIX}/man/man1/birthday.1 .include Modified: head/misc/birthday/distinfo ============================================================================== --- head/misc/birthday/distinfo Thu Jan 12 14:40:01 2017 (r431274) +++ head/misc/birthday/distinfo Thu Jan 12 14:43:17 2017 (r431275) @@ -1,2 +1,3 @@ -SHA256 (birthday-1.5.tar.gz) = a34565f49adb80e605d2db387eeb30dfac61cec3b12c575e9f9ed52ed7ada1e7 -SIZE (birthday-1.5.tar.gz) = 35689 +TIMESTAMP = 1484229190 +SHA256 (birthday-1.6.2.tar.bz2) = 355ad07ad3312d8f5c5b54c71596ac3a0e706c539167900d73cb65df30c8e2f4 +SIZE (birthday-1.6.2.tar.bz2) = 85617 Modified: head/misc/birthday/pkg-descr ============================================================================== --- head/misc/birthday/pkg-descr Thu Jan 12 14:40:01 2017 (r431274) +++ head/misc/birthday/pkg-descr Thu Jan 12 14:43:17 2017 (r431275) @@ -2,3 +2,5 @@ Birthday displays a list of events which based on a config file (~/.birthdays) in the user's home directory. Used in a user's .profile or crontab it can save the day for many a terminally disorganised soul... + +WWW: https://sourceforge.net/projects/birthday/