- Update to 0.9.3
PR: ports/83410 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
This commit is contained in:
parent
501338d2c7
commit
1742ace515
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139148
3 changed files with 7 additions and 11 deletions
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= val
|
||||
PORTVERSION= 0.9.2
|
||||
PORTVERSION= 0.9.3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_OSSP}
|
||||
MASTER_SITE_SUBDIR= lib/${PORTNAME}
|
||||
|
@ -24,11 +24,9 @@ USE_LIBTOOL_VER= 15
|
|||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ARGS= --with-ex=${LOCALBASE}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
MAN1= val-config.1
|
||||
MAN3= val.3
|
||||
|
||||
.if ${ARCH} == "alpha"
|
||||
BROKEN= "Does not compile on alpha"
|
||||
.endif
|
||||
NOT_FOR_ARCHS= alpha
|
||||
|
||||
.include "${FILESDIR}/manpages.mk"
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (val-0.9.2.tar.gz) = 29cd026d9999292d1f13f2c5232c1378
|
||||
SIZE (val-0.9.2.tar.gz) = 300424
|
||||
MD5 (val-0.9.3.tar.gz) = 76a015b2574aec6f15008d81a2c057c8
|
||||
SIZE (val-0.9.3.tar.gz) = 304477
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
MAN1+= val-config.1
|
||||
MAN3+= val.3
|
Loading…
Reference in a new issue