Index: head/sysutils/safecat/Makefile =================================================================== --- head/sysutils/safecat/Makefile (revision 42929) +++ head/sysutils/safecat/Makefile (revision 42930) @@ -1,25 +1,25 @@ # New ports collection makefile for: safecat # Date created: 27 November 2000 # Whom: roam@FreeBSD.org # # $FreeBSD$ # PORTNAME= safecat -PORTVERSION= 1.5 +PORTVERSION= 1.8 CATEGORIES= sysutils mail MASTER_SITES= http://www.nb.net/~lbudney/linux/software/safecat/ MAINTAINER= roam@FreeBSD.org MAN1= safecat.1 maildir.1 do-configure: ${PERL} -pi.fbsd -e "s,/usr/local,${PREFIX}," ${WRKSRC}/conf-root ${PERL} -pi.fbsd -e "s,cc -O2,${CC} ${CFLAGS}," ${WRKSRC}/conf-cc ${PERL} -pi.fbsd -e "s,cc -s,${CC} ${CFLAGS} ${STRIP}," ${WRKSRC}/conf-ld ALL_TARGET= it INSTALL_TARGET= setup check .include Property changes on: head/sysutils/safecat/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/sysutils/safecat/distinfo =================================================================== --- head/sysutils/safecat/distinfo (revision 42929) +++ head/sysutils/safecat/distinfo (revision 42930) @@ -1 +1 @@ -MD5 (safecat-1.5.tar.gz) = c7292e3ed8cf89288b9cc5e6c5e09ce2 +MD5 (safecat-1.8.tar.gz) = ba0a37fffc3d4b901e7e7f47be732720 Property changes on: head/sysutils/safecat/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/sysutils/safecat/files/patch-hier.c =================================================================== --- head/sysutils/safecat/files/patch-hier.c (nonexistent) +++ head/sysutils/safecat/files/patch-hier.c (revision 42930) @@ -0,0 +1,12 @@ +--- hier.c Tue May 22 20:26:57 2001 ++++ hier.c Tue May 22 20:27:32 2001 +@@ -9,9 +9,6 @@ + + d(auto_home,"man",-1,-1,02755); + d(auto_home,"man/man1",-1,-1,02755); +- d(auto_home,"man/cat1",-1,-1,02755); + c(auto_home,"man/man1","safecat.1",-1,-1,0644); +- c(auto_home,"man/cat1","safecat.0",-1,-1,0644); + c(auto_home,"man/man1","maildir.1",-1,-1,0644); +- c(auto_home,"man/cat1","maildir.0",-1,-1,0644); + } Property changes on: head/sysutils/safecat/files/patch-hier.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property