summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--www/Makefile1
-rw-r--r--www/py-satchmo/Makefile59
-rw-r--r--www/py-satchmo/distinfo2
-rw-r--r--www/py-satchmo/pkg-descr3
5 files changed, 1 insertions, 65 deletions
diff --git a/MOVED b/MOVED
index 9c0265d323f5..b9cc31533e3a 100644
--- a/MOVED
+++ b/MOVED
@@ -8270,3 +8270,4 @@ devel/rubygem-coffee-rails41|devel/rubygem-coffee-rails4|2016-03-31|Has expired:
www/rubygem-railties41|www/rubygem-railties4|2016-03-31|Has expired: Rails 4.1 is no longer supported - please switch to Rails 4.2
devel/rubygem-jbuilder-rails41|devel/rubygem-jbuilder|2016-03-31|Has expired: Rails 4.1 is no longer supported - please switch to Rails 4.2
textproc/py-genshi-devel|textproc/py-genshi|2016-03-31|Has expired: The port is no longer updated and behind the main genshi port
+www/py-satchmo||2016-04-03|Has expired: Project development unmaintained
diff --git a/www/Makefile b/www/Makefile
index 8426b92d7f2f..d32c5e4102d8 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1763,7 +1763,6 @@
SUBDIR += py-rfc3987
SUBDIR += py-rhodecode
SUBDIR += py-routes
- SUBDIR += py-satchmo
SUBDIR += py-scgi
SUBDIR += py-scrapy
SUBDIR += py-scriptaculous
diff --git a/www/py-satchmo/Makefile b/www/py-satchmo/Makefile
deleted file mode 100644
index 3dc53a419913..000000000000
--- a/www/py-satchmo/Makefile
+++ /dev/null
@@ -1,59 +0,0 @@
-# Created by: Kevin Golding <ports@caomhin.org>
-# $FreeBSD$
-
-PORTNAME= satchmo
-PORTVERSION= 0.9.2
-PORTREVISION= 3
-CATEGORIES= www python
-MASTER_SITES= http://www.caomhin.org/ports/
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Shopping cart application for Django
-
-DEPRECATED= Project development unmaintained
-EXPIRATION_DATE= 2016-04-01
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_hg>=0.4:devel/py-setuptools_hg
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=1.2.3:www/py-django18 \
- ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:security/py-pycrypto \
- ${PYTHON_PKGNAMEPREFIX}reportlab1>=0:print/py-reportlab1 \
- ${PYTHON_PKGNAMEPREFIX}trml2pdf>=0:print/py-trml2pdf \
- ${PYTHON_PKGNAMEPREFIX}django-registration>=0.8:www/py-django-registration \
- ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml \
- ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow \
- ${PYTHON_PKGNAMEPREFIX}sorl-thumbnail<4:graphics/py-sorl-thumbnail \
- ${PYTHON_PKGNAMEPREFIX}django-caching-app-plugins>=0:www/py-django-caching-app-plugins \
- ${PYTHON_PKGNAMEPREFIX}django-keyedcache>=0:www/py-django-keyedcache \
- ${PYTHON_PKGNAMEPREFIX}django-livesettings>=0:www/py-django-livesettings \
- ${PYTHON_PKGNAMEPREFIX}django-signals-ahoy>=0:www/py-django-signals-ahoy \
- ${PYTHON_PKGNAMEPREFIX}django-threaded-multihost>=0:www/py-django-threaded-multihost
-
-USES= gettext python
-USE_PYTHON= distutils autoplist
-
-OPTIONS_DEFINE= SOUTH FEDEX AKISMET
-OPTIONS_DEFAULT=FEDEX
-
-SOUTH_DESC= Use South database migration tool for upgrades
-FEDEX_DESC= Use Fedex web services for shipping
-AKISMET_DESC= Use Akismet for spam filtering on product reviews
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MSOUTH}
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}south>=0.7.5:databases/py-south
-.endif
-
-.if ${PORT_OPTIONS:MFEDEX}
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}fedex>=1.0.13:www/py-fedex
-.endif
-
-.if ${PORT_OPTIONS:MAKISMET}
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}akismet>=0.2.0:devel/py-akismet
-.endif
-
-.include <bsd.port.mk>
diff --git a/www/py-satchmo/distinfo b/www/py-satchmo/distinfo
deleted file mode 100644
index 30ef3bdb6e08..000000000000
--- a/www/py-satchmo/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (satchmo-0.9.2.tar.gz) = 237f8c4cc17347e1aef1b45b21785fed136e6eb37975426e856cf445e39955f9
-SIZE (satchmo-0.9.2.tar.gz) = 2550334
diff --git a/www/py-satchmo/pkg-descr b/www/py-satchmo/pkg-descr
deleted file mode 100644
index 67f0969778a8..000000000000
--- a/www/py-satchmo/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Satchmo is a BSD-licensed shopping cart framework built on top of Django.
-
-WWW: http://www.satchmoproject.com/