diff options
author | lioux <lioux@FreeBSD.org> | 2006-02-24 02:22:49 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2006-02-24 02:22:49 +0800 |
commit | 4013d085b1a9d2e57033ef074f5d7ac4a6ff9277 (patch) | |
tree | 88b9ff8108af17e5962a62b8e32c2ccb2fed50d3 | |
parent | 9135ff4d9ae72df28ca71d7c1a3d60560f4a7d4e (diff) | |
download | freebsd-ports-gnome-4013d085b1a9d2e57033ef074f5d7ac4a6ff9277.tar.gz freebsd-ports-gnome-4013d085b1a9d2e57033ef074f5d7ac4a6ff9277.tar.zst freebsd-ports-gnome-4013d085b1a9d2e57033ef074f5d7ac4a6ff9277.zip |
o Fix PLIST again: fix cut-n-paste mistake on previous commit
o Bump PORTREVISION for PLIST change
Approved by: portmgr (linimon)
-rw-r--r-- | net-p2p/py-bittorrent-devel/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/py-bittorrent-devel/pkg-plist | 8 | ||||
-rw-r--r-- | net-p2p/py-bittorrent/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/py-bittorrent/pkg-plist | 8 |
4 files changed, 10 insertions, 10 deletions
diff --git a/net-p2p/py-bittorrent-devel/Makefile b/net-p2p/py-bittorrent-devel/Makefile index 9829e1432d30..e8d7d120927e 100644 --- a/net-p2p/py-bittorrent-devel/Makefile +++ b/net-p2p/py-bittorrent-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= BitTorrent PORTVERSION= 4.4.0 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES?= net-p2p python MASTER_SITES= http://www.bittorrent.com/dl/ \ diff --git a/net-p2p/py-bittorrent-devel/pkg-plist b/net-p2p/py-bittorrent-devel/pkg-plist index 971bbf12aac9..6186b365ba29 100644 --- a/net-p2p/py-bittorrent-devel/pkg-plist +++ b/net-p2p/py-bittorrent-devel/pkg-plist @@ -283,10 +283,10 @@ share/locale/zh_TW/LC_MESSAGES/bittorrent.mo @dirrmtry share/locale/cs @dirrmtry share/locale/ca/LC_MESSAGES @dirrmtry share/locale/ca -%%GUI%%@dirrm share/pixmaps/BitTorrent/logo \ -%%GUI%%@dirrm share/pixmaps/BitTorrent/icons/old \ -%%GUI%%@dirrm share/pixmaps/BitTorrent/icons/default \ -%%GUI%%@dirrm share/pixmaps/BitTorrent/icons \ +%%GUI%%@dirrm share/pixmaps/BitTorrent/logo +%%GUI%%@dirrm share/pixmaps/BitTorrent/icons/old +%%GUI%%@dirrm share/pixmaps/BitTorrent/icons/default +%%GUI%%@dirrm share/pixmaps/BitTorrent/icons %%GUI%%@dirrm share/pixmaps/BitTorrent %%GUI%%@dirrmtry share/pixmaps @dirrm %%DATADIR%% diff --git a/net-p2p/py-bittorrent/Makefile b/net-p2p/py-bittorrent/Makefile index c68f04d384a5..2c41240069ed 100644 --- a/net-p2p/py-bittorrent/Makefile +++ b/net-p2p/py-bittorrent/Makefile @@ -7,7 +7,7 @@ PORTNAME= BitTorrent PORTVERSION= 4.4.0 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES?= net-p2p python MASTER_SITES= http://www.bittorrent.com/dl/ \ diff --git a/net-p2p/py-bittorrent/pkg-plist b/net-p2p/py-bittorrent/pkg-plist index 971bbf12aac9..6186b365ba29 100644 --- a/net-p2p/py-bittorrent/pkg-plist +++ b/net-p2p/py-bittorrent/pkg-plist @@ -283,10 +283,10 @@ share/locale/zh_TW/LC_MESSAGES/bittorrent.mo @dirrmtry share/locale/cs @dirrmtry share/locale/ca/LC_MESSAGES @dirrmtry share/locale/ca -%%GUI%%@dirrm share/pixmaps/BitTorrent/logo \ -%%GUI%%@dirrm share/pixmaps/BitTorrent/icons/old \ -%%GUI%%@dirrm share/pixmaps/BitTorrent/icons/default \ -%%GUI%%@dirrm share/pixmaps/BitTorrent/icons \ +%%GUI%%@dirrm share/pixmaps/BitTorrent/logo +%%GUI%%@dirrm share/pixmaps/BitTorrent/icons/old +%%GUI%%@dirrm share/pixmaps/BitTorrent/icons/default +%%GUI%%@dirrm share/pixmaps/BitTorrent/icons %%GUI%%@dirrm share/pixmaps/BitTorrent %%GUI%%@dirrmtry share/pixmaps @dirrm %%DATADIR%% |