Update to 3.11.1
- Sort variables - Strip the final binary PR: 243938 Submitted by: Martin Filla <freebsd@sysctl.cz> (maintainer)
This commit is contained in:
parent
1e6d72d250
commit
fddcf7c31a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525514
2 changed files with 8 additions and 6 deletions
|
@ -2,8 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= SASM
|
PORTNAME= SASM
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 3.10.1
|
DISTVERSION= 3.11.1
|
||||||
PORTREVISION= 3
|
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
|
|
||||||
MAINTAINER= freebsd@sysctl.cz
|
MAINTAINER= freebsd@sysctl.cz
|
||||||
|
@ -15,8 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
USES= compiler:c++11-lang gl qmake qt:5
|
USES= compiler:c++11-lang gl qmake qt:5
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= Dman95
|
GH_ACCOUNT= Dman95
|
||||||
USE_QT= core gui network widgets buildtools_build
|
|
||||||
USE_GL= gl
|
USE_GL= gl
|
||||||
|
USE_QT= core gui network widgets buildtools_build
|
||||||
|
|
||||||
DATADIR= ${PREFIX}/share/sasm
|
DATADIR= ${PREFIX}/share/sasm
|
||||||
DOCSDIR= ${PREFIX}/share/doc/sasm
|
DOCSDIR= ${PREFIX}/share/doc/sasm
|
||||||
|
@ -24,4 +23,7 @@ DOCSDIR= ${PREFIX}/share/doc/sasm
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' ${WRKSRC}/BSD/share/applications/sasm.desktop
|
@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' ${WRKSRC}/BSD/share/applications/sasm.desktop
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
@${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/sasm
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1543460516
|
TIMESTAMP = 1581121024
|
||||||
SHA256 (Dman95-SASM-v3.10.1_GH0.tar.gz) = 7bd7f3a01f217026362024b53505688fd3757a7dd8cc4e163b55d81a01c078d3
|
SHA256 (Dman95-SASM-v3.11.1_GH0.tar.gz) = 3f508f2a790815aca4e742be1e1200aea1d25f6f73309ce824d5ccef49af26b1
|
||||||
SIZE (Dman95-SASM-v3.10.1_GH0.tar.gz) = 22349749
|
SIZE (Dman95-SASM-v3.11.1_GH0.tar.gz) = 22353247
|
||||||
|
|
Loading…
Reference in a new issue