diff options
author | Johan van Selst <johans@FreeBSD.org> | 2014-12-22 20:49:07 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2014-12-22 20:49:07 +0000 |
commit | e0c02bb1c64c1bbd22515ca8161ae2406c385adb (patch) | |
tree | 3268e5eb7a9e33ee5fb39c2b18baab4f8fdb7644 | |
parent | Mark BROKEN: Depends on conflicting py-requests1 and py-requests (via py-requ... (diff) |
Use DIST_SUBDIR for rolling distfiles
Suggested by: antoine
MFH: 2014Q4
Notes
Notes:
svn path=/head/; revision=375266
-rw-r--r-- | print/texinfo/Makefile | 2 | ||||
-rw-r--r-- | print/texinfo/distinfo | 16 |
2 files changed, 10 insertions, 8 deletions
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index 1b795d2c69e0..ea767b94c0b0 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -3,11 +3,13 @@ PORTNAME= texinfo PORTVERSION= 5.2.20141212 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ftp://ftp.stack.nl/pub/users/johans/texinfo/${PORTVERSION:E}/ \ GNU DISTNAME= ${PORTNAME}-${PORTVERSION:R} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} htmlxref.cnf texinfo.tex texi2dvi +DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= johans@FreeBSD.org diff --git a/print/texinfo/distinfo b/print/texinfo/distinfo index 2b4ed613665e..8ee34e7075ee 100644 --- a/print/texinfo/distinfo +++ b/print/texinfo/distinfo @@ -1,8 +1,8 @@ -SHA256 (texinfo-5.2.tar.xz) = 5471ef683a64588a7cfef46ef2bdd3fbcbca89d847e10832612293f105e44eda -SIZE (texinfo-5.2.tar.xz) = 3812944 -SHA256 (htmlxref.cnf) = e008c192c0233428ade62588673198eef88299287e05c80361aacb58b93f1d93 -SIZE (htmlxref.cnf) = 19605 -SHA256 (texinfo.tex) = c73e31295f87d4b856c38bc4d31f7cfc8f0c5605d4ecf58c60e0db276796306b -SIZE (texinfo.tex) = 328628 -SHA256 (texi2dvi) = 6e2457300ff03e5b15a4f32b936c0b995285c6ada70269be7aebd17d7a8cc475 -SIZE (texi2dvi) = 56378 +SHA256 (texinfo/5.2.20141212/texinfo-5.2.tar.xz) = 5471ef683a64588a7cfef46ef2bdd3fbcbca89d847e10832612293f105e44eda +SIZE (texinfo/5.2.20141212/texinfo-5.2.tar.xz) = 3812944 +SHA256 (texinfo/5.2.20141212/htmlxref.cnf) = e008c192c0233428ade62588673198eef88299287e05c80361aacb58b93f1d93 +SIZE (texinfo/5.2.20141212/htmlxref.cnf) = 19605 +SHA256 (texinfo/5.2.20141212/texinfo.tex) = c73e31295f87d4b856c38bc4d31f7cfc8f0c5605d4ecf58c60e0db276796306b +SIZE (texinfo/5.2.20141212/texinfo.tex) = 328628 +SHA256 (texinfo/5.2.20141212/texi2dvi) = 6e2457300ff03e5b15a4f32b936c0b995285c6ada70269be7aebd17d7a8cc475 +SIZE (texinfo/5.2.20141212/texi2dvi) = 56378 |