diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-01-19 15:35:51 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-01-19 15:35:51 +0000 |
commit | 2c4c5fc306e0b54937837cf8e20d5ffcc0793c7c (patch) | |
tree | 1d1edd995bf5a15d5143a2f1c703daa47b1747c2 /x11-themes | |
parent | 7d2697c3788e442f1200b7ede032e89efa3c2a7f (diff) | |
download | ports-2c4c5fc306e0b54937837cf8e20d5ffcc0793c7c.tar.gz ports-2c4c5fc306e0b54937837cf8e20d5ffcc0793c7c.zip |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/bluecurve-themes/Makefile | 12 | ||||
-rw-r--r-- | x11-themes/bluecurve-themes/distinfo | 6 |
2 files changed, 8 insertions, 10 deletions
diff --git a/x11-themes/bluecurve-themes/Makefile b/x11-themes/bluecurve-themes/Makefile index a9d6fcf9a503..6bfe7f4eeedc 100644 --- a/x11-themes/bluecurve-themes/Makefile +++ b/x11-themes/bluecurve-themes/Makefile @@ -11,8 +11,6 @@ CATEGORIES= x11-themes MAINTAINER= jylefort@FreeBSD.org COMMENT?= Meta-port for Bluecurve themes -BROKEN= Unfetchable - .if ${PORTNAME} == "bluecurve-themes" # meta-port PORTVERSION= 1.0 @@ -33,12 +31,12 @@ do-install: # empty .else # master port -PORTVERSION= 0.131 +PORTVERSION= 0.234 RPMREVISION= 1 CATEGORIES= x11-themes -MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX} -MASTER_SITE_SUBDIR= development/SRPMS -DISTFILES= redhat-artwork-${PORTVERSION}-${RPMREVISION}.src.rpm +MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX:S|$|:fedora|} ${MASTER_SITE_LOCAL:S|$|:local|} +MASTER_SITE_SUBDIR= development/SRPMS/:fedora jylefort/:local +DISTFILES= redhat-artwork-${PORTVERSION}-${RPMREVISION}.src.rpm:fedora,local EXTRACT_DEPENDS+= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio @@ -53,7 +51,7 @@ FILESDIR= ${.CURDIR}/files do-extract: @${MKDIR} ${WRKDIR} @cd ${WRKDIR} && \ - rpm2cpio.pl ${_DISTDIR}/${DISTFILES} | ${CPIO} -id --quiet && \ + rpm2cpio.pl ${_DISTDIR}/${_DISTFILES} | ${CPIO} -id --quiet && \ ${TAR} -zxf redhat-artwork-${PORTVERSION}.tar.gz .if defined(BC_HIERS) diff --git a/x11-themes/bluecurve-themes/distinfo b/x11-themes/bluecurve-themes/distinfo index dff4261714d4..a6481eebf3a4 100644 --- a/x11-themes/bluecurve-themes/distinfo +++ b/x11-themes/bluecurve-themes/distinfo @@ -1,3 +1,3 @@ -MD5 (redhat-artwork-0.131-1.src.rpm) = 46d30bdc55ed2f29de2f3ef150b2037d -SHA256 (redhat-artwork-0.131-1.src.rpm) = 1270b789aaeac7c652677b4e80a596e33cf667ddbb4d4390c9878d6370627093 -SIZE (redhat-artwork-0.131-1.src.rpm) = 7963275 +MD5 (redhat-artwork-0.234-1.src.rpm) = e2833d085ccb341446b6a9c2b5b5a4f6 +SHA256 (redhat-artwork-0.234-1.src.rpm) = 8d3072c33d61a877416c7ec430b962161c5faf69b3e40584569e8517a2dfbffb +SIZE (redhat-artwork-0.234-1.src.rpm) = 7921818 |