Date: Thu, 12 Jan 2017 14:43:18 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431275 - in head/misc/birthday: . files Message-ID: <201701121443.v0CEhIbA008234@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701121443.v0CEhIbA008234>