aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2011-06-02 05:55:13 +0800
committerrene <rene@FreeBSD.org>2011-06-02 05:55:13 +0800
commit737e9f6837c759dd659dd1ce112d3bb359a69cb7 (patch)
treefdb4d0114fa41a35e6997ad2be822adc13975a8a /comms
parent4e96158311d25d23e886e83f8ad3a1f4ead373d7 (diff)
downloadfreebsd-ports-graphics-737e9f6837c759dd659dd1ce112d3bb359a69cb7.tar.gz
freebsd-ports-graphics-737e9f6837c759dd659dd1ce112d3bb359a69cb7.tar.zst
freebsd-ports-graphics-737e9f6837c759dd659dd1ce112d3bb359a69cb7.zip
Remove expired ports:
2011-05-01 german/citrix_xenapp: "crashes with f10" 2011-05-01 japanese/citrix_xenapp: "crashes with f10" 2011-05-01 net/citrix_xenapp: "crashes with f10" 2011-05-11 comms/gammu-python: since version 1.29.0 comms/gammu uses python by default 2011-05-01 java/gj: Upstream disapear and distfile is no more available 2011-05-09 net/ipv6socket_scrub: Upstream disapear and distfile is no more available 2011-05-13 graphics/lodju: depends on rep-gtk, which doesn't build anymore. 2011-05-01 www/mod_pubcookie: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now 2011-05-01 ftp/prozilla: Upstream disapear and distfile is no more available 2011-05-01 www/py-django11: Unsupported (no longer receive security updates or bugfixes) 2011-05-13 x11-toolkits/rep-gtk: missing rep-config from librep port broke the build. 2011-05-01 games/tnl: Upstream development has ceased, it doesn't work with newer CEGUI and is generally broken 2011-06-01 net/vnc2swf: Development is now superseded by deskutils/vnc2flv
Diffstat (limited to 'comms')
-rw-r--r--comms/Makefile1
-rw-r--r--comms/gammu-python/Makefile19
2 files changed, 0 insertions, 20 deletions
diff --git a/comms/Makefile b/comms/Makefile
index eaae26d84e5..8ce742db73d 100644
--- a/comms/Makefile
+++ b/comms/Makefile
@@ -34,7 +34,6 @@
SUBDIR += flwrap
SUBDIR += gammu
SUBDIR += gammu-devel
- SUBDIR += gammu-python
SUBDIR += garmin-utils
SUBDIR += geoid
SUBDIR += ghfaxviewer
diff --git a/comms/gammu-python/Makefile b/comms/gammu-python/Makefile
deleted file mode 100644
index 9204e09a312..00000000000
--- a/comms/gammu-python/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# New ports collection makefile for: comms/gammu-python
-# Date created: 14 May 2010
-# Whom: bsam
-#
-# $FreeBSD$
-#
-
-PKGNAMESUFFIX= -python
-
-CONFLICTS= gammu-[1-9]* gammu-devel-[1-9]*
-
-DEPRECATED= since version 1.29.0 comms/gammu uses python by default
-EXPIRATION_DATE= 2011-05-11
-
-WITH_PYTHON_GAMMU= yes
-
-MASTERDIR= ${.CURDIR}/../gammu
-
-.include "${MASTERDIR}/Makefile"