diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-10 21:54:05 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-10 21:54:05 +0000 |
commit | 8a086b373ce302cff1b25e4b0b6ab2f9a3d3a79a (patch) | |
tree | f137513997729e4080d31cdab3bf026c8bf51c0d /www/gallery | |
parent | 0edf1851f7048429872d01c1f877d0dd7ee79389 (diff) | |
download | ports-8a086b373ce302cff1b25e4b0b6ab2f9a3d3a79a.tar.gz ports-8a086b373ce302cff1b25e4b0b6ab2f9a3d3a79a.zip |
- Update to 1.5.3
PR: ports/95567
Submitted by: Alex Varju <freebsd-ports@varju.ca> (maintainer)
Notes
Notes:
svn path=/head/; revision=159301
Diffstat (limited to 'www/gallery')
-rw-r--r-- | www/gallery/Makefile | 3 | ||||
-rw-r--r-- | www/gallery/distinfo | 6 | ||||
-rw-r--r-- | www/gallery/pkg-plist | 13 |
3 files changed, 17 insertions, 5 deletions
diff --git a/www/gallery/Makefile b/www/gallery/Makefile index a2bf8b6219e6..39dacd99225d 100644 --- a/www/gallery/Makefile +++ b/www/gallery/Makefile @@ -6,11 +6,10 @@ # PORTNAME= gallery -PORTVERSION= 1.5.2.2 +PORTVERSION= 1.5.3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.2$/-pl2/} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${LANGPACKS} DIST_SUBDIR= gallery diff --git a/www/gallery/distinfo b/www/gallery/distinfo index 8c1e10aae43e..033945134f42 100644 --- a/www/gallery/distinfo +++ b/www/gallery/distinfo @@ -1,6 +1,6 @@ -MD5 (gallery/gallery-1.5.2-pl2.tar.gz) = 532b85af77a410bc27833d40d234ce1c -SHA256 (gallery/gallery-1.5.2-pl2.tar.gz) = a07c1ccf2fb4f05d8ab85e69d96e01419c8d4f357dcad4dfbb66d57ff40c2265 -SIZE (gallery/gallery-1.5.2-pl2.tar.gz) = 2340616 +MD5 (gallery/gallery-1.5.3.tar.gz) = ed5fd4aeff5146552eaba5ff6d0de576 +SHA256 (gallery/gallery-1.5.3.tar.gz) = 816d53da5f1fe4373b3e217143af86681c6d18e4b4dde0f1c6c8d8f5d2138481 +SIZE (gallery/gallery-1.5.3.tar.gz) = 2353018 MD5 (gallery/af_ZA-1.5.1.tar.gz) = 1ed3ffcacca09f9e54ab216ff01935e4 SHA256 (gallery/af_ZA-1.5.1.tar.gz) = 64d39bfa1d79895dfc13b9612bc13f316231784b3af900d53e1f232c180d4d40 SIZE (gallery/af_ZA-1.5.1.tar.gz) = 136045 diff --git a/www/gallery/pkg-plist b/www/gallery/pkg-plist index 8b5d69de3696..49c33b22da9e 100644 --- a/www/gallery/pkg-plist +++ b/www/gallery/pkg-plist @@ -17,6 +17,7 @@ %%GALLERYDIR%%/classes/Database.php %%GALLERYDIR%%/classes/EverybodyUser.php %%GALLERYDIR%%/classes/HTML/table.php +%%GALLERYDIR%%/classes/HTML_Safe/Safe.php %%GALLERYDIR%%/classes/Image.php %%GALLERYDIR%%/classes/LoggedInUser.php %%GALLERYDIR%%/classes/Mail/RFC822.php @@ -26,6 +27,9 @@ %%GALLERYDIR%%/classes/NobodyUser.php %%GALLERYDIR%%/classes/User.php %%GALLERYDIR%%/classes/UserDB.php +%%GALLERYDIR%%/classes/XML_HTMLSax3/HTMLSax3.php +%%GALLERYDIR%%/classes/XML_HTMLSax3/HTMLSax3/Decorators.php +%%GALLERYDIR%%/classes/XML_HTMLSax3/HTMLSax3/States.php %%GALLERYDIR%%/classes/database/mysql/Database.php %%GALLERYDIR%%/classes/gallery/User.php %%GALLERYDIR%%/classes/gallery/UserDB.php @@ -366,6 +370,11 @@ %%GALLERYDIR%%/images/icons/history.gif %%GALLERYDIR%%/images/icons/idea.gif %%GALLERYDIR%%/images/icons/identity.gif +%%GALLERYDIR%%/images/icons/imageedit/flip.gif +%%GALLERYDIR%%/images/icons/imageedit/mirror.gif +%%GALLERYDIR%%/images/icons/imageedit/rotate-180.gif +%%GALLERYDIR%%/images/icons/imageedit/rotate-270.gif +%%GALLERYDIR%%/images/icons/imageedit/rotate-90.gif %%GALLERYDIR%%/images/icons/info.gif %%GALLERYDIR%%/images/icons/kcmfontinst.gif %%GALLERYDIR%%/images/icons/kdf.gif @@ -1127,6 +1136,7 @@ @dirrm %%GALLERYDIR%%/includes/add_photos @dirrm %%GALLERYDIR%%/includes @dirrm %%GALLERYDIR%%/images/icons/tree +@dirrm %%GALLERYDIR%%/images/icons/imageedit @dirrm %%GALLERYDIR%%/images/icons @dirrm %%GALLERYDIR%%/images/ecard_images @dirrm %%GALLERYDIR%%/images @@ -1172,7 +1182,10 @@ @dirrm %%GALLERYDIR%%/classes/gallery @dirrm %%GALLERYDIR%%/classes/database/mysql @dirrm %%GALLERYDIR%%/classes/database +@dirrm %%GALLERYDIR%%/classes/XML_HTMLSax3/HTMLSax3 +@dirrm %%GALLERYDIR%%/classes/XML_HTMLSax3 @dirrm %%GALLERYDIR%%/classes/Mail +@dirrm %%GALLERYDIR%%/classes/HTML_Safe @dirrm %%GALLERYDIR%%/classes/HTML @dirrm %%GALLERYDIR%%/classes @dirrmtry %%GALLERYDIR%% |