mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 0.4.1 and fix build
Noticed by: kris via bento
This commit is contained in:
parent
6884bd2585
commit
fa1f91c493
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89071
@ -5,8 +5,7 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= pixilate
|
PORTNAME= pixilate
|
||||||
PORTVERSION= 0.4
|
PORTVERSION= 0.4.1
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= winfingerprint
|
MASTER_SITE_SUBDIR= winfingerprint
|
||||||
@ -27,4 +26,12 @@ CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${LIBS}" CPPFLAGS="-I${LOC
|
|||||||
|
|
||||||
MAN1= pixilate.1
|
MAN1= pixilate.1
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
.if !defined(NOPORTDOCS)
|
||||||
|
${MKDIR} ${DOCSDIR}
|
||||||
|
.for i in README
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
||||||
|
.endfor
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1 +1 @@
|
|||||||
MD5 (pixilate-0.4.tar.gz) = 861f82041cc7efc8c290f14f26d9954d
|
MD5 (pixilate-0.4.1.tar.gz) = 407b70eae1b54944c94a8b5937de5d03
|
||||||
|
@ -1 +1,3 @@
|
|||||||
bin/pixilate
|
bin/pixilate
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||||
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||||
|
@ -5,8 +5,7 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= pixilate
|
PORTNAME= pixilate
|
||||||
PORTVERSION= 0.4
|
PORTVERSION= 0.4.1
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= winfingerprint
|
MASTER_SITE_SUBDIR= winfingerprint
|
||||||
@ -27,4 +26,12 @@ CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${LIBS}" CPPFLAGS="-I${LOC
|
|||||||
|
|
||||||
MAN1= pixilate.1
|
MAN1= pixilate.1
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
.if !defined(NOPORTDOCS)
|
||||||
|
${MKDIR} ${DOCSDIR}
|
||||||
|
.for i in README
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
||||||
|
.endfor
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1 +1 @@
|
|||||||
MD5 (pixilate-0.4.tar.gz) = 861f82041cc7efc8c290f14f26d9954d
|
MD5 (pixilate-0.4.1.tar.gz) = 407b70eae1b54944c94a8b5937de5d03
|
||||||
|
@ -1 +1,3 @@
|
|||||||
bin/pixilate
|
bin/pixilate
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||||
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||||
|
Loading…
Reference in New Issue
Block a user