Index: head/archivers/rar/Makefile =================================================================== --- head/archivers/rar/Makefile (revision 145007) +++ head/archivers/rar/Makefile (revision 145008) @@ -1,59 +1,60 @@ # New ports collection makefile for: rar # Date created: 15 May 1996 # Whom: ache # # $FreeBSD$ # PORTNAME= rar -PORTVERSION= 3.50 +PORTVERSION= 3.51 PORTEPOCH= 1 CATEGORIES= archivers -MASTER_SITES= http://files1.rarlab.com/rar/ \ - http://files2.rarlab.com/rar/ \ +MASTER_SITES= http://files2.rarlab.com/rar/ \ http://files3.rarlab.com/rar/ \ http://files4.rarlab.com/rar/ \ http://files5.rarlab.com/rar/ \ http://files6.rarlab.com/rar/ -DISTNAME= rarbsd-3.5.0 +DISTNAME= rarbsd-3.5.1 MAINTAINER= gkovesdan@t-hosting.hu COMMENT= File archiver (binary port) ONLY_FOR_ARCHS= i386 amd64 NO_PACKAGE= Only unmodified original package can be distributed NO_BUILD= yes WRKSRC= ${WRKDIR}/rar .include .if ${OSVERSION} < 503000 -IGNORE=is unsupported on versions prior to FreeBSD 5.3 +IGNORE= is unsupported on versions prior to FreeBSD 5.3 .endif .if ${OSVERSION} >= 600000 LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x .endif .if ${PORTOBJFORMAT} == "elf" STRIP= .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rar ${PREFIX}/bin/rar - cd ${WRKSRC} && \ + (cd ${WRKSRC} && \ ${INSTALL_MAN} rar.txt ${PREFIX}/man/cat1/rar.1 && \ ${INSTALL_DATA} rarfiles.lst \ ${PREFIX}/etc && \ ${INSTALL_DATA} default.sfx \ - ${PREFIX}/lib + ${PREFIX}/lib ) + +post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && \ + (cd ${WRKSRC} && \ ${INSTALL_DATA} technote.txt license.txt \ order.htm readme.txt whatsnew.txt \ file_id.diz \ - ${DOCSDIR} + ${DOCSDIR} ) .endif .include Property changes on: head/archivers/rar/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.51 \ No newline at end of property +1.52 \ No newline at end of property Index: head/archivers/rar/distinfo =================================================================== --- head/archivers/rar/distinfo (revision 145007) +++ head/archivers/rar/distinfo (revision 145008) @@ -1,2 +1,2 @@ -MD5 (rarbsd-3.5.0.tar.gz) = 530e28d444e70d3bb5a5409fb3551765 -SIZE (rarbsd-3.5.0.tar.gz) = 330545 +MD5 (rarbsd-3.5.1.tar.gz) = 3e0b6f1b63f579eeb34ef911be79153d +SIZE (rarbsd-3.5.1.tar.gz) = 330982 Property changes on: head/archivers/rar/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property