- Update to 0.3.3
PR: ports/134023 Submitted by: Marco Broeder <marco.broeder@gmx.eu> (maintainer) Approved by: miwi (mentor)
This commit is contained in:
parent
190c4fb6d8
commit
a5603bf90f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232870
3 changed files with 5 additions and 9 deletions
|
@ -6,12 +6,9 @@
|
|||
#
|
||||
|
||||
PORTNAME= diffuse
|
||||
PORTVERSION= 0.3.1
|
||||
PORTVERSION= 0.3.3
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= SF
|
||||
MASTER_SITE_SUBDIR= diffuse
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
EXTRACT_ONLY= ${DISTFILES}
|
||||
|
||||
MAINTAINER= marco.broeder@gmx.eu
|
||||
COMMENT= A graphical N-way diff and merge tool written in python
|
||||
|
@ -30,7 +27,7 @@ OPTIONS= MENU "Add desktop menu (needs desktop-file-utils)" on \
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.ifndef (NOPORTDOCS)
|
||||
DOCS= AUTHORS ChangeLog COPYING README TODO
|
||||
DOCS= AUTHORS COPYING ChangeLog README
|
||||
.endif
|
||||
|
||||
.ifdef (WITH_MENU)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (diffuse-0.3.1.tar.bz2) = b590426677579fe1be761a1bb6678578
|
||||
SHA256 (diffuse-0.3.1.tar.bz2) = f0fc932332748a80c0a244771f38ecf653cc6cb89c5c89c5124cb5c6abfc28b7
|
||||
SIZE (diffuse-0.3.1.tar.bz2) = 88923
|
||||
MD5 (diffuse-0.3.3.tar.bz2) = 4c483b557d270024704120adc2552c2c
|
||||
SHA256 (diffuse-0.3.3.tar.bz2) = 326dbff9494af021c32a3ab45dea5abac7113e5c733853ca8879203e0f73d214
|
||||
SIZE (diffuse-0.3.3.tar.bz2) = 96642
|
||||
|
|
|
@ -32,7 +32,6 @@ etc/diffuserc
|
|||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
%%OMF%%share/gnome/help/diffuse/C/diffuse.xml
|
||||
%%OMF%%@dirrm share/gnome/help/diffuse/C
|
||||
|
|
Loading…
Reference in a new issue