Date: Sun, 17 Sep 2017 14:41:35 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450004 - head/news/cnews Message-ID: <201709171441.v8HEfZLI092969@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dinoex Date: Sun Sep 17 14:41:35 2017 New Revision: 450004 URL: https://svnweb.freebsd.org/changeset/ports/450004 Log: - update to pgpverify-1.29 - new option GPGPV Modified: head/news/cnews/Makefile head/news/cnews/distinfo Modified: head/news/cnews/Makefile ============================================================================== --- head/news/cnews/Makefile Sun Sep 17 14:29:06 2017 (r450003) +++ head/news/cnews/Makefile Sun Sep 17 14:41:35 2017 (r450004) @@ -3,7 +3,7 @@ PORTNAME= cnews PORTVERSION= cr.g -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= news MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/c-news/ \ ftp://ftp.funet.fi/pub/unix/news/cnews/ \ @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/c-news/ \ ftp://ftp.dinoex.org/pub/c-news/:pgp DISTNAME= c-news DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - pgpverify-1.12:pgp + pgpverify-1.29:pgp EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= ftp://ftp.dinoex.org/pub/c-news/ @@ -26,8 +26,7 @@ PATCHFILES= c-news-patch-fileart.c c-news-patch-namele c-news-patch-y2k-2 \ c-news-patch-inews-path \ c-news-patch-gawk3 \ - c-news-patch-ansi \ - c-news-patch-pgpverify-1.12-perl4 + c-news-patch-ansi MAINTAINER= dinoex@FreeBSD.org COMMENT= News server @@ -71,17 +70,21 @@ PLIST_SUB+= NEWSCTL_FILES="${NEWSCTL_FILES}" OPTIONS_DEFINE= SENDMAIL EXAMPLES OPTIONS_DEFAULT=PGPGPG OPTIONS_SINGLE= VERIFY -OPTIONS_SINGLE_VERIFY= PGPIN PGPGPG +OPTIONS_SINGLE_VERIFY= PGPIN PGPGPG GPGPV SENDMAIL_DESC= use sendmail instead of /bin/mail PGPIN_DESC= use pgp-2.6.3in for control messages PGPGPG_DESC= use pgpgpg for control messages +GPGPV_DESC= use gpgv from gnupg1 for control messages +PGPIN_RUN_DEPENDS= pgpin:security/pgpin +PGPGPG_RUN_DEPENDS= pgpgpg:security/pgpgpg +GPGPV_RUN_DEPENDS= gpgv:security/gnupg1 VARBASE?= /var NEWSBIN?= ${PREFIX}/libexec/cnews NEWSCTL?= ${VARBASE}/lib/news NEWSARTS?= ${VARBASE}/news NEWSOV?= ${VARBASE}/news/over.view -PGPVERIFY?= pgpverify-1.12 +PGPVERIFY?= pgpverify-1.29 .include <bsd.port.options.mk> @@ -115,6 +118,10 @@ pre-configure: .endif .if ${PORT_OPTIONS:MPGPGPG} ${REINPLACE_CMD} -e "s|'/usr/local/bin/pgp'|'/usr/local/bin/pgpgpg'|" \ + ${WRKSRC}/${PGPVERIFY} +.endif +.if ${PORT_OPTIONS:MGPGPV} + ${REINPLACE_CMD} -e "s|^# $$gpgv|$$gpgv|" \ ${WRKSRC}/${PGPVERIFY} .endif Modified: head/news/cnews/distinfo ============================================================================== --- head/news/cnews/distinfo Sun Sep 17 14:29:06 2017 (r450003) +++ head/news/cnews/distinfo Sun Sep 17 14:41:35 2017 (r450004) @@ -1,8 +1,8 @@ -TIMESTAMP = 1478588176 +TIMESTAMP = 1505201300 SHA256 (c-news/c-news.tar.Z) = 897ffa8e05bcf3fe8734cf83c893ca78416266665e06106ff52b733d319835d3 SIZE (c-news/c-news.tar.Z) = 676481 -SHA256 (c-news/pgpverify-1.12) = 8c96efad40f06ffd520eb41bc5fd84233718b92b55c3e140c9b9e6e1d22d0a88 -SIZE (c-news/pgpverify-1.12) = 16510 +SHA256 (c-news/pgpverify-1.29) = 457ee3c3439a9b3a5d3eee76e6342b8c56334b12a88221b053c19c4add0f04f9 +SIZE (c-news/pgpverify-1.29) = 33835 SHA256 (c-news/c-news-patch-fileart.c) = fd45eadc39af53dc7c7aef60446e27ef110cfe53d0a6ae17131aa793869317bc SIZE (c-news/c-news-patch-fileart.c) = 841 SHA256 (c-news/c-news-patch-namelen) = e247c5c4e003dbf03b1f3a1d725097883a02b26b2bf445d7fb777d4395bd23b6
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709171441.v8HEfZLI092969>