diff options
author | nemysis <nemysis@FreeBSD.org> | 2014-06-04 22:14:21 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2014-06-04 22:14:21 +0800 |
commit | 06be74b73ade7cd05414f355fb9aeebf4c04506f (patch) | |
tree | 8d1f72bb3fe49e86f6dc1a2a35388378cd9b0355 /deskutils | |
parent | f0dfcb70097f0a492086db8578b1e9d7f2958618 (diff) | |
download | freebsd-ports-gnome-06be74b73ade7cd05414f355fb9aeebf4c04506f.tar.gz freebsd-ports-gnome-06be74b73ade7cd05414f355fb9aeebf4c04506f.tar.zst freebsd-ports-gnome-06be74b73ade7cd05414f355fb9aeebf4c04506f.zip |
These ports are no longer used or cared for.
Dave Shar <koalative at gmail.com> wishes to maintain these ports
with my help.
deskutils/py-send2trash
- Change Makefile header, use my name and @FreeBSD.org email
- Pass maintainership to koalative at gmail.com
- Change license BSD to BSD3CLAUSE
- Use USE_PYDISTUTILS=yes instead of easy_install
- Remove PYDISTUTILS_PKGNAME and add PYDISTUTILS_AUTOPLIST
graphics/founts
- Change Makefile header, use my name and @FreeBSD.org email
- Pass maintainership to koalative at gmail.com
- Add REINPLACE, fix ELAST
- Change distinfo, remove supplied icon
graphics/py-pyggel
- Pass maintainership to koalative at gmail.com
graphics/radius-engine
- Change Makefile header, use my name and @FreeBSD.org email
- Pass maintainership to koalative at gmail.com
irc/py-fishcrypt
- Pass maintainership to koalative at gmail.com
sysutils/gigolo
- Change Makefile header, use my name and @FreeBSD.org email
- Pass maintainership to koalative at gmail.com
- Use tar:bzip2 instead of USE_BZIP2=yes
- Remove TODO from DOCS
- Remove useless .include <bsd.port.options.mk>
- Change pkg-plist, remove mtree
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/py-send2trash/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/deskutils/py-send2trash/Makefile b/deskutils/py-send2trash/Makefile index 04b5f04711eb..1108a9156186 100644 --- a/deskutils/py-send2trash/Makefile +++ b/deskutils/py-send2trash/Makefile @@ -1,4 +1,4 @@ -# Created by: nemysis <nemysis@gmx.ch> +# Created by: Rusmir Dusko <nemysis@FreeBSD.org> # $FreeBSD$ PORTNAME= send2trash @@ -9,19 +9,16 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Send2Trash-${PORTVERSION} DIST_SUBDIR= python -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= koalative@gmail.com COMMENT= Small package that sends files to the Trash -LICENSE= BSD +LICENSE= BSD3CLAUSE USE_PYTHON= yes -USE_PYDISTUTILS=easy_install -PYDISTUTILS_PKGNAME= Send2Trash - -PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +USE_PYDISTUTILS=yes +PYDISTUTILS_AUTOPLIST= yes PORTDOCS= CHANGES.rst README.rst - OPTIONS_DEFINE= DOCS post-install: |