diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-07-30 01:59:37 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-07-30 01:59:37 +0800 |
commit | 0353de48d7ae2900cccdf609ea1db9ba72866a62 (patch) | |
tree | 4ec574fd29a36915c43204748a53e21951023092 /cad | |
parent | 41c8873cb3089a4495efda2329825b74973aa101 (diff) | |
download | freebsd-ports-gnome-0353de48d7ae2900cccdf609ea1db9ba72866a62.tar.gz freebsd-ports-gnome-0353de48d7ae2900cccdf609ea1db9ba72866a62.tar.zst freebsd-ports-gnome-0353de48d7ae2900cccdf609ea1db9ba72866a62.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>
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 |