Index: head/sysutils/hardlink/Makefile =================================================================== --- head/sysutils/hardlink/Makefile (revision 293019) +++ head/sysutils/hardlink/Makefile (revision 293020) @@ -1,34 +1,35 @@ # New ports collection makefile for: hardlink # Date created: 14 January 2011 # Whom: Douglas Thrift # # $FreeBSD$ # PORTNAME= hardlink -PORTVERSION= 0.1.1 +PORTVERSION= 0.1.2 CATEGORIES= sysutils python MASTER_SITES= http://jak-linux.org/projects/hardlink/ \ - http://apt.douglasthrift.net/files/${PORTNAME}/ \ - http://code.douglasthrift.net/files/${PORTNAME}/ + DEBIAN DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= douglas@douglasthrift.net COMMENT= Replace file copies using hardlinks LICENSE= MIT MAN1= hardlink.1 NO_BUILD= yes PLIST_FILES= bin/hardlink USE_PYTHON= 2.5+ -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} +PORTSCOUT= limit:~rc[0-9]+$$ + post-patch: @${REINPLACE_CMD} -e 's|/usr/bin/python|${PYTHON_CMD}|' ${WRKSRC}/hardlink.py do-install: ${INSTALL_SCRIPT} ${WRKSRC}/hardlink.py ${PREFIX}/bin/hardlink - ${INSTALL_MAN} ${WRKSRC}/hardlink.1 ${PREFIX}/man/man1/hardlink.1 + ${INSTALL_MAN} ${WRKSRC}/hardlink.1 ${MAN1PREFIX}/man/man1/hardlink.1 .include Property changes on: head/sysutils/hardlink/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/sysutils/hardlink/distinfo =================================================================== --- head/sysutils/hardlink/distinfo (revision 293019) +++ head/sysutils/hardlink/distinfo (revision 293020) @@ -1,2 +1,2 @@ -SHA256 (hardlink_0.1.1.tar.gz) = b6ecd4fee72b66054ed941e23177e46537abefd4cc71d9c05b1b587d766f8273 -SIZE (hardlink_0.1.1.tar.gz) = 6306 +SHA256 (hardlink_0.1.2.tar.gz) = 76181794b41c4dbdb418a91d18c5d5e627df1ace7799e088685632e20fc60d1c +SIZE (hardlink_0.1.2.tar.gz) = 6840 Property changes on: head/sysutils/hardlink/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property