mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
update to offlineimap-8.0.2
This commit is contained in:
+11
-10
@@ -1,10 +1,10 @@
|
||||
COMMENT= powerful IMAP/Maildir synchronization and reader support
|
||||
|
||||
MODPY_DISTV = 8.0.1
|
||||
GH_ACCOUNT = OfflineIMAP
|
||||
GH_PROJECT = offlineimap3
|
||||
GH_TAGNAME = v${MODPY_DISTV}
|
||||
PKGNAME = offlineimap-${MODPY_DISTV}
|
||||
MODPY_DISTV = 8.0.2
|
||||
GH_ACCOUNT= OfflineIMAP
|
||||
GH_PROJECT= offlineimap3
|
||||
GH_TAGNAME= v${MODPY_DISTV}
|
||||
PKGNAME= offlineimap-${MODPY_DISTV}
|
||||
|
||||
CATEGORIES= mail
|
||||
|
||||
@@ -25,17 +25,18 @@ RUN_DEPENDS= devel/py-rfc6555 \
|
||||
sysutils/py-distro \
|
||||
security/py-keyring
|
||||
|
||||
NO_TEST= Yes
|
||||
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/offlineimap
|
||||
# tests need setup: copy credentials.conf.sample to test/credentials.conf
|
||||
# and set your credentials there.
|
||||
TEST_DEPENDS= www/py-urllib3
|
||||
|
||||
post-build:
|
||||
${LOCALBASE}/bin/a2x -f manpage ${WRKSRC}/docs/offlineimap.txt
|
||||
${LOCALBASE}/bin/a2x -f manpage ${WRKSRC}/docs/offlineimapui.txt
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/offlineimap.conf{,.minimal} ${EXAMPLESDIR}
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/offlineimap
|
||||
${INSTALL_DATA} ${WRKSRC}/offlineimap.conf{,.minimal} \
|
||||
${PREFIX}/share/examples/offlineimap
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/offlineimap.1 ${PREFIX}/man/man1
|
||||
${INSTALL_DATA} ${WRKSRC}/docs/offlineimapui.7 ${PREFIX}/man/man7
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (offlineimap3-8.0.1.tar.gz) = gs5UE2Rl6hzOYvTpYejBVaw+7iFJ+oEnY2KUSJAtfWk=
|
||||
SIZE (offlineimap3-8.0.1.tar.gz) = 706574
|
||||
SHA256 (offlineimap3-8.0.2.tar.gz) = wpnLurktSCFeo37AbsaGmdF+WauXobmOeS914KUHswY=
|
||||
SIZE (offlineimap3-8.0.2.tar.gz) = 709438
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
https://github.com/OfflineIMAP/offlineimap3/pull/225
|
||||
|
||||
Index: setup.py
|
||||
--- setup.py.orig
|
||||
+++ setup.py
|
||||
@@ -81,7 +81,6 @@ setup(name="offlineimap",
|
||||
packages=['offlineimap', 'offlineimap.folder',
|
||||
'offlineimap.repository', 'offlineimap.ui',
|
||||
'offlineimap.utils'],
|
||||
- scripts=['bin/offlineimap'],
|
||||
setup_requires=['setuptools>=18.5', 'wheel', 'imaplib2'],
|
||||
license=copyright + ", Licensed under the GPL version 2",
|
||||
install_requires=['distro',
|
||||
Reference in New Issue
Block a user