From 4b9cd91b06c7836e470c367d9d984bc427b44ab7 Mon Sep 17 00:00:00 2001 From: cs Date: Sun, 20 May 2012 18:23:04 +0000 Subject: - s/freshmeat/freecode - Update to 2.3 This port is based on a repocopy from misc/freshmeat-submit --- misc/freecode-submit/Makefile | 18 +++++++++--------- misc/freecode-submit/distinfo | 4 ++-- misc/freecode-submit/pkg-descr | 11 +++++------ 3 files changed, 16 insertions(+), 17 deletions(-) (limited to 'misc') diff --git a/misc/freecode-submit/Makefile b/misc/freecode-submit/Makefile index 66f020c9a904..fced5878475d 100644 --- a/misc/freecode-submit/Makefile +++ b/misc/freecode-submit/Makefile @@ -1,33 +1,33 @@ -# New ports collection makefile for: freshmeat-submit +# New ports collection makefile for: freecode-submit (before freshmeat-submit) # Date created: 2 Jan 2005 # Whom: x # # $FreeBSD$ # -PORTNAME= freshmeat-submit -PORTVERSION= 2.2 +PORTNAME= freecode-submit +PORTVERSION= 2.3 CATEGORIES= misc -MASTER_SITES= http://www.catb.org/~esr/freshmeat-submit/ \ +MASTER_SITES= http://www.catb.org/~esr/freecode-submit/ \ http://www.c-s.li/ports/ MAINTAINER= cs@FreeBSD.org -COMMENT= Submission of updates to Freshmeat via its XML-RPC +COMMENT= Submission of updates to Freecode via its JSON API LICENSE= BSD USE_PYTHON= yes NO_BUILD= yes -PLIST_FILES= bin/freshmeat-submit -MAN1= freshmeat-submit.1 +PLIST_FILES= bin/freecode-submit +MAN1= freecode-submit.1 .include do-install: ${MKDIR} ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/freshmeat-submit ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/freecode-submit ${PREFIX}/bin ${MKDIR} ${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/freshmeat-submit.1 ${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/freecode-submit.1 ${MAN1PREFIX}/man/man1 .include diff --git a/misc/freecode-submit/distinfo b/misc/freecode-submit/distinfo index 8b7bc676b0d7..a3c2e3d328b0 100644 --- a/misc/freecode-submit/distinfo +++ b/misc/freecode-submit/distinfo @@ -1,2 +1,2 @@ -SHA256 (freshmeat-submit-2.2.tar.gz) = 87b9a73505ad520da5b949baabd129d018d0c1bdf761dd707d61ff8a1315dda1 -SIZE (freshmeat-submit-2.2.tar.gz) = 18495 +SHA256 (freecode-submit-2.3.tar.gz) = 935159dea39693499792047df525ad19379a61f933e85f01eceef4e953f4177c +SIZE (freecode-submit-2.3.tar.gz) = 18713 diff --git a/misc/freecode-submit/pkg-descr b/misc/freecode-submit/pkg-descr index 8f99979e7a4a..b35d3e399538 100644 --- a/misc/freecode-submit/pkg-descr +++ b/misc/freecode-submit/pkg-descr @@ -1,7 +1,6 @@ -freshmeat-submit is a Python script that supports remote submission of -release updates to Freshmeat via its XML-RPC interface. It is intended -for use in project release scripts. It reads the metadata from an -RFC-2822-like message on standard input, possibly with overrides -by command-line switches. +freecode-submit is a script that supports remote submission of release updates +to Freecode via its JSON API. It is intended for use in project release scripts. +It reads the metadata from an RFC-2822-like message on standard input, possibly +with overrides by command-line switches. -WWW: http://www.catb.org/~esr/freshmeat-submit/ +WWW: http://catb.org/~esr/freecode-submit/index.html -- cgit