mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Update to version 6.2.0.2
- Project moved to GitHub - update MASTER_SITES accordingly - Tk.Blinkenlights is long gone, no need to depend on Tkinter anymore PR: ports/146366 Submitted by: Anonymous <swell.k@gmail.com>
This commit is contained in:
parent
3e678aa3a1
commit
09bc41a336
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258957
3 changed files with 10 additions and 15 deletions
|
@ -6,29 +6,25 @@
|
|||
#
|
||||
|
||||
PORTNAME= offlineimap
|
||||
PORTVERSION= 6.0.3
|
||||
DISTVERSION= 6.2.0.2
|
||||
DISTVERSIONSUFFIX=-0-g6b1cb5e
|
||||
CATEGORIES= mail python
|
||||
MASTER_SITES= http://software.complete.org/software/attachments/download/334/ \
|
||||
MASTER_SITES= http://download.github.com/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= sergei
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
DISTNAME= jgoerzen-${PORTNAME}-debian-${DISTVERSION}${DISTVERSIONSUFFIX}
|
||||
|
||||
MAINTAINER= sergei@FreeBSD.org
|
||||
COMMENT= Powerful IMAP/Maildir synchronization and reader support
|
||||
|
||||
.if !defined(WITHOUT_X11)
|
||||
RUN_DEPENDS= ${TKINTER}:${PORTSDIR}/x11-toolkits/py-tkinter
|
||||
|
||||
TKINTER= ${PYTHON_SITELIBDIR}/_tkinter.so
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
WRKSRC= ${WRKDIR}/jgoerzen-${PORTNAME}-0f1a667
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_PKGVERSION=${PORTVERSION:R}
|
||||
|
||||
DOCS= COPYING COPYRIGHT FAQ.html README UPGRADING
|
||||
DOCS= COPYING COPYRIGHT FAQ.html UPGRADING
|
||||
EXAMPLES= offlineimap.conf offlineimap.conf.minimal
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (offlineimap_6.0.3.tar.gz) = 0c81d33e123c3d5b6645a68a809bcaef
|
||||
SHA256 (offlineimap_6.0.3.tar.gz) = e2d15e78db06539459ffb8df97ff30ef3f6885ad7ec1f4e0dc56f2ca59f004ad
|
||||
SIZE (offlineimap_6.0.3.tar.gz) = 97537
|
||||
MD5 (jgoerzen-offlineimap-debian-6.2.0.2-0-g6b1cb5e.tar.gz) = e1a01b6b1c1a70a1afaefb0a20634bc1
|
||||
SHA256 (jgoerzen-offlineimap-debian-6.2.0.2-0-g6b1cb5e.tar.gz) = 04b5757db2447164c43424f68b774c1e6ef6883c9b776ce48dd3109815569b85
|
||||
SIZE (jgoerzen-offlineimap-debian-6.2.0.2-0-g6b1cb5e.tar.gz) = 103955
|
||||
|
|
|
@ -109,7 +109,6 @@ bin/offlineimap
|
|||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT
|
||||
%%PORTDOCS%%%%DOCSDIR%%/FAQ.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/UPGRADING
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
%%EXAMPLESDIR%%/offlineimap.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue