diff -r -u ./Makefile ../strace.new/Makefile --- ./Makefile Sat Mar 29 22:50:34 2003 +++ ../strace.new/Makefile Sat Mar 29 22:51:22 2003 @@ -6,27 +6,27 @@ # PORTNAME= strace -PORTVERSION= 4.4 +PORTVERSION= 4.4.94 CATEGORIES= devel sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}_${PORTVERSION}-1 +USE_BZIP2= yes MAINTAINER= alex@rinet.ru COMMENT= A portable process tracer -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - GNU_CONFIGURE= yes ONLY_FOR_ARCHS= i386 MAN1= strace.1 +check-umask: + do-install: + -${MKDIR} ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/strace ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/strace-graph ${PREFIX}/bin + -${MKDIR} ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/strace.1 ${PREFIX}/man/man1 - ${MKDIR} ${PREFIX}/share/strace - ${INSTALL_DATA} ${WRKSRC}/xlate.el ${PREFIX}/share/strace .include Only in .: distinfo Only in ../strace.new/files: patch-configure Only in ./files: patch-process.c diff -r -u ./pkg-descr ../strace.new/pkg-descr --- ./pkg-descr Sat Mar 29 22:50:34 2003 +++ ../strace.new/pkg-descr Sat Mar 29 15:14:57 2003 @@ -5,7 +5,6 @@ Strace is similar to the native BSD ``truss'' utility, but it's output style is more convenient in most cases. -WWW: http://www.liacs.nl/~wichert/strace/ +WWW: http://strace.sourceforge.net/ -- Alex Semenyaka -alex@rinet.ru +Maintains: Alex Semenyaka (alex@rinet.ru) diff -r -u ./pkg-plist ../strace.new/pkg-plist --- ./pkg-plist Sat Mar 29 22:50:34 2003 +++ ../strace.new/pkg-plist Sat Mar 29 22:28:39 2003 @@ -1,4 +1,3 @@ bin/strace bin/strace-graph -share/strace/xlate.el @dirrm share/strace