diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-07-29 17:59:37 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-07-29 17:59:37 +0000 |
commit | 9dca6692da069e89e31a3ed029ddb06cf4c4e5d9 (patch) | |
tree | 5cf75fb5b9ef80d9f1f6a2dabf3228cc960ae544 /cad | |
parent | 72b0788bc3e9b9b2a20ce5031a4b7de846304304 (diff) | |
download | ports-9dca6692da069e89e31a3ed029ddb06cf4c4e5d9.tar.gz ports-9dca6692da069e89e31a3ed029ddb06cf4c4e5d9.zip |
- Track the in-place distfile change [1], which looks like a version update
- Refactor pkg-plist as PLIST_FILES
- Narrow CONFLICTS down to versioned packages
[1]:
PR: ports/84032
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Notes
Notes:
svn path=/head/; revision=140418
Diffstat (limited to 'cad')
-rw-r--r-- | cad/slffea/Makefile | 8 | ||||
-rw-r--r-- | cad/slffea/distinfo | 4 | ||||
-rw-r--r-- | cad/slffea/pkg-plist | 15 |
3 files changed, 5 insertions, 22 deletions
diff --git a/cad/slffea/Makefile b/cad/slffea/Makefile index e0f5e4c0b284..5a2e72c17a84 100644 --- a/cad/slffea/Makefile +++ b/cad/slffea/Makefile @@ -18,11 +18,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= jmelo@freebsdbrasil.com.br COMMENT= San Le's Free Finite Element Analysis -BROKEN= Size mismatch -DEPRECATED= "${BROKEN}" -EXPIRATION_DATE=2005-09-22 - -CONFLICTS= swi-pl-* TenDRA-* +CONFLICTS= swi-pl-[0-9]* TenDRA-[0-9]* USE_REINPLACE= yes USE_MESA= yes CFLAGS+= -I${X11BASE}/include ${PTHREAD_CFLAGS} @@ -44,6 +40,8 @@ EXEC= beam/beam/bm \ truss/truss/ts \ truss/truss_gr/tspost +PLIST_FILES= ${EXEC:T:S/^/bin\//} + post-patch: @(${FIND} ${WRKSRC} -name Makefile | ${XARGS} \ ${REINPLACE_CMD} -E -e "s,^CC = (.*),CC = ${CC} ${CFLAGS},g ; \ diff --git a/cad/slffea/distinfo b/cad/slffea/distinfo index 6f338414fdcc..b3f6bcf96bd9 100644 --- a/cad/slffea/distinfo +++ b/cad/slffea/distinfo @@ -1,2 +1,2 @@ -MD5 (slffea13.tgz) = b7958742f200b864c12fe62f4bdf43fd -SIZE (slffea13.tgz) = 1020161 +MD5 (slffea13.tgz) = 7d1112c8b07c39aa5eac8a210d3654ac +SIZE (slffea13.tgz) = 1052067 diff --git a/cad/slffea/pkg-plist b/cad/slffea/pkg-plist deleted file mode 100644 index 3823f20916e6..000000000000 --- a/cad/slffea/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -bin/bm -bin/bmpost -bin/br -bin/brpost -bin/nbr -bin/pl -bin/plpost -bin/pvbr -bin/pvs -bin/qd -bin/qdpost -bin/shl -bin/shpost -bin/ts -bin/tspost |