- Update to 3.1
- Removed from python category - the port was rewritten in C PR: 60800 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org> While I'm here: - Install some documentation
This commit is contained in:
parent
961647ca06
commit
e83f7b582c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97455
3 changed files with 20 additions and 9 deletions
|
@ -7,16 +7,25 @@
|
|||
#
|
||||
|
||||
PORTNAME= salias
|
||||
PORTVERSION= 0.2.1
|
||||
CATEGORIES= misc python
|
||||
PORTVERSION= 0.3.1
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= py-${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A command-line tool to alias arguments of other programs
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= glib20
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= salias.1
|
||||
DOCS= NEWS README
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (py-salias-0.2.1.tar.gz) = b2a5ed00d1aa5c4d799cccbc265db69a
|
||||
MD5 (salias-0.3.1.tar.bz2) = de7f581004e7845398b86115a1d5f052
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
@comment $FreeBSD$
|
||||
bin/salias
|
||||
lib/%%PYTHON_VERSION%%/site-packages/salias.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/salias.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/salias.pyo
|
||||
bin/salias-wrapper
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
|
Loading…
Reference in a new issue