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
Responsible Changed From-To: freebsd-ports-bugs->clsung Take.
State Changed From-To: open->feedback
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.