Skip to content

Commit

Permalink
cad/leocad: Update 21.03 -> 21.06
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Jun 6, 2021
1 parent c56622f commit e1bc645
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion cad/leocad/Makefile
Expand Up @@ -2,7 +2,7 @@

PORTNAME= leocad
DISTVERSIONPREFIX= v
DISTVERSION= 21.03
DISTVERSION= 21.06
CATEGORIES= cad

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -23,4 +23,7 @@ QMAKE_ARGS= INSTALL_PREFIX=${PREFIX} MAN_DIR=${PREFIX}/man/man1 LDRAW_LIBRARY_PA

PORTSCOUT= limit:^[0-9\.]*$$ # to ignore the 'continuous' tag

post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/leocad

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions cad/leocad/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1615788770
SHA256 (leozide-leocad-v21.03_GH0.tar.gz) = af7e59fe8367a88a3721a125b021ecba1eb9628eed928bdea7a37b6d41c7ccd6
SIZE (leozide-leocad-v21.03_GH0.tar.gz) = 2209536
TIMESTAMP = 1622997139
SHA256 (leozide-leocad-v21.06_GH0.tar.gz) = bd28c47f920fa1bc458b6e5f476b93ccc1aa40e30158a3dd2397368cc3d79099
SIZE (leozide-leocad-v21.06_GH0.tar.gz) = 2213955
6 changes: 3 additions & 3 deletions cad/leocad/files/patch-leocad.pro
@@ -1,10 +1,10 @@
--- leocad.pro.orig 2019-05-18 01:23:33 UTC
--- leocad.pro.orig 2021-06-05 23:41:42 UTC
+++ leocad.pro
@@ -108,7 +108,7 @@ unix:!macx {
@@ -111,7 +111,7 @@ unix:!macx {

target.path = $$BIN_DIR
docs.path = $$DOCS_DIR
- docs.files = docs/README.txt docs/CREDITS.txt docs/COPYING.txt
- docs.files = docs/README.md docs/CREDITS.txt docs/COPYING.txt
+ docs.files =
man.path = $$MAN_DIR
man.files = docs/leocad.1
Expand Down

0 comments on commit e1bc645

Please sign in to comment.