Bug 97925 - prepared to assume maintainership of net/citrix_ica
Summary: prepared to assume maintainership of net/citrix_ica
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-25 20:30 UTC by Thomas Abthorpe
Modified: 2006-05-29 14:09 UTC (History)
0 users

See Also:


Attachments
file.diff (296 bytes, patch)
2006-05-25 20:30 UTC, Thomas Abthorpe
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Abthorpe 2006-05-25 20:30:21 UTC
portlint issues 9 warnings about "/usr/local", "/usr/X11", "RESTRICTED", patchname using illegal characters, plus a few other things. Also added sha256 checksum.

Fix: cvs diff Makefile
cvs diff distinfo


mv patch-linuxx86::hinst patch-linuxx86-hinst--d6TVCwS2x1z4cuuCnib0e06rZqNPUzhhGPjlknisxkZequTd
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/citrix_ica/Makefile,v
retrieving revision 1.40
diff -r1.40 Makefile
15c15
< MAINTAINER=   ports@FreeBSD.org
---
> MAINTAINER=   thomas@goodking.ca
18c18
< RUN_DEPENDS=  ${LINUXBASE}/usr/X11R6/lib/libXm.so.3:${PORTSDIR}/x11-toolkits/linux-openmotif
---
> RUN_DEPENDS=  ${LINUXBASE}${X11BASE}/lib/libXm.so.3:${PORTSDIR}/x11-toolkits/linux-openmotif
23c23
< RESTRICTED=   "License prohibits redistribution"
---
> RESTRICTED=   License prohibits redistribution
32,37c32,37
< NSCP= /usr/local/libexec/netscape \
<       /usr/local/libexec/netscape-linux \
<       /usr/local/netscape \
<       /usr/local/netscape-linux \
<       /usr/local/lib/netscape \
<       /usr/local/lib/netscape-linux \
---
> NSCP= ${LOCALBASE}/libexec/netscape \
>       ${LOCALBASE}/libexec/netscape-linux \
>       ${LOCALBASE}/netscape \
>       ${LOCALBASE}/netscape-linux \
>       ${LOCALBASE}/lib/netscape \
>       ${LOCALBASE}/lib/netscape-linux \
81c81
<       cd ${WRKSRC} && /bin/sh -c './setupwfc'
---
>       cd ${WRKSRC} && ${SH} -c './setupwfc'
How-To-Repeat: portlint -C /usr/ports/net/citrix_ica
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-05-29 13:56:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

Take.
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-05-29 13:56:53 UTC
State Changed
From-To: open->feedback
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-05-29 14:07:38 UTC
State Changed
From-To: feedback->closed

Committed. Thank you. 
Please also note I did not change to patch's name in order 
to save the history for the present.