diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-01-19 15:35:51 +0000 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-01-19 15:35:51 +0000 |
commit | 41d24e0355470d3cbed9c0c8ae58dd101359b3d0 (patch) | |
tree | c0ccd1f9edc10887bf26f75f5368415366bb574a /x11-themes | |
parent | 310e66982492b565320a076cda7847dc44d583e8 (diff) | |
download | FreeBSD-ports-41d24e0355470d3cbed9c0c8ae58dd101359b3d0.zip FreeBSD-ports-41d24e0355470d3cbed9c0c8ae58dd101359b3d0.tar.gz |
- Update to 0.234
- Copy the distfile to my FreeBSD space, since it is removed from the
Fedora mirrors when a new version is released
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 a9d6fcf..6bfe7f4 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 dff4261..a6481ee 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 |