diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2011-09-12 22:07:54 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2011-09-12 22:07:54 +0000 |
commit | f40066852d145ff0d8e35e4655acc3b8b85f0b71 (patch) | |
tree | fed6b181de31d5174f86e3c3658b561070a7d3bb /deskutils | |
parent | 92323c3b39f9c8dbbe0c5bd037fd802a4f7af6cd (diff) | |
download | ports-f40066852d145ff0d8e35e4655acc3b8b85f0b71.tar.gz ports-f40066852d145ff0d8e35e4655acc3b8b85f0b71.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/epoch/Makefile | 6 | ||||
-rw-r--r-- | deskutils/epoch/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/deskutils/epoch/Makefile b/deskutils/epoch/Makefile index 9f17fff3c18d..7d4796b49d30 100644 --- a/deskutils/epoch/Makefile +++ b/deskutils/epoch/Makefile @@ -6,10 +6,10 @@ # PORTNAME= epoch -PORTVERSION= 1.4 +PORTVERSION= 1.6 CATEGORIES= deskutils MASTER_SITES= GOOGLE_CODE -DISTNAME= Epoch${PORTVERSION} +DISTNAME= ${PORTNAME}${PORTVERSION}src MAINTAINER= g.veniamin@googlemail.com COMMENT= Epoch is small and handy timeline application @@ -23,7 +23,7 @@ QT_COMPONENTS= gui qmake_build moc_build rcc_build PLIST_FILES= bin/${PORTNAME} share/pixmaps/${PORTNAME}.png -WRKSRC= ${WRKDIR}/${DISTNAME}/src +WRKSRC= ${WRKDIR} DESKTOP_ENTRIES="Epoch" "Timeline application" \ "${PREFIX}/share/pixmaps/${PORTNAME}.png" "${PORTNAME}" \ diff --git a/deskutils/epoch/distinfo b/deskutils/epoch/distinfo index 40396c8ee0ef..86519f8d8663 100644 --- a/deskutils/epoch/distinfo +++ b/deskutils/epoch/distinfo @@ -1,2 +1,2 @@ -SHA256 (Epoch1.4.zip) = 4756cfea4cc00f3ca646b8e8b26238ef5ca332b93a2fce75a15d733e4a24764f -SIZE (Epoch1.4.zip) = 781711 +SHA256 (epoch1.6src.zip) = f2b61ae51230f40846a0abd71977144f15d221e5a3ebf1087841d29d432bdcfe +SIZE (epoch1.6src.zip) = 1041304 |