mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
. update to version 3.1;
. xpad is now released under the terms of the GPL v3; . use new MASTER_SITES since SF contains only old version(s); . remove "-A" option from FETCH_ARGS since fetching is actually is redirected and the tarball can't be fetched otherwise; . fix pkg-plist. PR: ports/132696 Submitted by: bsam (me) Approved by: Guillaume <amyfoub at gmail.com> (maintainer)
This commit is contained in:
parent
adafbec777
commit
2a49f5d970
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230231
3 changed files with 10 additions and 8 deletions
|
@ -6,14 +6,14 @@
|
|||
#
|
||||
|
||||
PORTNAME= xpad
|
||||
PORTVERSION= 2.14
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 3.1
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= SF
|
||||
MASTER_SITES= http://launchpad.net/xpad/stable/${PORTVERSION}/+download/
|
||||
|
||||
MAINTAINER= amyfoub@gmail.com
|
||||
COMMENT= A virtual note-pad system for your X11 desktop
|
||||
|
||||
FETCH_ARGS= "-pRr"
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_XORG= x11 sm
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (xpad-2.14.tar.bz2) = 1e12e6aec8f03a656eb6427ba22c38d3
|
||||
SHA256 (xpad-2.14.tar.bz2) = 20534234aa4eb448d6b8ae8c296463b259a56c8df2a069e82653fc3b1b8ae89a
|
||||
SIZE (xpad-2.14.tar.bz2) = 221859
|
||||
MD5 (xpad-3.1.tar.bz2) = 602869ac7a323a5fb457849959000625
|
||||
SHA256 (xpad-3.1.tar.bz2) = 5069c2d2edde431c4eca13bdd55de69e68d14cc3e9f047c080d39f91b7e9e879
|
||||
SIZE (xpad-3.1.tar.bz2) = 184838
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
bin/xpad
|
||||
share/applications/xpad.desktop
|
||||
share/icons/hicolor/48x48/apps/xpad.png
|
||||
share/icons/hicolor/icon-theme.cache
|
||||
share/icons/hicolor/scalable/apps/xpad.svg
|
||||
share/locale/af/LC_MESSAGES/xpad.mo
|
||||
share/locale/bg/LC_MESSAGES/xpad.mo
|
||||
share/locale/cs/LC_MESSAGES/xpad.mo
|
||||
share/locale/da/LC_MESSAGES/xpad.mo
|
||||
share/locale/en_GB/LC_MESSAGES/xpad.mo
|
||||
share/locale/es/LC_MESSAGES/xpad.mo
|
||||
|
@ -12,7 +13,9 @@ share/locale/fr/LC_MESSAGES/xpad.mo
|
|||
share/locale/ga/LC_MESSAGES/xpad.mo
|
||||
share/locale/hu/LC_MESSAGES/xpad.mo
|
||||
share/locale/it/LC_MESSAGES/xpad.mo
|
||||
share/locale/ja/LC_MESSAGES/xpad.mo
|
||||
share/locale/ko/LC_MESSAGES/xpad.mo
|
||||
share/locale/lv/LC_MESSAGES/xpad.mo
|
||||
share/locale/nl/LC_MESSAGES/xpad.mo
|
||||
share/locale/ro/LC_MESSAGES/xpad.mo
|
||||
share/locale/ru/LC_MESSAGES/xpad.mo
|
||||
|
@ -21,7 +24,6 @@ share/locale/sv/LC_MESSAGES/xpad.mo
|
|||
share/locale/vi/LC_MESSAGES/xpad.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/xpad.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/xpad.mo
|
||||
share/pixmaps/xpad.png
|
||||
@dirrmtry share/applications
|
||||
@dirrmtry share/locale/rw/LC_MESSAGES
|
||||
@dirrmtry share/locale/rw
|
||||
|
|
Loading…
Add table
Reference in a new issue