diff options
author | garga <garga@FreeBSD.org> | 2013-08-24 22:16:50 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2013-08-24 22:16:50 +0800 |
commit | 9a5fb8f90a0f4a9ea990f595a679aecbc67f11d2 (patch) | |
tree | abc8e9cd16eedd525240a24c682020d6fd34910e /misc | |
parent | 9111af538f68df40a8f3f530259f50015ab176fc (diff) | |
download | freebsd-ports-gnome-9a5fb8f90a0f4a9ea990f595a679aecbc67f11d2.tar.gz freebsd-ports-gnome-9a5fb8f90a0f4a9ea990f595a679aecbc67f11d2.tar.zst freebsd-ports-gnome-9a5fb8f90a0f4a9ea990f595a679aecbc67f11d2.zip |
Change tarbal name and add .1 to version to avoind checksum mismatch because
of tarball was rerolled.
Suggested by: bdrewery@
Diffstat (limited to 'misc')
-rw-r--r-- | misc/compat8x/Makefile | 3 | ||||
-rw-r--r-- | misc/compat8x/distinfo | 8 |
2 files changed, 6 insertions, 5 deletions
diff --git a/misc/compat8x/Makefile b/misc/compat8x/Makefile index 7a58ea63bf9d..2c7a23c38987 100644 --- a/misc/compat8x/Makefile +++ b/misc/compat8x/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= compat8x -PORTVERSION= 8.4.804000.201306 +PORTVERSION= 8.4.804000.201306.1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= garga/compat @@ -18,6 +18,7 @@ PLIST= ${PKGDIR}/pkg-plist.${ARCH} TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat USE_LDCONFIG= ${TARGET_DIR} +WRKSRC= ${WRKDIR}/${PORTNAME}-${ARCH}-8.4.804000.201306 .include <bsd.port.pre.mk> diff --git a/misc/compat8x/distinfo b/misc/compat8x/distinfo index d8f1ea928276..6160545f3e41 100644 --- a/misc/compat8x/distinfo +++ b/misc/compat8x/distinfo @@ -1,4 +1,4 @@ -SHA256 (compat8x-amd64-8.4.804000.201306.tar.bz2) = 0fac2c13e54e3381e24e2d8c12391e7b184b59b255ffa43f4e92e2867fc0f000 -SIZE (compat8x-amd64-8.4.804000.201306.tar.bz2) = 625998 -SHA256 (compat8x-i386-8.4.804000.201306.tar.bz2) = 5f8da9c68822bca651180daa1e7d3a2a635b7ba4d99b7e202b4737dc9ddddca8 -SIZE (compat8x-i386-8.4.804000.201306.tar.bz2) = 312064 +SHA256 (compat8x-amd64-8.4.804000.201306.1.tar.bz2) = 0fac2c13e54e3381e24e2d8c12391e7b184b59b255ffa43f4e92e2867fc0f000 +SIZE (compat8x-amd64-8.4.804000.201306.1.tar.bz2) = 625998 +SHA256 (compat8x-i386-8.4.804000.201306.1.tar.bz2) = 5f8da9c68822bca651180daa1e7d3a2a635b7ba4d99b7e202b4737dc9ddddca8 +SIZE (compat8x-i386-8.4.804000.201306.1.tar.bz2) = 312064 |