Index: head/deskutils/remind/Makefile =================================================================== --- head/deskutils/remind/Makefile (revision 505100) +++ head/deskutils/remind/Makefile (revision 505101) @@ -1,83 +1,81 @@ # Created by: Lewis Thompson # $FreeBSD$ PORTNAME= remind -PORTVERSION= 3.1.15 -PORTREVISION= 1 +PORTVERSION= 3.1.16 CATEGORIES= deskutils -MASTER_SITES= http://www.roaringpenguin.com/files/download/ \ - http://freebsd.unixfreunde.de/sources/ -DISTNAME= ${PORTNAME}-03.01.15 +MASTER_SITES= https://dianne.skoll.ca/projects/remind/download/ +DISTNAME= ${PORTNAME}-03.01.16 MAINTAINER= jadawin@FreeBSD.org COMMENT= Sophisticated calendar and alarm program LICENSE= GPLv2 OPTIONS_DEFINE= TCLTK GNU_CONFIGURE= yes MAKE_ARGS= INSTALL_SCRIPT="${INSTALL_SCRIPT}" PLIST_FILES= bin/rem \ bin/rem2ps \ bin/remind \ man/man1/rem.1.gz \ man/man1/rem2ps.1.gz \ man/man1/remind.1.gz .include .if ${PORT_OPTIONS:MTCLTK} USES= tk RUN_DEPENDS+= dtplite:devel/tcllib PLIST_FILES+= bin/cm2rem.tcl bin/tkremind .endif post-patch: # This seems more than a little ugly. .if defined(LAT_DEG) @${REINPLACE_CMD} -e 's#LAT_DEG 45#LAT_DEG ${LAT_DEG}#' ${WRKSRC}/src/custom.h .endif .if defined(LAT_MIN) @${REINPLACE_CMD} -e 's#LAT_MIN 24#LAT_MIN ${LAT_MIN}#' ${WRKSRC}/src/custom.h .endif .if defined(LAT_SEC) @${REINPLACE_CMD} -e 's#LAT_SEC 0#LAT_SEC ${LAT_SEC}#' ${WRKSRC}/src/custom.h .endif .if defined(LON_DEG) @${REINPLACE_CMD} -e 's#LON_DEG 75#LON_DEG ${LON_DEG}#' ${WRKSRC}/src/custom.h .endif .if defined(LON_MIN) @${REINPLACE_CMD} -e 's#LON_MIN 39#LON_MIN ${LON_MIN}#' ${WRKSRC}/src/custom.h .endif .if defined(LON_SEC) @${REINPLACE_CMD} -e 's#LON_SEC 0#LON_SEC ${LON_SEC}#' ${WRKSRC}/src/custom.h .endif .if defined(LOCATION) @${REINPLACE_CMD} -e 's#Ottawa#${LOCATION}#' ${WRKSRC}/src/custom.h .endif .if defined(A4) @${REINPLACE_CMD} -e 's#"Letter", 612, 792#"A4", 595, 842#' ${WRKSRC}/src/custom.h .endif .if ${PORT_OPTIONS:MTCLTK} @${REINPLACE_CMD} -e 's,wish,${WISH},' ${WRKSRC}/scripts/tkremind @${REINPLACE_CMD} -e 's,tclsh,${TCLSH},' ${WRKSRC}/scripts/cm2rem.tcl .endif do-install: .for i in rem2ps remind ${INSTALL_PROGRAM} ${WRKSRC}/src/${i} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/${i}.1 ${STAGEDIR}${PREFIX}/man/man1 .endfor ${INSTALL_MAN} ${WRKSRC}/man/rem.1 ${STAGEDIR}${PREFIX}/man/man1 ${LN} -sf ../bin/remind ${STAGEDIR}${PREFIX}/bin/rem .if ${PORT_OPTIONS:MTCLTK} ${INSTALL_SCRIPT} ${WRKSRC}/scripts/cm2rem.tcl ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/scripts/tkremind ${STAGEDIR}${PREFIX}/bin .for i in cm2rem tkremind ${INSTALL_MAN} ${WRKSRC}/man/${i}.1 ${STAGEDIR}${PREFIX}/man/man1 .endfor .endif .include Index: head/deskutils/remind/distinfo =================================================================== --- head/deskutils/remind/distinfo (revision 505100) +++ head/deskutils/remind/distinfo (revision 505101) @@ -1,2 +1,3 @@ -SHA256 (remind-03.01.15.tar.gz) = 8adab4c0b30a556c34223094c5c74779164d5f3b8be66b8039f44b577e678ec1 -SIZE (remind-03.01.15.tar.gz) = 363101 +TIMESTAMP = 1559907097 +SHA256 (remind-03.01.16.tar.gz) = eeb79bd4019d23a033fe3e86c672d960399db6a27c747e5b466ad55831dfca93 +SIZE (remind-03.01.16.tar.gz) = 354521 Index: head/deskutils/remind/pkg-descr =================================================================== --- head/deskutils/remind/pkg-descr (revision 505100) +++ head/deskutils/remind/pkg-descr (revision 505101) @@ -1,13 +1,13 @@ Remind is a sophisticated calendar and alarm program. It includes the following features: * A sophisticated scripting language and intelligent handling of exceptions and holidays. * Plain-text, PostScript and HTML output. * Timed reminders and pop-up alarms. * A friendly graphical front-end for people who don't want to learn the scripting language. * Facilities for both the Gregorian and Hebrew calendars. * Support for 12 different languages. -WWW: http://www.roaringpenguin.com/products/remind/ +WWW: https://dianne.skoll.ca/projects/remind/