From c1d228df0ff5a1c96e72c8169f6c0cf311e73d40 Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Sat, 21 Aug 2010 22:24:43 +0000 Subject: [PATCH] - Rename www/rssdler to www/py-rssdler PR: ports/148401 Submitted by: Anonymous (maintainer) --- MOVED | 1 + www/Makefile | 2 +- www/{rssdler => py-rssdler}/Makefile | 7 +++++-- www/{rssdler => py-rssdler}/distinfo | 0 www/{rssdler => py-rssdler}/pkg-descr | 0 www/{rssdler => py-rssdler}/pkg-plist | 0 6 files changed, 7 insertions(+), 3 deletions(-) rename www/{rssdler => py-rssdler}/Makefile (80%) rename www/{rssdler => py-rssdler}/distinfo (100%) rename www/{rssdler => py-rssdler}/pkg-descr (100%) rename www/{rssdler => py-rssdler}/pkg-plist (100%) diff --git a/MOVED b/MOVED index 758bfecb3d5b..cbfafe5ae7d4 100644 --- a/MOVED +++ b/MOVED @@ -4485,3 +4485,4 @@ www/gtkhtml38||2010-08-17|Removed, because there are no more users of this libra security/isolate||2010-08-17|Security vulnerability www/wordpress-mu|www/wordpress|2010-08-19|Multiuser support was incorporate in the upstream version archivers/py-tarfile||2010-08-21|Has expired: all development activity in this port has been merged into mainline python after 2.4 +www/rssdler|www/py-rssdler|2010-08-21|Rename to consistency with other Python ports diff --git a/www/Makefile b/www/Makefile index d60a5ff9a0cf..6741fbbdaaeb 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1457,6 +1457,7 @@ SUBDIR += py-recaptcha SUBDIR += py-restclient SUBDIR += py-routes + SUBDIR += py-rssdler SUBDIR += py-satchmo SUBDIR += py-scgi SUBDIR += py-scrapy @@ -1504,7 +1505,6 @@ SUBDIR += retawq SUBDIR += rnews SUBDIR += roundup - SUBDIR += rssdler SUBDIR += rssowl SUBDIR += rsstail SUBDIR += rsstool diff --git a/www/rssdler/Makefile b/www/py-rssdler/Makefile similarity index 80% rename from www/rssdler/Makefile rename to www/py-rssdler/Makefile index 05a2eb562bab..d15b60d89838 100644 --- a/www/rssdler/Makefile +++ b/www/py-rssdler/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: rssdler +# New ports collection makefile for: py-rssdler # Date created: 02 May 2010 # Whom: Anonymous # @@ -7,8 +7,10 @@ PORTNAME= rssdler PORTVERSION= 0.4.2 -CATEGORIES= www +PORTREVISION= 1 +CATEGORIES= www python MASTER_SITES= GOOGLE_CODE +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= swell.k@gmail.com COMMENT= Automatically grab link elements of an RSS feed @@ -21,6 +23,7 @@ USE_PYDISTUTILS=yes WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S/.//g} OPTIONS= MECHANIZE "Retrieve pages with mechanize" On +OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options .include diff --git a/www/rssdler/distinfo b/www/py-rssdler/distinfo similarity index 100% rename from www/rssdler/distinfo rename to www/py-rssdler/distinfo diff --git a/www/rssdler/pkg-descr b/www/py-rssdler/pkg-descr similarity index 100% rename from www/rssdler/pkg-descr rename to www/py-rssdler/pkg-descr diff --git a/www/rssdler/pkg-plist b/www/py-rssdler/pkg-plist similarity index 100% rename from www/rssdler/pkg-plist rename to www/py-rssdler/pkg-plist